Results 1 to 6 of 6
Hybrid View
-
12th Sep 2011, 07:01 PM #1MemberWebsite's:
tufos.netOr if you want to learn and do it manually you can try the following code putting it into your index.php (the one into your template folder not in root.) loop:
PHP Code:<?php
if (in_category('1')) {
echo '<img src="/software.gif" />';
}
elseif (in_category('2')) {
echo '<img src="/game.gif" />';
}
elseif (in_category('3')) {
echo '<img src="/movie.gif" />';
}
elseif (in_category('4')) {
echo '<img src="/music.gif" />';
}
elseif (in_category('5')) {
echo '<img src="/tv_show.gif" />';
}
elseif (in_category('6')) {
echo '<img src="/ebooks.gif" />';
}
elseif (in_category('7')) {
echo '<img src="/mobile.gif" />';
}
else {
echo '<img src="/other.gif" />';
}
?>aishamontreal Reviewed by aishamontreal on . add an image to each category for wp hello guys i want to know the right way to add an image to each category for wordpress like Mukki.org and display it in homepage like mukki.org also Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Different css for different category.
By r00ts in forum WordpressReplies: 1Last Post: 1st May 2012, 11:11 AM -
Different CSS per category.
By pi0tr3k in forum phpBBReplies: 10Last Post: 18th Jan 2012, 05:06 PM -
Proper category for an image hosting service?
By Glumbo in forum Feedback and SuggestionsReplies: 0Last Post: 3rd Dec 2011, 08:29 PM -
how do i change the image next to each forum category
By Godly Chaos in forum vBulletinReplies: 1Last Post: 28th Jan 2011, 12:28 PM -
Get RSS of category ?
By chipve in forum Webmaster DiscussionReplies: 3Last Post: 16th Oct 2010, 05:24 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...