jhorbury
Forum Replies Created
-
Forum: Your WordPress
In reply to: DFNA ‘Gritty’ themeHmm. Fair enough comments. No wonder my
- ‘s weren’t behaving!
Forum: Plugins
In reply to: Change text int footer depending on category<?php
$post = $wp_query->post;
if ( in_category(‘4’) ) {include(TEMPLATEPATH . ‘/footer-4.php’);}else
if ( in_category(‘3’) ) {include(TEMPLATEPATH . ‘/footer-3.php’);}
else
if ( in_category(‘2’) ) {include(TEMPLATEPATH . ‘/footer-2.php’);}
else
{include(TEMPLATEPATH . ‘/footer-1.php’);}
?>Backup your files first, then save the above code as ‘footer.php’. Then create as many unique footers as you want (footer-1.php, onwards). In this example, if the category is category 2, you’ll get footer-2.php, and so on.
Hope this helps…
Forum: Your WordPress
In reply to: Criticism required!Thankyou. I’m getting some positive feedback, so yes, I will be making it available for others once I’ve tidied a few things up.
Forum: Themes and Templates
In reply to: Theme comments welcome: ‘Solutions’Content constantly changing too! Please bear with it – theme should remain the same, however.
Forum: Themes and Templates
In reply to: Changing sidebar title names in templatesYep. Have a look in sidebar.php
Forum: Themes and Templates
In reply to: New Theme : IntenseSimple, straightforward. Spookily similar to all the other themes out there. Not particularly interesting. Despite your confidence, I don’t love it.
Forum: Themes and Templates
In reply to: Content at bottom intermittent in FirefoxYou may want to make absolutely certain that you’re not missing a closing </div> somewhere (sidebar / index)…
Forum: Themes and Templates
In reply to: StripedPlus 1.0 – How do I get rid of the Border Line?You’ll need to find the CSS which styles the h3 and p tags in the post. These will both have somthing like border-left: 4px solid #ccc; as their styles. Remove this, and the lines will vanish
Forum: Themes and Templates
In reply to: A little help for my style.css please…You’ll need to get back the styles.css file, and edit it (rather than completely delete it). You may want to download the theme again and replace the CSS file.
In WordPress, the styles.css file controls much more than just basic formatting…
Forum: Your WordPress
In reply to: My New Theme. Tell Me What You Think!Much neater than the official site, but you’ve got Thom to thank for that. Ha ha.
Forum: Themes and Templates
In reply to: Haizeak version 2.1 update.Also – does anyone know why the ‘RSS feed for this thread’ link on this support page doesn’t work…?
Forum: Themes and Templates
In reply to: Fluidity WordPress Theme ReleasedThis is nice, but the colours are a bit over the top, if you ask me.
Forum: Themes and Templates
In reply to: WP Theme- AbstractS’ok.
Forum: Themes and Templates
In reply to: New Phoenity ThemeSimple. Bit big and clunky though. Still pretty good.
Forum: Themes and Templates
In reply to: New Theme: GoRedI like it, but agree with Bhoney’s comments. It looks great with sparse content tho…