• Hi there,

    I just installed the plugin and I really like it. Thanks for making this plugin.

    I was wondering if it’s possible to show related posts within the body of my blog post content?

    Also, is it possible to increase the Heading size and center the related blog post when it shows at the end of the blog post?

Viewing 1 replies (of 1 total)
  • Plugin Author YARPP

    (@jeffparker)

    @charmer1

    I was wondering if it’s possible to show related posts within the body of my blog post content?

    You could do so using a custom template, the YARPP shortcode and some custom code to determine when to insert it.

    That said, we’re working currently on a way to easily setup Inline Related Posts as part of YARPP PRO in a few clicks entirely from the admin ?? If you’d like to take an early look – shoot us an email – jay at yarpp dot com

    Also, is it possible to increase the Heading size and center the related blog post when it shows at the end of the blog post?

    You can either create a custom template or add some CSS to your theme to target YARPP classes. For example, if you’re using the default “Thumbnails” theme:

    
    .yarpp-related {
      margin: 1em auto !important;
    }
    
    .yarpp-related h3 {
      font-size: 20px !important;
      font-weight: 700 !important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Related Blog Posts in Content’ is closed to new replies.