killtheliterate
Forum Replies Created
-
Forum: Plugins
In reply to: [FT Calendar] Please add classes to li and ul by defaultPerfect!
All I’ll really be doing is classing the nested elements, so I can grab ’em with selectors. If it’s worth sharing, I’ll pass it on to you.
Forum: Plugins
In reply to: [Plugin: Wickett Twitter Widget] Error: Twitter did not respond..Still way broken… I’m using a caching plugin called WP Widget Cache and consistently get the error message.
Forum: Fixing WordPress
In reply to: wordpress broken after 2.8.4 installI just deleted the plugin from the plugins folder, and wordpress is working again… far as i can tell, All In One SEO does not work with wordpress 2.8.4
Forum: Plugins
In reply to: [Plugin: WP to Twitter] Feedbackbit.ly compatability would be awesome! as well as some feature like tweetback!
please?
Forum: Themes and Templates
In reply to: empty div in IEhere is a workaround i developed for “previous posts”…
still need to figure out how to style “newer posts”please, someone!
<?php if (is_paged()) { ?> <div id="nav-below" class="navigation"> <div class="nav-previous"><?php next_posts_link(__( '<span class="meta-nav">«</span> Older posts', 'sandbox' )) ?> </div> <div class="nav-next"><?php previous_posts_link(__( 'Newer posts <span class="meta-nav">»</span>', 'sandbox' )) ?></div> </div> <?php } elseif (is_front_page()) { ?> <div id="nav-below" class="navigation"> <div class="nav-previous"><?php next_posts_link(__( '<span class="meta-nav">«</span> Older posts', 'sandbox' )) ?> </div> </div><?php } ?>Forum: Themes and Templates
In reply to: Different coloured text for different authorsanyone offer any help as to how to do this with the sandbox template? the index.php <div class etc…> looks very different from the aforementioned