A member asked via email: In this tutorial https://sridharkatakam.com/portfolio-grid-showcase-pros-front-page-title-excerpt-hover/ , you place the portfolio in the Widget 4 section of the front page. I need to be able to place multiple portfolios in different places throughout my site. I believe I can figure out how to replace any of the widget areas on the Front […]
Display Posts Shortcode
How to display a list of CPT entries below single CPT pages in Genesis
In Genesis Slack chat‘s #beginners room, a user asked: I want to add a list of posts to the bottom of my single-cpt page. In the past, I’ve created a new sidebar and added it to a widget. Is there a better way? Ideally, it would not include the current post. What other plugin for […]
How to display Posts from a Category in columns using Display Posts Shortcode
Display Posts Shortcode is a fantastic plugin by Bill Erickson using which we can fetch and display entries from the WP database easily w/o writing manual queries. In this article I show how Display Posts Shortcode can be used to show Featured images and linked titles of 12 Posts from a particular “Featured” category in […]
Displaying Posts output by Display Posts Shortcode in Masonry style
On a site that I have recently taken over, the client tried using Essential Grid for displaying groups of Posts (each tagged with a specific term) in Masonry style. But due to some conflict with Optin Monster, only the loader was appearing for non-logged in visitors – not the Posts themselves. In this article I […]
Testimonials Carousel in WordPress using Testimonials by WooThemes, Display Posts Shortcode and Slick jQuery
In this article I show how ‘testimonial’ CPT entries made available by Testimonials by WooThemes plugin can be output using Bill Erickson’s Display Posts Shortcode plugin and displayed as a responsive carousel using Slick jQuery script. The reason for not using Testimonials plugin’s built-in shortcode is because it did not seem possible with the generated […]
How to exclude categories when using Display Posts Shortcode
Bill Erickson’s Display Posts Shortcode plugin can be used to easily display a list of posts wherever shortcodes work. It does not have a built-in option to specify the IDs or slugs of categories if you wish to exclude any. But it can be extended using the display_posts_shortcode_args filter. Add the code below in child […]
Displaying CPT entries in Genesis Archive Page Template
Genesis comes built-in with a Page template called Archive. When this template is applied to a static Page, site content i.e., list of Pages, Categories, Authors, Monthly archives, Recent Posts will automatically appear on that Page. This is great for having a Sitemap for your human visitors. What if you wanted to add entries of […]
Recent Comments