Skip to main content
You are here:
Print

After Entry Widgets

If you already installed demo then plugin for showing feed already installed otherwise

Show Related Posts

We are showing related posts of current post’s categories with random order with help of Display Posts Shortcode Plugin

  1. Add Custom Html to After Entry Widgets
  2. Add Title  “If you enjoyed this…”Add Below Shortcode to Custom HTML to show Related Posts like we are showing on our theme. 
    • Parameters:
      • posts_per_page: 3
      • wrapper: div
      • tax_term: current (to shows posts under current post’s categories)
      • image_size: genesis-featured-portrait
      • class: one-third
      • orderby: rand (to show in random order)
      • taxonomy: category (for other post type archive any other taxonomy can be used)

Column Classes to use

  • 2 Columns: “one-half”
  • 3 Columns: “one-third”
  • 4 Columns: “one-fourth”
  • 6 Columns: “one-sixth”
[display-posts posts_per_page="3" wrapper="div" tax_term="current" image_size="genesis-featured-portrait" class="one-third" orderby="rand" taxonomy="category"]
Table of Contents