Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey 409industries,

    thanks for reaching out!
    Unfortunately your theme is not free to use, so I can’t test this on my side but the usual steps to make the adjustments you want are:
    1.) Go to “Appearances”-> “Editor”-> and in the upper right corner select your theme (907 if I am not mistaken)-> then on the right side find and click the single.php file. Now in the editor you just need to insert the <?php wp_related_posts()?> to the right place (usually you can tell where the comments/tags part start, so you just put that code above that). You can also copy/paste the content of the single.php file here and we’ll figured out where to put it.
    2.) In the plugin settings->”Advanced settings”->”Other settings”-> untick the box next to “Auto Insert Related Posts (or add <?php wp_related_posts()?> to your single post template) ” and don’t forget to save the changes.

    Please let me know how it goes,
    Petra

    Thread Starter 409industries

    (@409industries)

    Petra-

    You are awesome! A quick insert of <?php wp_related_posts()?> at the bottom of the single.php blog post section and I got the desired look.

    One small tweak I would like to do:

    Is it possible to add more padding above the “Related Posts Title” portion ? Here is my custom CSS:

    .related_post_title {
    text-align:center;
    }
    ul.related_post {
    display: block !important;
    margin-left:auto; !important;
    margin-right:auto; !important; text-align:center;
    padding: 0 !important;
    position: relative !important
    }
    ul.related_post li {
    }
    ul.related_post li a {
    }
    ul.related_post li img {
    }
    .wp_rp_content {
    width:100%;
    }

    Hey,

    thanks for getting back to me and sorry for not replying any sooner!
    Glad to hear we have solved that issue and about that padding/margin – I think if you add this to your CSS code:

    .wp_rp_wrap .related_post_title {
          margin-top: 20px !important;
    }

    …it should to the trick 🙂

    Hope this helps, take care and have a nice day,
    Petra

    Thread Starter 409industries

    (@409industries)

    That was it! Thank you so much for the amazing support. Rating this plugin 5 stars now 🙂

    Happy to help and big thanks for the review 🙂 Truly appreciate it!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Related posts appearing at the bottom of blog, but above another plugin’ is closed to new replies.