• Resolved forunner

    (@forunner)


    hi !
    I’ve a little problem about the display of my links.
    I want to hide the name of the category (but only the name, not the links inside the category)

    I’m using this code :

    1.
          <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
       2.
    
       3.
            <?php wp_list_bookmarks('show_description=1"categorize=0&show_name=1&title_after=&title_before='); ?>
       4.
    
       5.
            <?php endif; ?>

    sorry for my bad english (I’m french), and thanks for (maybe) your answers !

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try

    <?php wp_list_bookmarks(‘show_description=1″categorize=0&show_name=1&title_after=&title_before=&title_li=‘); ?>

    Thread Starter forunner

    (@forunner)

    thanks for your answer, it works with wp_list_bookmarks('show_description=1&categorize=0&show_name=1&title_after=&title_before=&title_li=');

    BUT… I would like to keep the classment by categories !
    any solution :p ?

    Thread Starter forunner

    (@forunner)

    humm !
    not a real solution, but … I’ve change the li properties of the div in my css, and it looks like I wanted to !

    thanks for your help alexpts : problem solved

    good )

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hide categories names’ is closed to new replies.