customization question

Viewing 8 posts - 16 through 23 (of 23 total)
  • #1712
    Adam
    Participant

    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.

    #1713
    Daniel Tara
    Keymaster

    Hi,

    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]

    #1714
    Adam
    Participant

    Brilliant! It worked perfectly, thanks.

    #1715
    trashwire
    Participant

    I 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.

    #1716
    Daniel Tara
    Keymaster

    No such option… yet!

    #1717
    bsanche
    Participant

    Hi 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.
    Barbara

    http://www.souljoel.com

    #1718
    Daniel Tara
    Keymaster

    Open home.php and replace the line:

    <h3><?php _e('Headline','cover-wp') ?></h3>

    with:

    <h3><?php _e('What's New?','cover-wp') ?></h3>
    #10835
    el
    Participant

    Hello 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

Viewing 8 posts - 16 through 23 (of 23 total)

You must be logged in to reply to this topic.