Anchor from the navigation menu
-
Hello !
I tried to set an anchor from the menu placed in the header with several categories.
When I click on these, I want the page be placed automatically to the matching article.In the header.php, I placed this excerpt of code :
<a href="debut"><?php wp_list_cats('sort_column=name&hierarchical=1') ?></a>and in the category.php :
<a name="debut" id="debut"><div id="post-<?php the_ID(); ?>" class="<?php sandbox_post_class(); ?>"></a>Many thanks for your help !
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Anchor from the navigation menu’ is closed to new replies.