• Resolved umairrockx

    (@umairrockx)


    Hello there,

    This is the best theme ever! I really loving this theme, I left the rating as well, but want to thank you again for this theme..

    However, I have few questions (I searched in your main site, but didn’t fine the answer):
    1. Is it possible to show the latest posts after the featured categories? Say I have set 4 featured categories, but after that I want to show the latest posts.. Is this possible?

    2. Is is possible to show 728×90 top ad only on home page, but blank on inner posts pages?

    3. What does the “Advertisement in First/Second Post Loop” do? I am putting ad code there, and its showing nowhere.

    I will really appreciate you help here,
    Kind Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Richie KS

    (@rkcorp)

    1. try replace the index.php with this http://goo.gl/8Q0dWi
    *child theme approach recon.

    2. open header.php and wrap the topbanner with
    <?php if( is_home() ) { ?>
    —top banner id—-
    <?php } ?>

    3. only work when in blog mode not featured category mode.
    check your archive or category page if you have saved ads embed code when using featured category mode in homepage.

    Thread Starter umairrockx

    (@umairrockx)

    Thank you so much.. Everything worked like a charm! you’re amazing..

    But only one problem:
    When the latest posts start, they start abruptly. There is no heading like “Latest Posts” before the latest blog posts start there..

    I tried adding the html code for latest posts after <!– POST START –>, however, it keeps coming smaller. I put it in h1 tags but it still comes smaller..

    Is there any way that it comes like the heading feature categories have..
    Like it says “Latest Posts” with the line below it?

    I really appreciate you support.. If that’s too much I’m asking then no problem, I understand, just mark it solved then. Otherwise I’ll mark it as solved after your reply 🙂

    Kind Regards

    Thread Starter umairrockx

    (@umairrockx)

    Ops, seem I am having a big problem..

    When I put the google ad code in the top banner code from the theme options and hit save, It removes all the script tags, e.g <script type=”text/javascript”>, and I am only left with the inner piece of code..

    I don’t know why this is happening. I even tried this before editing the theme index.php file.

    Theme Author Richie KS

    (@rkcorp)

    by default it doesn’t have header for ‘latest posts’. you need to add them after div id post-entry in the index.php
    <h2 class="header-title">Latest Post</h2>

    @script
    check faq.txt for more info on using shortcode.

    Thread Starter umairrockx

    (@umairrockx)

    Thank you so much! Can’t thank you enough for all the help..

    And sorry for bother you that much..
    Kind Regards 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show Latest Posts with Featured’ is closed to new replies.