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 long as it’s extended with ‘?post_type=post_type_name’....
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 it is for all the categories....
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 select form. See the full code...
I’m trying to replace the Roman numbers in the Archive Widget link (and all other numbers) with Khmer (Cambodian) numbers. But while I do replace the link text with...
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 and above – so the 2009...
I’m looking to echo the number of posts per month since the blog began, and for months where there was no posts echo ‘0’. This is the output I...
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 was close to what was happening...
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 rel on element link: Not an...
I have two categories on a site – news which contains news posts and blog – which contains blog posts. Each page has a wp_get_archives in the sidebar. I’d...
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 template. This post was useful: Category...