My boss has decided that she wants the Featured section to be changed to different categories (Faculty, Students, Community) and wants those words to appear instead of the post’s actual title.
Is there an easy way to do this? When I removed the line of code I suspected to be responsible for it (renamed to info2), it broke some other things:
Code:
<div class="info2">" rel="bookmark" class="title"><?php the_title(); ?>
Here is the current website (a work in progress!): www.lisuncg.net
(von: Hanscrafter)
Hier noch 1 weitere Ergebnisse dieses Threads:
Re: Static Title for Featured :: Reply by master
27. Jul. 2010 (von: master)
you have to duplicate the query and loop of your current featured category section.Displaying one latest post of four categories you need actually four loops.In each loop you set the category you want to display and set the number of…