• The plugin works with WordPress version 3.5.1

    Though I added some mark-up, I wanted to add a title above the links!
    Here is a step guide on how I did this…

    Step 1. Open related-links.php (found in /plugins/related-links/related-links.php.
    Step 2. Add a new line 124, and past the following…<div class=”related-links-title”>YOUR TITLE:</div>
    Step 3. Open style.css (found in plugins/related-links/css/style.css
    Step 4. Add the following to the bottom of all the css styles…

    .related-links-title {
    font-weight:bold;
    }

    (You can add whichever style suites your site)

    All done! Have fun!

    A big shout out to the plugin developer chabis… http://wordpress.org/support/profile/chabis

  • The topic ‘Does what it's supposed to, however…’ is closed to new replies.