Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter radenpayas

    (@radenpayas)

    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

    Thread Starter radenpayas

    (@radenpayas)

    Seems this plugin is dead… ??

    Thread Starter radenpayas

    (@radenpayas)

    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…

    Thread Starter radenpayas

    (@radenpayas)

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

    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.

    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.’‘;

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WordPress Link Directory] How to make links bold?’ is closed to new replies.