agua New member Jun 24, 2006 429 2 0 Oct 4, 2007 #1 Hey - I have this Wordpress splog thing - I have 6 categories at the moment. What I want to do is to place a banner only above posts in 1 of these categories... how do you do that? Is there a plugin?
Hey - I have this Wordpress splog thing - I have 6 categories at the moment. What I want to do is to place a banner only above posts in 1 of these categories... how do you do that? Is there a plugin?
A Aequitas New member Feb 19, 2007 2,954 73 0 Canada Oct 4, 2007 #2 agua said: Hey - I have this Wordpress splog thing - I have 6 categories at the moment. What I want to do is to place a banner only above posts in 1 of these categories... how do you do that? Is there a plugin? Click to expand... You'll probably have to edit your index.php or your single.php file depending on where you want to place it. I can't remember what the exact code to only display something of a certain category but have a look at codex.
agua said: Hey - I have this Wordpress splog thing - I have 6 categories at the moment. What I want to do is to place a banner only above posts in 1 of these categories... how do you do that? Is there a plugin? Click to expand... You'll probably have to edit your index.php or your single.php file depending on where you want to place it. I can't remember what the exact code to only display something of a certain category but have a look at codex.
agua New member Jun 24, 2006 429 2 0 Oct 5, 2007 #3 Do you mean look here: Main Page « WordPress Codex (I am a Wordpress dummy - this is my first attempt )
Do you mean look here: Main Page « WordPress Codex (I am a Wordpress dummy - this is my first attempt )
C cashflowrusty New member Mar 16, 2007 411 5 0 Oct 5, 2007 #4 You could create a custom template for that category (ala Category Templates « WordPress Codex ) or simply add code to the current index: The Loop in Action « WordPress Codex Hope that helps. Reactions: agua
You could create a custom template for that category (ala Category Templates « WordPress Codex ) or simply add code to the current index: The Loop in Action « WordPress Codex Hope that helps.