Template with PHP
-
First of all – great plugin, thanks a lot!
I’m having a minor “issue” (aka lack of knowledge) – I’ve created a template that works great when I use a shortcode, but I need to implement this onto index.php and I can’t figure out how to call it.
With a shortcode I’d use this to get the result I want:
[wp-tiles template=”Template_Name”]
How do I get the same results by using a php tag? It currently looks like this and I’m not sure where to call the template.
<?php if ( function_exists ( ‘the_loop_wp_tiles’ ) ) the_wp_tiles( ); ?>
Any help would be great, thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Template with PHP’ is closed to new replies.