file path for .php files
-
I use this piece of code
<?php get_template_part( ‘coupon’ ); ?>
To get a coupons from a php file i made for it,
This works great but now i have a second file that would like to use the same file.
Is there away to make both wordpress installs point to the same .php file?
I tried adding the path but that didn’t work.
- The topic ‘file path for .php files’ is closed to new replies.