-
AdamParticipant
Hi Daniel,
This is an offshoot of the question Jill asked above. Is there anyway to make the “popular” section on the front page show another post category. Thus, for example, instead of having a column for “featured” and then a column for popular posts, have a column with posts in the category “featured” and then have a column with posts in the category “news”. Thanks for the help.Daniel TaraKeymasterHi,
Sure there is: Just copy everything between [code]<div id=”featured”>[/code] and [code]</div><!– /featured –>[/code] and put it between [code]<div id=”popular”>[/code] and [code]</div><!– /popular –>[/code]. Then replace [code]get_option(‘cover_wp_featured_cat’, ‘Featured’));[/code] with your desired category name. Mind the string quotes. e.g.:
[code]<?php query_posts(“caller_get_posts=1&showposts=3&category_name=News” ?>[/code]trashwireParticipantI had a similar question. Is there a way to make the Popular section display the most viewed posts, but to restrict that by date. For example, the three most popular posts in the past 30 days? I’ve seen plugins that do this, but I wanted to see if there was a way to do it within the theme itself.
bsancheParticipantHi Daniel,
Love your theme. Can I change the text “HEADLINE” to a different word/phrase else, like “WHAT’S NEW” I don’t want to change the functionality…it works perfectly…just want to change the wording for this header.Thank you so much.
BarbaraDaniel TaraKeymasterOpen home.php and replace the line:
<h3><?php _e('Headline','cover-wp') ?></h3>
with:
<h3><?php _e('What's New?','cover-wp') ?></h3>
elParticipantHello Daniel.
I tried all the options that are written in your website. Dedicated to the Help for people like me that do not understand much. I have a dream to have beautiful site like your site, but unfortunately I can not fix the slider, and decrease it as the slider nice that is displayed on your site, I’d appreciate it very much if you help me, if not I will try to move to another group with a website that has all extensions. I’d be happy if you could recommend a group that will help me install the site in a reasonable way.
Thanks in advance
Tagged: colors, menu font, social bookmarks, stylesheet
You must be logged in to reply to this topic.