Link to the categories in archive.php
-
In the category view (archive.php) of the template 3 ive the class “amp-wp-tags”.
Now i want to link the tag to the categories.
See code:
<li class="amp-cat-<?php echo $category->term_id;?>"><a href="<?php echo esc_url( $ampforwp_amp_post_url ); ?>" ><?php echo $category->cat_name ?></a></li>
How can i change the following code to get a link to the categories. (This one goes to the article.
<?php echo esc_url( $ampforwp_amp_post_url ); ?>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Link to the categories in archive.php’ is closed to new replies.