j_joewhite
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: Increase max posts on homepage with Gridly ThemeHi Andrew,
I can see there is no limiter, that is what i’m finding v confusing!
I understand it’s not your place.. I was just hoping (praying) for some kind soul who could point me in the direction of where else I might a limiter.
Thanks for looking!
??
Forum: Themes and Templates
In reply to: Increase max posts on homepage with Gridly ThemeThe theme doesnt offer any support ??
Please… Any help would be amazing!
Thanks x
Forum: Themes and Templates
In reply to: Increase max posts on homepage with Gridly ThemeOK thanks.. I was hoping it would be a simple little PHP tweak that I had missed and it wouldn’t matter who made the theme.
.. but rules are rules..
Thanks
Forum: Themes and Templates
In reply to: Increase max posts on homepage with Gridly ThemeHere is the current code in the index.php file for the theme homepage if it helps?
<?php get_header(); ?> <?php if (have_posts()) : ?> <div id="post-area"> <?php while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() ) { ?> <div class="gridly-image"><a>"><?php the_post_thumbnail( 'summary-image' ); ?></a></div> <div class="gridly-category"><p><?php the_category(', ') ?></p></div> <?php } ?> <div class="gridly-copy"><h2><a>"><?php the_title(); ?></a></h2> <!-- <p class="gridly-date"><?php the_time(get_option('date_format')); ?> </p>--> <?php the_excerpt(); ?> <!--<p class="gridly-link"><a>">View more →</a></p>--> </div> </div> <?php endwhile; ?> </div> <?php else : ?> <?php endif; ?> <?php next_posts_link('<p class="view-older">View Older Entries</p>') ?> <?php get_footer(); ?>
[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.]
Viewing 4 replies - 1 through 4 (of 4 total)