WPIntell

Source evidence

Maps on Single.php template

WP Geo · support · 2016-01-07T13:38:00+00:00

complaintsentiment
mediumseverity
0.81relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 33 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Valen Correa unresolved
Hi Ben, First of tall thanks for the great plugin I would like to ad the map to the single post template in order to make it visible right on the top (under the header and before the title post) but… I don’t really understand PHP I’m just moving blind here haha. In any case, my single.php code is <?php get_header(); ?> <?php $id = $wp_query->get_queried_object_id(); $style = get_post_meta($id, 'post-style', true) ? get_post_meta($id, 'post-style', true) : 'style1'; $infinite = ot_get_option('infinite_load', 'on'); ?> <div id="infinite-article" data-infinite="<?php echo $infinite; ?>"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php $ajax = 0; include(locate_template( 'inc/loop/single-'.$style.'.php' ) ); ?> <?php endwhile; else : endif; ?> </div> <?php get_footer(); ?> Could you help me out and let me know what should I ad and where in order to make it working? Thanks again! https://wordpress.org/plugins/wp-geo/

Comments

0 shown

No comments were stored for this source.