• Resolved iammk

    (@iammk)


    I’m using the Cat2Tag plugin in for categories but rather than needing users to click on the “available categories” link and have it drop down, I’d like them to just be available all the time. I’m not really familiar with php so I’m not sure how to do this. Is it possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you contacted the plugin author or visited their site to see if there are instructions there already for that plugin? That kind of change to the plugin requires someone familiar with it and PHP to make it work.

    Thread Starter iammk

    (@iammk)

    Here’s the answer in case anyone else needs it.

    Line 116:

    echo ‘<div id=”allTags” style=”display: none”><h3>All Tags</h3>’;

    Change that to:

    echo ‘<div id=”allTags”><h3>All Tags</h3>’;

    (removing the css display none portion)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘modifying cat2tag plugin to appear open’ is closed to new replies.