Filter archive posts by category
We have several categories of posts, but only care about an archive for one category “Newsdesk”. Is there a way we could cause the Archives to show only the posts in that category?
We have several categories of posts, but only care about an archive for one category “Newsdesk”. Is there a way we could cause the Archives to show only the posts in that category?
Hey, I have been using GP for about a week now and am very happy with it in general. However, there is one thing that bothers me which is the priority of excerpts. So: I start with setting the [Layout] => [Blog] => [Content] => [Archives] => [Content type] option to “Excerpt” (I want to … Read more
Hello there! I tried the following code placed in functions.php but it does not seem to have an effect. I wonder if the code is wrong, or if GP Woocommerce per-row settings overwrite it, in which case I altered the priorities but no cigar. Here’s the code: if ( ! function_exists( 'loop_columns' ) ) { … Read more
Hi Tom, My site is built from custom post types. I would like to build an archive page by year for each custom post type (that auto generates each year to include from the most current year to the first year that a post was published in that type). I have set all of my … Read more
Hello, Having some trouble with the default sort order on one of my CPT archive pages. It’s showing the oldest post first, instead of the newest. Can this be set globally so most recent is always first? Thanks!
Hello GP Friends, I would like to modify the page title for all category and tag archives. — for categories, append the words ‘Resource Type: ‘ before the title – for tags, append the word ‘Topic: ‘ before the title For example: If the archive is a category called Videos, I would like the page … Read more
Hi My question is how to create an archive page template and have it show up properly with the correct background color. Right now when I use the code I came up with the background behind the archives is the wrong color for pages or posts and is instead the color for the site background … Read more
Hello, I’m struggling with creating an archive page for my custom taxonomy – resource_categories. I want to display/hyperlink the resource categories on this archive page – not the actual posts. The idea is to see all the categories on page, and visitors can drill down into each category from there. Is this possible? Do I … Read more
I wrote a curated excerpt for a blog post. This makes the Read More-button disappear for that post on the archive page. Any tip on how to make that button visible again? The settings in the customizer are: Excerpt 20 words Show as button The automatic excerpt is fine, but for some posts I want … Read more
Hi, We are using 2 tags for our list of post and on a specific tag archive page, we would like to display only the pictures from the post. Is there a way to add a filter in the Code Snippets plugin that said something like: if archive page && tag=XX disable title and excerpt … Read more