Extend the wp_get_archives output with ‘?post_type=foo’?
I’ve gotten my custom post types to display as it should in date based archives; the structure example.com/year/month/day (and above) works properly as … Read more
I’ve gotten my custom post types to display as it should in date based archives; the structure example.com/year/month/day (and above) works properly as … Read more
I am using wp_get_archive() in category.php. If I am on page of category=2 it should show my archives of only that category. However … Read more
I have a small problem that probably has a very simple fix. I have been using the wp_get_archives() function to produce a dropdown … Read more
I’m trying to replace the Roman numbers in the Archive Widget link (and all other numbers) with Khmer (Cambodian) numbers. But while I … Read more
Can anybody show me how to set a limit on wp_get_archives to show archives by month BUT only those for the year 2010 … Read more
I’m looking to echo the number of posts per month since the blog began, and for months where there was no posts echo … Read more
I’ve searched to see if anyone came up with a solution to a peculiar problem I’m having but did not find anything that … Read more
I have a issue with wp_get_archives because it breaks my Html5 validation. Inside validator I get this message: Bad value archives for attribute … Read more
I have two categories on a site – news which contains news posts and blog – which contains blog posts. Each page has … Read more
I’ve been pulling my hair out on this one – I need to hard code in wp_get_archives() for a specific category into a … Read more