wordpress: custom menu not displayed on 404 page

by prettyscripts on 2011-10-17 15:08:00 • 1 comment »

phpwordpress

i came across a problem when all sections that display custom menu (via function call wp_nav_menu()) are not displayed in 404 page. after some research, i found a solution. it's to do with permalinks. there's a bug reported since V286. it's still happ… more »

Tags: 404, menu, php, seo, wordpress, wp

symfony: customize 404 error page

by prettyscripts on 2009-07-23 15:04:10 • 2 comments »

symfony

how do you replace the default brown page not found error? there are 2 ways to do it. i chose to override default template because it seems more convenient. from command line: > cd /to/your/apps/[application]/modules > mkdir default > mkdir… more »

Tags: 404, error, symfony