Forums

[resolved] Embedding between posts on homepage only. (4 posts)

  1. indiemusicfinds
    Member
    Posted 1 year ago #

    Hi, having a bit of trouble with this.

    I've been able to embed things between the 2nd and 3rd posts on homepage/page2/category/archive pages. But when I try to add the code to make it home page only too this just doesn't seem to change anything.
    I'm a bit rubbish at coding so I might be putting these codes in the wrong order or something.

    Time to start from scratch, could anyone please produce such a code that will allow something to be put after the 2nd post on home page only.
    Thanks

    http://indiemusicfinds.com

  2. indiemusicfinds
    Member
    Posted 1 year ago #

    oh and I'd been trying something like this before

    <?php if (is_home() && $count == 1) : ?> <CENTER> 
    
    Example
    
      </CENTER> <?php endif; $count++; ?>
    			</div>
  3. alchymyth
    The Sweeper
    Posted 1 year ago #

    i see the output of your code (an empty html <center> tag) after post 2 on the home page - ond on the paged pages.

    if you don't want the output on paginated pages, add a !is_paged() to your conditional statement.

    http://codex.wordpress.org/Conditional_Tags

  4. indiemusicfinds
    Member
    Posted 1 year ago #

    thanks alchymyth!
    it worked (:

Topic Closed

This topic has been closed to new replies.

About this Topic