• Hi everyone, let me begin by saying that i am fairly new to WordPress, but I can edit basic php and css. I’ve been scratching my head that past few days trying to figure this out.

    The site I’m working on currently have over 100 Categories listed within a Page, with each category have its own description. I wanted to have the category description display as a hovering box when a user mouseover that category.

    Is there a plugin, or a perhaps simple codex command that would get the job done?

    I know if the categories are shown on the side bar, it would have the hover option, but it is not the case when they are listed in a page.

    Any help will be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • have over 100 Categories listed within a Page

    what is the code you are using for this?

    please use the pastebin for any code over 10 lines – how-to

    Thread Starter jdinh0608

    (@jdinh0608)

    The code i used was

    <?php if(is_page('Test')) { ?>
    <div class="entry-content">
    <?php wp_list_categories( $args ); ?>
    </div>
    <?php } ?>

    Although yesterday I switched to a plugin called Mutli Column Category for cosmetic purposes. I just simply input the call command in a page, and the plugin will list all the categories in alphabetical order in that page.

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hover Category's Description in Page’ is closed to new replies.