vtjustinb
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WP 2.6.4 – permalinks redirecting to theme 404 pageI don’t see an %archives% structure tag anywhere in the docs–is that undocumented?
Forum: Installing WordPress
In reply to: WP 2.6.4 – permalinks redirecting to theme 404 pageThe permalinks are correctly chosen, if that’s what was meant by your link.
See: http://imgur.com/PvIFc.png
I tried both the third radio button and the explicit /archives/%post_id% custom schema.
Forum: Installing WordPress
In reply to: WP 2.6.4 – permalinks redirecting to theme 404 pageGave this a shot, and it didn’t seem to have any effect.
Steps taken:
– rm .htaccess
– set permalinks back to “archives/%post_id%”
– links redirected to theme’s 404 page– mv .htaccess .htaccess_old
– set permalinks back to “archives/%post_id%”
– links redirected to theme’s 404 pageForum: Fixing WordPress
In reply to: Disappearing dates?Ah — then it’s my misunderstanding of the API.
Would I need to go into the php to get the behavior I am looking for? (printing the date posted below the title regardless of whether it’s a repeat day)
I could just assign the date to a variable in every iteration of the loop and just print that out in case of a duplicate day—would that be best?