nando99
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Different look for posts in certain category….WOW – major mind fart – I got it now – never mind my question…
Forum: Themes and Templates
In reply to: Different look for posts in certain category….anyone wana help?
Forum: Themes and Templates
In reply to: Different look for posts in certain category….ok… so I found what I wanted to do on the link below:
http://www.webdesignerwall.com/tutorials/wordpress-theme-hacks/
Under – Unique Single template
Just 1 question – where do I put that?
Thanks in advance…
nando
Forum: Fixing WordPress
In reply to: Exclude certain categories from the category listI see… i have a problem though.
I’m using the code below to only show the parent categories and the child categories when inside the parent category:
<div class="sideblock"> <h3>Shows</h3> <ul> <?php $defaults = array( 'show_option_all' => '', 'orderby' => 'name', 'order' => 'ASC', 'show_last_update' => 0, 'style' => 'list', 'show_count' => 0, 'hide_empty' => 0, 'use_desc_for_title' => 1, 'child_of' => 0, 'feed' => '', 'feed_image' => '', 'exclude' => '', 'hierarchical' => true, 'title_li' => '', 'echo' => 1, 'depth' => 1 ); wp_list_cats($defaults); ?> </ul> </div>How do I add what I need to add to wp_list_cats($defaults);? I tried wp_list_cats($defaults&exclude=20); and that gives me an error.
Thanks in advance.
Forum: Fixing WordPress
In reply to: Editing Format of Posts Help!.entry { border:1px solid #CCCCCC; font-size:1.4em; line-height:1.65em; padding:1em; color: #666; background-color:#CCCCCC; }the background color will change the filled in color. the color code by itself is for the font color.
as for the padding – you only want the padding on the post right? if you don’t see a change with just 1em – try larger numbers till its the way you like it…
Forum: Fixing WordPress
In reply to: Problem With The Leavy Theme – PLEASE HELP!did you edit anything in the footer?
if you did, you prolly removed something you weren’t suppose and since they encrypt it so you can remove the footer links you’d have to change it back to how you got it for it to work. – just a guess.