linkit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_get_links won’t display inline after 2.1 upgradeOkay tried them both still didnt work can I send you the link via email?
Cheers
Forum: Fixing WordPress
In reply to: wp_get_links won’t display inline after 2.1 upgradeI 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
In reply to: How to exclude sidebar from a certain categoryMichaels 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
In reply to: Query Posts that are in 2 different categoriesManaged 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 the_title(); ?>
<?php endwhile; ?>
Forum: Fixing WordPress
In reply to: single.php errorI 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
In reply to: single.php errorwe 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
In reply to: single.php errorI haven’t fixed the problem – I don’t know whether its a coding error or db error
Forum: Fixing WordPress
In reply to: single.php errorI’ve just checked some of the default template code and the ls_getinfo in that too
Forum: Fixing WordPress
In reply to: single.php errorah 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
In reply to: single.php errorHi 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?