• tjdia1

    (@tjdia1)


    From a previous forum post:

    There are many ways to configure Link Library. The default behaviour is that when you put both the [link-library-cats] and [link-library] shortcodes on the same page, clicking on a category name will jump to that category in the list.

    There is also a different configuration that will allow you to display a single category at a time and to switch categories by clicking on the category names in the list.

    A third option is to have the category list on one page, and the links on another page, but to have category links bring you to the second page and select the correct category.

    I can guide you through either of these paths based on what you are trying to achieve.

    Please consider donating to support this plugin’s development.

    Can you please provide step by step instructions for the third option?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Sure, you can read through this page for explanations on this technique: https://ylefebvre.ca/wppluginsdoc/index.php/Using_Permalinks

    Let me know if you still have issues after performing these steps and please consider donating to support this plugin’s development.

    Thread Starter tjdia1

    (@tjdia1)

    Thanks. That worked perfectly! One more question. Is there a way to show the link category description below my category name. Right now the only options are right and left. I have text that I want to display below the link category name, but before the links on the page. I also sent a donation your way. I appreciate your hard work.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Can you provide a link where you have Link Library setup? It may be possible to make the category fall to the next line through CSS, but it would be best for me to see your page and be able to try things out using browser developer tools.

    Thread Starter tjdia1

    (@tjdia1)

    Here is the page where Link Library is set up.

    http://workathomeedge.com/work-at-home-companies

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Add this to the Link Library stylesheet and save:

    .linklistcatnamedesc:before {
    content: ‘ ‘;
    display: block;
    }

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    The quotes need to be regular single quotes. It looks like they got changed to fancy quotes when I posted the reply. Please make sure they are regular simple quotes.

    Thread Starter tjdia1

    (@tjdia1)

    That worked! Thanks so much for your help.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Category Link’ is closed to new replies.