a 404 error occurs when the requested page cannot be found
0
votes
0answers
74 views
Custom feed without permalinks is 404 strangely
I have a custom feed declared in my theme functions.php and I use it to populate various areas of my site with extra data and inserted thumbnails. It has previously worked so im finding this bizarre. ...
0
votes
1answer
77 views
How to bypass 404 for certain pages/posts?
I have a site with urls like so: site.com/folder/page-name
It is moving to another site built in wordpress and I am trying to recreate the page to ensure incoming links continue to work as normal.
...
0
votes
2answers
126 views
wp e-commerce single-product template giving 404
this page was working initially, and then I made some changes which *didn’t* appear, and then it just stopped showing that page altogether.
I have tried deleting my wpsc-single_product.php and ...
0
votes
2answers
89 views
error 404 on pagination on homepage
I have a blog Post home page with the following code in home.php:
<div id="primary">
<div id="content" role="main">
<h2 class="page-title">Featured Products</h2>
<?php
...
0
votes
2answers
444 views
Show author archive pages for authors with no posts
I have one page for each author, but if the author doesn't have any posts I can't get its variables, because the loop is empty.
The page returns empty, no avatar, no info and stuff, the whole site is ...
6
votes
6answers
7k views
Cannot access non-wordpress subdirectories as wordpress overrides them with a 404 error
I refer to this question previously asked and not suitably answered:
Wordpress overriding actual subdirectories
and also
Non "Wordpress" pages/code getting 404 error.
I have the same ...
3
votes
2answers
303 views
Uploaded image, but not showing
I have a reasonably fresh WordPress install on my Ubuntu Linux server and I uploaded an image to it for use in a blog post. I checked the path in WordPress settings and I checked the contents on the ...
0
votes
0answers
56 views
Custom Post Type in Parent Theme causing 404s [closed]
I'm customizing a theme for a client from a theme they bought off of themeforest.net. I created a child theme, where all the customization is located.
Here is the issue:
There are several custom post ...
1
vote
1answer
813 views
Nginx Rewrite Rule:: index.html added to every permalink
Been working for several hours on getting my WordPress site to run on a secondary VPS with Nginx. Home is loaded and W3T Cache is working OK, but the permalinks are still broken and each one of them ...
0
votes
1answer
86 views
Unwanted redirect in admin area
I have a strange behaviour on my backend. This is possible due to the way my WordPress is located.
I installed it in a VirtualBox, using Ubuntu from the standard repository (i.e., apt-get install ...
0
votes
1answer
21 views
I get 404 when I try to login ever since I changed the permalink
This is the website
This is what the login http://wayfaroutadventures.com/blog/wp-admin/&reauth=1">looks like now
Basically here's what happened:
I had www.mysite.com/blog as the permalink ...
4
votes
3answers
663 views
Custom Post Types 404 Issue
I dont know why my custom post types render the Page not found. This is the code I am using to register custom posts.
www.example.com/products/product1/ renders 404 where as ...
0
votes
2answers
640 views
404 Error on form submission within custom post type
I'm trying to create a forum system using WP's custom post types - two post types as Topic/Reply and a Forum taxonomy.
I have created a singular template for the topic post type, in which I added a ...
-1
votes
1answer
176 views
Why my custom post posts aren't showing (404 error / page not found)
I just installed a new wp installation. I have created a new child theme based on the TwentyTwelve theme. In the child theme functions.php, I have created a new custom post called "news". I have added ...
2
votes
1answer
267 views
Pagination with custom post types results in 404 issues
I've a very simple index.php:
<div id="content">
<? get_template_part('content', get_post_format()) ?>
</div>
<div id="pagination">
<? previous_posts_link() ?>
...
2
votes
1answer
152 views
New categories are now going to 404s
I have a WPMU site with hundreds of blogs on it. We are on 3.4.2 and this is the first time I'm seeing this issue within a few of my sites.
Basically, what happens is that I'll create a new category ...
0
votes
1answer
759 views
Prevent 404 of Author pages without posts
How do I prevent author archives without posts from 404ing?
1
vote
2answers
1k views
Custom post type archive 404's with paginate_links
im using paginate_links function to create pagination on my custom post type archives, no matter what i do im hitting 404 errors when going to view page 2 (ie clicking to go on one page in the ...
0
votes
2answers
70 views
Is the 404 page automatically displayed if a loop returns nothing?
If you have an index.php with a loop such as:
if(have_posts()){
while(have_posts()){
the_post();
}
}
And nothing is returned, you would generally do a:
if(have_posts()){
...
3
votes
2answers
167 views
Custom post type 404s with rewriting even after resetting permalinks
I created a custom post type, of which the (simplified) arguments are:
register_post_type(
'Event',
'public' => true,
'rewrite' => array( 'slug' => 'eventy'),
'has_archive' ...
0
votes
2answers
135 views
PHP Notice error (when on 404 page)
I have a 404.php template for my theme. I also have WP_DEBUG in wp-config.php set to TRUE.
Consider this 404 template:
get_header(); ?>
<div id="content" style="full-width">
<div ...
0
votes
1answer
86 views
Image uploaded in media library, can only see it when I using the WP Edit Image feature. 404 when trying to view in browser
I have an image that I've uploaded through the WP media library. I can see this image in my uploads folder via ssh/ftp. I cannot see this image if I put the URL in my browser, like ...
0
votes
1answer
36 views
How can I block with a child theme certain pages?
I am using the Woocommerce Wordpress plugin for an E-commerce site. I want to be able to set the site in a non-ecommerce mode, ie without the cart and checkout etc etc. I know there is a plugin you ...
0
votes
1answer
181 views
Pagination/404 I believe wp is getting a page ahead of itself
My site is using the Faceted Search Widget upon reaching an archive page. The widget works fine provided you stay on the initial archive page, but if I try using it on the second page of the archive ...
1
vote
2answers
317 views
Wordpress triggers 404 on page 2 for custom search query
I modified my index.php to check if the search query is an author and if yes, display articles of that author.
That is working fine but as soon as you go to page 2 of the results, wordpress triggers ...
0
votes
1answer
44 views
Permalink Trouble with custom post types
When using custom post types I reach a dilemma where I have to use flush_rewrite_rules(); when using a permalink structure, otherwise it goes to a 404. After using it It works on one CPT but if you ...
1
vote
1answer
280 views
All pages after level 1 showing 404 after WordPress migration plugin - how to fix?
I am in the process of moving my blog away from GoDaddy (yey!) to HostGator. I used the migration plugin on GoDaddy tat created the gz archive of the database, and I copied all my files over to the ...
0
votes
0answers
108 views
.htaccess & permalink causing 404 errors on old pretty links [closed]
Ok, so I know similar issues have been posted before but I have yet to find a solution.
I was foolishly messing around with plugins and my .htaccess last night and got myself into this pickle. ...
0
votes
2answers
548 views
Why after a form post back, I get 404?
I am creating a contact form page. Perhaps I am doing it wrong? I have something like
<?php
// even when I remove this validation block it fails
if (isset($_POST['name'])) {
// do validation ...
2
votes
1answer
61 views
Some posts returning 404 instead of displaying post
I'm having a problem with my Wordpress install. All of a sudden some of my posts return 404 errors when I try to go to their permalink. My post names are all numbers and this started happening when my ...
0
votes
2answers
623 views
Custom Permalink with Dynamic Taxonomy for Custom Post Type - Works, but breaks other permalinks
My custom permalink with dynamic taxonomy is working for my custom post type. However, it breaks all my other permalinks. They display a 404 error in the content area (header and sidebar still ...
0
votes
1answer
189 views
Pagination breaks on child-categories, works fine on parent-category
I have two parent categories, and pagination is working fine on them - the paged url's show as:
/parent-category-1/page/2/ ... etc
/parent-page/parent-category-2/page/2/ ... etc
However, when I go ...
8
votes
5answers
651 views
Getting hierarchical custom post type permalinks to work just like pages
I've dug through every question here on custom post type permalinks, but most seem to be either problems with custom taxonomy rewrites, or the obvious missing of flush_rewrite_rules(). But in my case, ...
0
votes
3answers
97 views
page not found for single-type.php file
i have created custom post type 'event' to display in single page named single-event.php file but it provides me 404 error. how i can solve this problem even i used
flush_rewrite_rules();
...
0
votes
1answer
87 views
404 when Previewing an unsaved draft
I just started at a new job and I'm being thrown into some pretty heavy WordPress bugs on their heavily modified system. Basically what's going on is that they have their own CMS that handles most of ...
0
votes
0answers
39 views
Missing pages after url change [closed]
This is different from other questions on here because when I go into the page editor, they all seem to be there.
I just switched the url on my site www.kgstiles.com and when I click on most of the ...
0
votes
1answer
305 views
wordpress 404.php not working [closed]
I am trying to test out my 404 page locally. so when i visit http://localhost:8888/austin.kitson.orgUpdate/test which is a page that doesnt exist i dont get the wordpress 404.php page I have created ...
1
vote
1answer
95 views
Error 404 on Network Admin and others
I have a multisite fresh install in my domain. Subfolder setup.
Network Admin on the upper right menu has this link http://example.com/wp-admin/network/ and returns a 404 error. Other links like 'Add ...
1
vote
2answers
210 views
Form in WordPress : 404
In my WP site I've got a Contact page whose URL is mysite.com/contact/ and which contains a <form> with an action attribute set to action="/contact/"
Clicking on the submit button brings me to ...
2
votes
1answer
119 views
Create second custom 404 page for selected post type
I created a new custom post type called event, which works fine.
I also created a custom 404 page template, which is shown if a event/page/post is not found.
But now the hard part, i want to create ...
1
vote
1answer
126 views
Permalinks okay some pages but 404 error on others
I recently upgraded to WP 3.4.2 and had multiple issues with custom theme. In the course of trying to fix those, permalinks broke for some pages, not others. I get server 404 page not found for the ...
0
votes
1answer
73 views
How do I paginate a custom post type listing on a custom template page?
I've got a page template called tpl-memos.php which is attached to a page called 'Memos' with a parent page called 'About', the permalink for the page therefor is example.com/about/memos. On this page ...
0
votes
2answers
81 views
Some images 404
I migrated our old blog to the same server in the main root. For some reason a couple of images won't load up any more even when they are in the /uploads/ folder. When going to them as a URL I'm ...
3
votes
3answers
823 views
404 error on homepage when using Nginx proxying to Apache
I generally use Nginx to serve static content on my server, with Apache handling PHP content using PHP-FPM. However, I'm not able to get a Wordpress blog homepage to display and I've tried all the ...
1
vote
3answers
605 views
Changes to permalink structure results in 404 error for all pages other than home
When changing the permalink structure on my site, I get a 404 error for every page except the home page. I've see other questions that mention resetting the permalink structure to get it work, but ...
1
vote
0answers
57 views
One post on my website is going to a 404 page
So I ran into an incredibly odd and frustrating problem today. As the title says, as of today one of the posts on the website is going to a 404 page.
This is the ONLY post that goes to a 404 page. ...
0
votes
1answer
78 views
How to direct user to actual 404 page when a check is false in single.php?
Can someone tell me how to direct a user to the main 404 file instead of having to print an error message saying "file not found" in single.php?
For example:
<?php
if (!$myVar) {
// go to ...
0
votes
1answer
239 views
404 permalink errors on Pages only
I am having a strange issue with permalinks while using the /%postname%/ structure.
I can access my custom post types using the pretty permalink localhost/cpu/<post-type>/<post-title>/ ...
0
votes
1answer
258 views
404 working selectively [closed]
I'm having this strange problem on my latest working project. It's really weird, like Wordpress is ignoring 404.php theme file on occasions, and specifically:
domain.com/a-post-name-does-not-exists/ ...
0
votes
2answers
228 views
Some plugins adding full server path after url (with custom wp-content folder)
Installing Wordpress SEO (an a few others but not all plugins) gives the following console error:
GET ...
