Title: Conditional tag problems
Last modified: August 18, 2016

---

# Conditional tag problems

 *  [smokedfisher](https://wordpress.org/support/users/smokedfisher/)
 * (@smokedfisher)
 * [19 years ago](https://wordpress.org/support/topic/conditional-tag-problems/)
 * My links are not appearing on the sidebar due to conditional tag. I need help
   in finding how to get my links to show within the conditions.
    this is the sidebar.
   php
 * <!– Start of Navigation –>
    <div id=”navigation”> <div class=”nav_title”><img
   src=”<?php bloginfo(‘url’); ?>/wp-content/themes/drunkloser/images/links.jpg”
   alt=”Links” /></div>
    -  <?php wp_get_links(); ?>
 *  <div class=”nav_title”><img src=”<?php bloginfo(‘url’); ?>/wp-content/themes/
   drunkloser/images/last-posts.jpg” alt=”Last Posts” /></div>
    -  <?php
       $posts = get_posts(‘numberposts=5’); foreach($posts as $post) : ?>
    - 
    -  <?php endforeach; ?>
 * <!– End of Navigation –>
    </div>
 * my site is [http://www.jethro.ws](http://www.jethro.ws)

The topic ‘Conditional tag problems’ is closed to new replies.

## Tags

 * [links](https://wordpress.org/support/topic-tag/links/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [smokedfisher](https://wordpress.org/support/users/smokedfisher/)
 * Last activity: [19 years ago](https://wordpress.org/support/topic/conditional-tag-problems/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
