Any Wordpress Gurus Out There

4 replies
Hi guys

I was wondering if you could help me, I have been tearing my hair out over one issue in Wordpress

I want to be able to have a horizontal category bar just underneath my pages bar, this category bar will have sub pages under each menu

anyone know how I go about setting this up, I know this is mainly done within the theme files itself, but how do i go about modifying the theme files/settings so that i can have a category bar at the top of my blog

any ideas would be much appreciated... I have no hair left now

Thanks guys in advance

Kishor
#gurus #wordpress
  • Profile picture of the author KillerDM
    Using your admin panel (Appearance > Editor), or the file directly, you should modify header.php
    Signature

    {{ DiscussionBoard.errors[1117919].message }}
  • Profile picture of the author Julian Lockhart
    the first place to start is look at the function
    wp_list_categories

    <?php wp_list_categories('orderby=name&title_li=&depth=4 '); ?>

    This will go in your header.
    But you need to code the css as well.

    But if you are having issues you should just download a theme that has the feature built in.
    Signature
    Biz Launch Box - Marketing Consultant
    {{ DiscussionBoard.errors[1117921].message }}
  • Profile picture of the author AdInventive
    Plugins. There's a lot of plugins that will list pages or categories or whatever you can think of.

    WordPress › page Tags WordPress Plugins
    Signature
    My thoughts on Lateral Marketing Stategies.
    {{ DiscussionBoard.errors[1118291].message }}
  • Profile picture of the author thunderbird
    I don't consider myself to be a Wordpress guru, not by a long shot, but I usually know the answers to suchlike questions appearing on this forum.
    Signature

    Project HERE.

    {{ DiscussionBoard.errors[1118406].message }}

Trending Topics