Forums

[Plugin: WordPress Link Directory] How to make links bold? (8 posts)

  1. radenpayas
    Member
    Posted 4 months ago #

    I am using a wp link directory and my question is, Can we make links bold? And if so, how?

    Thanks

  2. radenpayas
    Member
    Posted 4 months ago #

    Another questions are:

    1. How do I set the number of links per page?
    2. How do I SEO the directory? I can see that the directory title and description are not showing on metatags. Is it possible to add meta keywords in category pages?

    Thanks

  3. radenpayas
    Member
    Posted 4 months ago #

    Seems this plugin is dead... :(

  4. radenpayas
    Member
    Posted 4 months ago #

    people creating plugins and not providing support useless... :(

    To the owner of this plugin, if you can't support it, better to remove that plugin from wp site...

  5. radenpayas
    Member
    Posted 4 months ago #

    I can't even find where to approved links.. what a trash

  6. speedmouse
    Member
    Posted 3 months ago #

    I don't think it's that - I think maybe life's got in the way for him because when I tried to subscribe to his list it says there is a fatal error in the database. He's got a really goodlooking site - not the sort to just not bother when he must have put a lot of work into it up till now. Here's hoping he gets back to it soon because it's a great plugin if it works.

  7. Seans0n
    Member
    Posted 3 months ago #

    I still maintain my plugins but typically don't spend much time developing them any more and there are several issues with WPLD since it hasn't been updated for WP 2.8.4 yet.

    However, to answer your questions-

    I am using a wp link directory and my question is, Can we make links bold? And if so, how?
    Open and edit wordpress-link-directory/styles/original.css (or whichever theme you are using) and in this section:

    .wpld_links{
    }

    Add: font-weight: bold;

    If this doesn't work you can edit lines 2167-2174 which display the links and line 1993 which outputs the link itself:

    return ''.$title.'';

    Would become:

    return ''.$title.'';

  8. Seans0n
    Member
    Posted 3 months ago #

    The WordPress forums have taken out my code but you would add style="font-weight:bold;" to the '<a href' part.

    1. How do I set the number of links per page?
    Currently you can't. However I aim to add this feature to the next version release.

    2. How do I SEO the directory? I can see that the directory title and description are not showing on metatags. Is it possible to add meta keywords in category pages?
    Currently no. There are issues with the SEO Permalinks too which are more important. Custom meta tags are not currently a priority.

    I hope this answers your questions, cheers.

Reply

You must log in to post.

About this Topic