driz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Use subdomain for certain urlsThe 500 is being caused by WordPress… The error is:
[Wed Mar 25 08:26:58 2015] [error] [client 85.159.133.48] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Basically the issue is that WordPress doesn’t know how to handle it. Like I said these rules work with non-WordPress websites, so it’s a problem there.
Forum: Fixing WordPress
In reply to: Does Paging work on Custom Post Type Archives?any updates? thanks
Forum: Fixing WordPress
In reply to: Does Paging work on Custom Post Type Archives?Here: https://pastebin.com/WZyGcju6
I’ve tried it with and without the query_posts but the pagination still does not work
Forum: Fixing WordPress
In reply to: Does Paging work on Custom Post Type Archives?Still get the 404 ?? tried flushing the permalinks again after adding your code but still get a 404!
Here is archive-questions.php in full: https://pastebin.com/6ZPLz975
Do you see any problems? Thanks.
Forum: Fixing WordPress
In reply to: Does Paging work on Custom Post Type Archives?Tried that several times and still not getting anywhere :/
I have even tried adding the following in the template
archive-questions.php
to see if I can force the paging:
<?php global $query_string; query_posts( $query_string . 'orderby=date&posts_per_page=10&post_type=questions&paged=' . get_query_var( 'page' ) ); ?>
But still I get a 404 :/
Forum: Fixing WordPress
In reply to: Import from WordPress.com causes all posts to drop cats and tagsBugger why haven’t they fixed this? They’ve added all sorts of jazz like post formats, admin bars etc but not fixed the import/export system? lame :/
Hoping for a fix asap as my client is on hold now!
Forum: Fixing WordPress
In reply to: Import from WordPress.com causes all posts to drop cats and tagsJust looked inside my XML files, the posts don’t have the categories assigned to them so the problem is WordPress is creating buggy XML files.
I also had an original ‘hello world’ post from my new blog which DOES have the category attached though :/ which proves even further that it is defo WordPress.com causing the issues.
Forum: Fixing WordPress
In reply to: Import from WordPress.com causes all posts to drop cats and tagsAll my cats and tags were imported fine they just lost assignment to the posts. Very serious problem.
Forum: Fixing WordPress
In reply to: Add date to post types rewriteHelp?
Forum: Fixing WordPress
In reply to: Add date to post types rewritebump
Forum: Fixing WordPress
In reply to: Add date to post types rewriteStill no replies!
Forum: Fixing WordPress
In reply to: Add date to post types rewriteReally annoying that you have keep bumping posts to get a response on these forums :/
Forum: Fixing WordPress
In reply to: Add date to post types rewriteUpdates? Thanks.
Forum: Fixing WordPress
In reply to: Add date to post types rewriteWhat would the code be for the date? Something like $post_date? that I could add into the rewrite array.
Forum: Fixing WordPress
In reply to: Add date to post types rewriteAny updates? Thank you.