inet
Forum Replies Created
-
Forum: Installing WordPress
In reply to: What’s the categories sidebar for?Explaination is perfect.
O.K. U.S.A.
Forum: Fixing WordPress
In reply to: Combining Conditional Tags? For sidebar display.it workkkkkeddddd!!!!!!!!!!!!!!!!! thannnk YOUUUU!!!!!! YOur my favorite Moderator. by the way i was checking your website, are you Phy Ly? i uploaded like 2 of the theme from there, it looks great. again thanks for your expertise and time to answer my questions.
Forum: Fixing WordPress
In reply to: Combining Conditional Tags? For sidebar display.I see no closing bracket. Well here’s the link to code.
If you want to download the theme I’m using right here:
http://pribadi.or.id/files/cleanlook.zip
One more thing, this is only for modifying the sidebar.php file right?
Forum: Fixing WordPress
In reply to: Combining Conditional Tags? For sidebar display.thx for fast reply, if you mean removing the if check:
<?php if ( is_home() ) { ?>
I tried that, then I’ll I get an error.
Parse error: parse error, unexpected ‘}’ in /home/vhosts/greenbug.90megs.com/blogger/wp-content/themes/cleanlook/sidebar.php on line 49
Am I doomed? what else can i try.
Forum: Fixing WordPress
In reply to: Combining Conditional Tags? For sidebar display.Ok great that worked, but how do i add the homepage too? So I actually want to combine:
<?php if ( is_home() ) { ?>
<?php if ( is_page() ) { ?>
<?php if ( is_category() ) { ?>
<?php if ( is_archive() ) { ?>Now what?
Forum: Fixing WordPress
In reply to: k2 sidebar on all pages?hey i have the same problem, so how do you fix it?