Title: linkit's Replies | WordPress.org

---

# linkit

  [  ](https://wordpress.org/support/users/linkit/)

 *   [Profile](https://wordpress.org/support/users/linkit/)
 *   [Topics Started](https://wordpress.org/support/users/linkit/topics/)
 *   [Replies Created](https://wordpress.org/support/users/linkit/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/linkit/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/linkit/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/linkit/engagements/)
 *   [Favorites](https://wordpress.org/support/users/linkit/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_get_links won’t display inline after 2.1 upgrade](https://wordpress.org/support/topic/wp_get_links-wont-display-inline-after-21-upgrade/)
 *  [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/wp_get_links-wont-display-inline-after-21-upgrade/#post-514032)
 * Okay tried them both still didnt work can I send you the link via email?
 * Cheers
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_get_links won’t display inline after 2.1 upgrade](https://wordpress.org/support/topic/wp_get_links-wont-display-inline-after-21-upgrade/)
 *  [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/wp_get_links-wont-display-inline-after-21-upgrade/#post-514030)
 * I am having the same issue.
 * I have tried many different combinations to display a certain links list in a
   specific category footer.
 * Has anyone got any ideas?
 * #footer { clear:both; margin:30px 0 0px 0; padding:0px 0 15px 0; color:#666; }
 * #footer ul { width:100%; list-style:none; float:left; margin:0px; padding:0px
   0 0px 0; font-size: 11px; }
 * #footer ul li { display:inline; float:left; margin:0 6px 0 0; padding:0px;
 * <div id=”linkfooter”><?php if ( is_home() ) { get_links(‘category=71,72,73’);}?
   ></div>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to exclude sidebar from a certain category](https://wordpress.org/support/topic/how-to-exclude-sidebar-from-a-certain-category/)
 *  Thread Starter [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/how-to-exclude-sidebar-from-a-certain-category/#post-558449)
 * Michaels statement didnt work as I have other statements going on:
 * <?php if (!is_category(‘6’) ) { (get_sidebar()); }
    <?php if ( is_category(’18’)){
   include (‘sidebar1.php’); } else if ( is_category(’41’) ) { include (‘sidebar2.
   php’); } else if ( is_category(’37’) ) { include (‘sidebar3.php’); } else if (
   is_category() ) { get_sidebar(); } ?>
 * I will try the template route..thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Query Posts that are in 2 different categories](https://wordpress.org/support/topic/query-posts-that-are-in-2-different-categories/)
 *  Thread Starter [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/query-posts-that-are-in-2-different-categories/#post-557640)
 * Managed to get it working with this:
 * <?php query_posts(‘cat=3&cat=7&showposts=5’); ?>
    -  <h2>Recent Posts</h2>
 *  -  <?php while (have_posts()) : the_post(); ?>
    - 
    -  <?php endwhile; ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [single.php error](https://wordpress.org/support/topic/singlephp-error-2/)
 *  Thread Starter [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/singlephp-error-2/#post-556935)
 * I found that it was some code from the landing sites plugin, that had been disabled.
 * I have fixed it now…thanks for your help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [single.php error](https://wordpress.org/support/topic/singlephp-error-2/)
 *  Thread Starter [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/singlephp-error-2/#post-556915)
 * we had a designer code it – it was actually working right up until yesterday 
   when we took the db to put onto another site to test with.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [single.php error](https://wordpress.org/support/topic/singlephp-error-2/)
 *  Thread Starter [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/singlephp-error-2/#post-556907)
 * I haven’t fixed the problem – I don’t know whether its a coding error or db error
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [single.php error](https://wordpress.org/support/topic/singlephp-error-2/)
 *  Thread Starter [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/singlephp-error-2/#post-556905)
 * I’ve just checked some of the default template code and the ls_getinfo in that
   too
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [single.php error](https://wordpress.org/support/topic/singlephp-error-2/)
 *  Thread Starter [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/singlephp-error-2/#post-556904)
 * ah ok – is that a coding error? should I give you a link to the site that it’s
   occurring on? I really appreciate your time Michael thankyou.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [single.php error](https://wordpress.org/support/topic/singlephp-error-2/)
 *  Thread Starter [linkit](https://wordpress.org/support/users/linkit/)
 * (@linkit)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/singlephp-error-2/#post-556890)
 * Hi Michael thank you for getting back to me the theme is a customised theme for
   my site – when you are asking if there’s a link to download it – are you wanting
   to see the problem? or want to use the theme for yourself?

Viewing 10 replies - 1 through 10 (of 10 total)