• Installed this plugin on a site with WP 3.6, Genesis 2.0 and Lifestyle theme (home page not widgetized).

    I had it set up to show one full post with 10 teasers following. 10 full posts show at the top, and then the first post is repeated (in full) with 10 teasers (again repeat posts from the top) at the bottom.

    So I guess it is working but it is not supposed to show the 10 full posts at the top. Is there any resolution to this?

    Thanks in advance!

    http://wordpress.org/plugins/genesis-post-teasers/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Christopher Cochran

    (@cochran)

    Hi Lilipop!

    Thanks for reporting this issue. Some themes add their own loops, I forgot magazine was on that list. Will add this in the next update I push out, but for now, you can add

    remove_action( 'genesis_loop', 'magazine_home_loop_helper' );

    to your child theme’s function.php to fix the issue immediately.

    Let me know if you have any questions or need help! But that should do it.

    I just installed your plug-in on my site with Genesis 2.01 and Studiopress Minimum Child Theme to enable blog teasers on Blog Template and Plugin CSS.

    I don’t see any post teasers.

    What am I doing wrong?

    Steve
    Boston, MA

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full Posts showing at the top, then repeating posts shown as teasers at bottom’ is closed to new replies.