Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter rvblog

    (@rvblog)

    Sorry about that, I’ll try again:

    Currently using WP 1.5 Jan-12-05

    Example:

    I have 2 link categories : Blogroll and Favorites

    My links are currently displayed like this:

    www.link1.com
    www.link2.com
    www.link3.com

    I would like them to be displayed like this:

    Blogroll
    www.link1.com
    www.link2.com
    Favorites
    www.link1.com

    The same for my categories – I would like the same tree structure to be displayed showing each category and their respective sub-catagories:

    From this:

    General
    Travel
    Website
    Wordpress
    Plugins

    To this:

    General
    Travel
    Website
    WordPress
    Plugins

    Is this done with CSS or does something have to be added to the *.php file ??

    Thread Starter rvblog

    (@rvblog)

    Someday I’ll figure out how to code this properly in the forums.

    Try this:

    From this:

    General
    Travel
    Website
    Wordpress
    Plugins

    To this:

    General
    (indent) Travel
    Website
    (indent) WordPress
    (indent) Plugins

    Hi rvblog,
    Differences aside form other posts, have you sorted this problem yet? There were a couple of files that needed changing in the core to get mine indented correctly. If you like I could track them down.

    We used to be able to do this. It seems to be a glitch because there is no distinguishing mark up so the old .children selector doesnt work. But CSS can be applied to pages children – unless we have missed something.

    I tried with CSS but had difficulties. Luckily I found someone that had modified a couple of root files and now it works perfectly as on my site. It would only take me a few minutes to find them on my local server.

    @root
    Was this change designed or just an unfortunate side effect of the other improvements?

    Thread Starter rvblog

    (@rvblog)

    thanks lorelle

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Category Display’ is closed to new replies.