Forums
(@biffta)
19 years, 5 months ago
I found this link to be what I needed: http://codex.wordpress.org/Creating_an_Error_404_Page
Thanks.
19 years, 6 months ago
This worked great for me EXCEPT I had to use
if($post->ID==11)
instead of
if($page_id==11)
Hope that helps!