Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter miker1r

    (@miker1r)

    Hello,
    I’ve seen a tutorial in Spanish, that says how to insert ads at the end of the articles, maybe you can help.

    go to the template> code and give Expand gadgets. Then find the line:

    <div class=’post-footer-line post-footer-line-1′>

    AND ABOVE that line put your Adsense code. But to place the code, you must pass it to plain text with this tool:

    https://ciudadblogger.com/p/conversor-de-html-texto-plano.html

    Surely the ads will be in the HOME.
    Then, for adsense ads, just them look inside the entrance and end. Should be placed in this way.

    <b:if cond=’data:blog.pageType == "item"’>
    HERE, YOUR ADSENSE CODE
    </b:if>

    I hope you serve greetings

    Thread Starter miker1r

    (@miker1r)

    Hello friend,
    I just perform the steps indicated me.
    Ready, if this perfect!
    Thank you very much,
    Check out my blog:

    https://goo.gl/lYXeiF

    The problem was that I needed to remove the check
    “Auto Insert Related Posts”

    Ie the method to work, you need:

    <div class=”entry entry-content”>
    <?php the_content(); ?>
    <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘themejunkie’ ), ‘after’ => ‘</div>’ ) ); ?>
    </div> <!–end .entry–>

    CODIGO ADSENSE

    <div id=”entry-bottom”>
    <?php _e( ‘Mas relacionados en: ‘, ‘themejunkie’ ); ?><?php the_category( ‘, ‘ ); ?>
    <?php printf(the_tags(__(‘<span id=”entry-tags”>Tags: ‘,’themejunkie’),’, ‘,'</span>’)); ?>
    </div>
    <?php zemanta_related_posts()?>

    more:

    Disable the “Auto Insert Related Posts”

    Doing all this, and will come out perfect.
    Thank you, have a good day!

    Thread Starter miker1r

    (@miker1r)

    Hi thanks for your reply,

    I just perform what you telling me, but I can not come up with the solution.

    Hey tried the same steps you indicated me, and yet fail to see the ad above plugin.

    Are you sure you just is the put this code: <?php zemanta_related_posts()?>,

    for raise the ad above?

    The plugin is by default, I have not configured anything.

    Thread Starter miker1r

    (@miker1r)

    Hi thanks for your reply, yes in fact my theme is “daily”

    This is a part set as the file single.php

    <div class="entry entry-content">
    				<?php the_content(); ?>
    				<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'themejunkie' ), 'after' => '</div>' ) ); ?>
    			</div> <!--end .entry-->
    
    CODIGO ADSENSE
    
    <?php zemanta_related_posts()?>
    
    <div id="entry-bottom">
    			<strong><?php _e( 'Mas relacionados en: ', 'themejunkie' ); ?></strong><?php the_category( ', ' ); ?>
    			<?php printf(the_tags(__('<span id="entry-tags"><strong>Tags:</strong>?','themejunkie'),', ','</span>')); ?>
    			</div>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    I did what you I indicated, place the following code:
    <?php zemanta_related_posts()?>

    Underneath adsense ad, but still the same, not upload the ad.
    As we do?

Viewing 4 replies - 1 through 4 (of 4 total)