WPIntell

Source evidence

display intro text

Wanna Isotope · support · 2016-06-12T13:43:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 12 rows with source links

41.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

7 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
stavroch unresolved
How 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

Comments

1 shown
Juan Javier 2016-07-20T13:42:00+00:00

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