Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    To make your posts titles bold, you can try the following:

    1. Go to wordpress-popular-posts/style directory
    2. Using a text editor (like notepad, or Adobe Dreamweaver), open wpp.css
    3. Find the line:

    .wpp-post-title {
    }

    … and change it to:

    .wpp-post-title {
    font-weight:bold;
    }

    About the double title issue, it seems that the following piece of code is inserting a Flash object on your post content which is preventing timthumb.php (an external script used by my plugin to generate images from your posts) from creating the thumbnails, hence you see the double post title. This is the code:

    <p><script src=”https://cdn.springboard.gorillanation.com/storage/lightbox_code/static/companion_ads.js&#8221; type=”text/javascript”></script> <script src=”https://cdn.springboard.gorillanation.com/storage/lightbox_code/wntd003.js&#8221; type=”text/javascript”></script></p>
    <p>

    Not sure if I can fix it since this is a problem ocassionated by another script / plugin on your blog. I’ll see what I can do though can’t promise you anything.

    Thread Starter hey_suburbia

    (@hey_suburbia)

    Thanks a lot man!

    I’ll check that out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Popular Posts] How do I make my title bold?’ is closed to new replies.