bsean23
Forum Replies Created
-
@ daniel1999d:
Glad you got your issue resolved but please don’t gate keep the solution… I’m having the same problem and was hoping the solution was here.@katereji – thank you for the update. Looking forward to the new version being released to resolve all my broken sites.
My solution was to downgrade to 1.9.3. Now it’s working again.
@photocrati: The shortcode I was using was:
[album id=all template=extend]
That got the message “no images were found”.
Still seeing this error.
Forum: Fixing WordPress
In reply to: Force 404 Page – Stop page redirects…@Seacost:
That would make sense if it was old school. The post was from a long, long time ago.The default 404.php file looks fine.
If I go to something like domain.com/4jfsdi4hgd, I do get a 404 error. (Obviously I have no page close to that). But like I said, if I had an actual page at domain.com/today-is-monday-finally/ and only typed in domain.com/today-is-monday/, then I would automatically be redirected to the “today-is-monday-finally” page. I don’t want that to happen. I want a 404 page to be shown.
Can anyone offer some advice?
Forum: Fixing WordPress
In reply to: Force 404 Page – Stop page redirects…Krishna, sorry, I cannot do that here.
After looking out there some more, I think this has to do with the wp_rewrite_rules.
Just to reiterate…
If I had a page that said domain.com/today-is-monday-finally/ and only typed in domain.com/today-is-monday/ (which doesn’t exist and should show a 404), WordPress will automatically redirect to the correct page, /today-is-monday-finally. I do not want this to happen.
Does anyone know how to make a 404 page display for pages that do not exist at all?
Thanks!
limexs, thanks for posting that. All I did was remove the last ‘}’ on the code you posted and it worked fine. You rock! Thanks so much!
limexs, when I apply that code I get the following:
Parse error: syntax error, unexpected '}' in /home/domain/public_html/wp-content/themes/mytheme/page.php on line 27
Hey limexs… I’m sorry but I don’t quite understand your post. I’m looking to just take the first block of code above and instead of having the ‘ABSATH ./wp-content/plugins/’ section, just have it so a static image is displayed using the “img src” HTML code.