Only get_posts of certain post formats
I’m trying to create a archive list with only my “normal” post format articles (not link, aside, quote, etc formats). How would I … Read more
I’m trying to create a archive list with only my “normal” post format articles (not link, aside, quote, etc formats). How would I … Read more
Currently my website archive page is showing 5 post per page. I need to set it to 100 post per page. (My home … Read more
How do I discover the custom post type slug when I’m on an archive page? For instance if /products/ fires the archive-products.php template, … Read more
In wordpress you have a few ‘default’ archive URL’s. Like for example: http://www.mydomain.com/2011/ generates an overview of the posts of (only) that year. … 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
I currently use the following code to list posts in Archive.php but I want the results to be ordered by name in ascending … Read more
In the Reading Settings, there is place to set the number of posts shown that affects the number of posts shown in all … Read more
I have the following code in my theme’s archive.php: <?php the_archive_title( ‘<h1 class=”page-title”>’, ‘</h1>’ ); ?> This gives me titles like “Category: Russia”, … Read more