• I am new to Word Press and am using the Weaver Theme for my website. I created two Menu Items from Categories I created. Every time I click on the Category Menu Item, it displays the Category Description above my posts. Here is an example below or go to http://www.biblelegacy.org and click on Events or Home. How do I get rid of this? It is extremely annoying.

    Category Archives: Events

    Keep track of when and where Bible Study and/or fellowship is happening!

    I appreciate the help!

    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • the code for this is possibly in category.php (or archive.php) of your theme; look for ‘category_description();’ http://codex.wordpress.org/Function_Reference/category_description

    Hey Tfox,

    The quick and dirty way of getting rid of it is probably just to use CSS to make it disappear. Something like this would work:

    div.archive-meta { display:none; }

    You may need to be more specific in the CSS if you want that Category Description to display on other pages or places, since that CSS will make the Cat Description disappear in EVERY instance.

    A.

    Thread Starter tfox8

    (@tfox8)

    Thanks to both you for the assistance.

    Epy,

    The code to not display the description works and I thank you. However, the words “Category Archives: Events” still displays.

    I am considering doing a page with posts, instead of making a category a menu item. I did not realize it would be this difficult to create a menu item that displays posts. Any suggestions would be welcome.

    Blessings,

    TFox

    Thread Starter tfox8

    (@tfox8)

    Oh Yeah! I found the snippet within the Weaver Admin to remove the “Category Archives: Events” wording. So, along with Epy’s provision, that issue is solved.

    .category-title {display:none;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Category as Menu Item – Displays Category Description’ is closed to new replies.