Display all custom post types in archives.php
How would I do this? archive.php only has this: wp_get_archives(‘type=monthly’); And wp_get_archives() does not have a parameter to display all post types. Also … Read more
How would I do this? archive.php only has this: wp_get_archives(‘type=monthly’); And wp_get_archives() does not have a parameter to display all post types. Also … Read more
I have seen many questions/posts regarding this, but have yet to find a decent solution. Basically I am trying to do what wp_get_archives … Read more
I’m looking for how to get a class in the wp_get_archives functions to get the current month (when we are in a month … Read more
I have Googled for a while and I am not sure how is the best way to do this. In wp-includes/general-template.php I am … Read more
I know how it is possible to wrap HTML around anchor elements with the inbuilt arguments for wp_get_archives. Is there a way to … Read more
I’m trying to show the archive list like that <ul> <li>Year</li> <li>Month</li> <li>Month</li> <li>Month</li> <li>Year</li> <li>Month</li> </ul> and so on, with the relative … Read more
How do you display the archives of a Custom Post Type by Year & Month? 5 Yes, you can. All you need is … Read more