-1
votes
1answer
74 views

Why www.mydomain/2012/ gives me a 404 error? [closed]

I created the file "archive.php", but apparently never reads this file Wordpress. I tried the following URLs: http://www.mydomain.com/2012/ http://www.mydomain.com/2012/04/ And the result is always ...
0
votes
1answer
458 views

Pagination throws 404 error on custom taxonomy archive pages

I have created a custom taxonomy for a custom post type called "portfolio" like so: function jvs_portfolio_categories_init() { register_taxonomy( 'project-category', 'portfolio', ...
0
votes
3answers
839 views

Problems with 404, .htaccess, permalinks and Wordpress custom posts locally on Snow Leopard

I have a custom "about" post: function about_register() { $labels = array( 'name' => _x('About Page', 'post type general name'), 'singular_name' => _x('About ...
1
vote
0answers
92 views

Category archive leads to me 404 page? [closed]

I’ve category named “Golf Swing Trainers”, with the slug “golf-swing-trainers”.When I click this category it leads to me to 404 page. But if, I change the slug into anything it works fine…. ...
2
votes
3answers
3k views

Custom post type pagination 404 fix?

Been trying to get this working all day but haven't had any luck... I have a custom post type called 'news' and an archive template (archive-news.php), here I'd like to show 2 posts with pagination, ...
0
votes
1answer
120 views

WordPress archives widget causes Bing bot 404 errors

I'm using the standard WordPress Archives widget in dropdown mode on my blog. But apparently the Microsoft Bing spider gets confused by it, because the dropdown code looks like this: <select ...