newzy
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Dear Everyone,
Thanks for all these insights however i am facing some issue placing the second part of the code and should amend the code on the index page directly.
Here is the code I have their:
<?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 href="<?php the_permalink() ?>"><?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 href="<?php the_permalink() ?>"><?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 href="<?php the_permalink() ?>">View more →</a></p> </div> </div> <?php endwhile; ?> </div> <?php else : ?> <?php endif; ?>If you can help me getting this nice video in place.
Thanks
Forum: Plugins
In reply to: slideshow page per pageHI everybody,
In the case there is no such plugin can you advise on a very configurable plug for a gallery i can add directly to my post.thanks
Forum: Plugins
In reply to: Best Optin or Newsletter Pluginif i remember well there is a plugin called meenews.
Now i am using mailchimp
Viewing 3 replies - 1 through 3 (of 3 total)