Personalising WP themes

by zonkow
2 replies
  • WEB DESIGN
  • |
Is it possible to personalize every WP themes?
For example, I want to list some of the categories on the top navigation menu under the heading and some of them on the side bar.
Is it possible to do that with every themes or
the number of the things that you can do are limited?
#personalising #themes
  • Profile picture of the author Istvan Horvath
    If you have to ask - the options are limited.
    If you know how to make a WP theme from scratch... there is no limit

    With the Average Joe skills (i.e. "can I just click and drag'n'drop?") things are, usually, limited to what features/options/gizmos the theme developer had included.

    For those fluent in XHTML/CSS (eventually, a little bit of PHP) everything is possible in any theme.

    I will give you a one-line answer: if you know WP, you can solve it

    (provided your theme doesn't have the custom menus feature)
    Use the wp_list_category template tag - or a similar one - twice (once in both locations) with the exclude/include parameter!
    Signature

    {{ DiscussionBoard.errors[6252671].message }}
  • Profile picture of the author ColorVila
    Not every theme can do that.
    If you want to, you should modify the theme code yourself.
    {{ DiscussionBoard.errors[6261221].message }}

Trending Topics