Cannot make it work with 3 across, no div or ul
-
My list of page don’t use DIV or UL/LI so I can’t get the plugin to work for me.
My posts use the following format:
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php if ( has_post_thumbnail()....
As they are 3 boxes across. Not masonry, I’m using a theme by WordPress’s AUTOMATIC: https://gazettedemo.wordpress.com
So there is no way for me to clear the button each time, since you require a <div> or a
-
If I put a <div> my posts become vertical, not 3 across, if I add my page code, the button moves down the first time, but each time I load after that, the Load More button stays at the top of the new posts.
I would need some way of perhaps putting a different selector, like <article> not <div>
Thanks!
Charles
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Cannot make it work with 3 across, no div or ul’ is closed to new replies.