Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter sandeep1414

    (@sandeep1414)

    Also name of the theme i am using is GreenTweet 1.0 by CustomBlogDesigner.com

    Plz somebody help….

    if u want code i can post that….

    Thread Starter sandeep1414

    (@sandeep1414)

    plz someone respond

    Thread Starter sandeep1414

    (@sandeep1414)

    This is the link of the theme i am using

    https://www.customblogdesigner.com/greentweet-wordpress-theme/

    esmi

    (@esmi)

    A screenshot is of no use. What might help is a link to a page on your site demonstrating the problem.

    Thread Starter sandeep1414

    (@sandeep1414)

    hello esmi,

    Thanks for reply . i was waiting for reply from someone..

    this is the link to my site
    https://sabkuchhere.co.cc/

    And i want to create ad space above featured post section… as i have shown in screenshot..

    You tell me i can also post code of required file…

    plz reply..

    Thread Starter sandeep1414

    (@sandeep1414)

    I want featured post section to shift down to make space for ad banner..

    esmi

    (@esmi)

    You would need to edit your theme’s index.php template file and add the banner ad code just above the query for the featured posts. if you only want the banner ad to appear on the first page and not the subsequent index pages (/page/2/ etc), you’ll need to place the banner code inside a conditional – eg:

    <?php if( !is_paged() ) :?>
    [ banner ad code ]
    <?php endif;?>
    Thread Starter sandeep1414

    (@sandeep1414)

    I want banner page to appear on every page…

    Thread Starter sandeep1414

    (@sandeep1414)

    Hello esmi,

    this is the coding of my index.php file

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thread Starter sandeep1414

    (@sandeep1414)

    Why you deleted the code i provided. also pastebin is not opening..

    giving error 500 – Internal Server Error

    Plz help guys..

    Thread Starter sandeep1414

    (@sandeep1414)

    Hello esmi,

    I did as you said.. But i want to correct the alignment of ad banner… I want to align it to center

    take a look

    https://sabkuchhere.co.cc/

    and also i want add banner to show on 2 nd and all pages but its not showing .

    https://sabkuchhere.co.cc/page/2

    Thread Starter sandeep1414

    (@sandeep1414)

    Plz help me how to place the banner correctly..

    Thread Starter sandeep1414

    (@sandeep1414)

    plz some one solve my problem….

    sandeep1414, there is a simple way to make your banner centered. Go to the CSS class for the banner and add these two lines:

    margin-right: auto;
    margin-left: auto;

    This should suffice to center your banner.

    P.S. Please do not bump your threads. It is not in accordance with the Forum Rules and it is inconsiderate.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘modify theme to create 728*90 add banner above posts’ is closed to new replies.