Conversation
supportHow can I display intro text? or some words in the view display? https://wordpress.org/plugins/wanna-isotope/
Hi. With new version 1.0.4 you can add your own templates to your theme. Follow these steps: 1. Create a folder in the root of your theme names /wanna-isotope 2. Copy there this file from the plugin dir: plugins/wanna-isotope/public/templates/loop.php 3. Change the markup to match your desired display. loop.php example: <li class=”isotope-item <?php echo esc_attr( $term_class ); ?> all”> <?php if( has_post_thumbnail( $isotope_loop->ID ) ) : ?> ” title=”<?php the_title(); ?>”> <?php the_post_thumbnail( $isotope_loop->ID, ‘medium’ ); ?> <?php the_title(); ?> <?php endif; ?> Documentation and new templates on the way next days. Thanks. Juan
Hi. With new version 1.0.4 you can add your own templates to your theme. Follow these steps: 1. Create a folder in the root of your theme names /wanna-isotope 2. Copy there this file from the plugin dir: plugins/wanna-isotope/public/templates/loop.php 3. Change the markup to match your desired display. loop.php example: <li class=”isotope-item <?php echo esc_attr( $term_class ); ?> all”> <?php if( has_post_thumbnail( $isotope_loop->ID ) ) : ?> ” title=”<?php the_title(); ?>”> <?php the_post_thumbnail( $isotope_loop->ID, ‘medium’ ); ?> <?php the_title(); ?> <?php endif; ?> Documentation and new templates on the way next days. Thanks. Juan