Hook for Templates
-
Hey there,
I’ve created a custom template and customized the existing default-loop for the the posts shortcode to reference.
See:
[su_posts template="templates/single-post.php" posts_per_page="1" post_type="portfolio" taxonomy="portfolio-category" tax_term="live" tax_operator="2"][/su_posts]
[su_posts template="templates/default-loop.php</b>" posts_per_page="20" offset="1" post_type="portfolio" taxonomy="portfolio-category" tax_term="live" tax_operator="2"][/su_posts]
I’ve uploaded these templates directly to the plugin’s folder.
However, I know that’s a no-no, especially because these templates will get overwritten once I update.Is there a hook or filter available to put into my functions.php to create these new templates or create a reference to a new path?
- The topic ‘Hook for Templates’ is closed to new replies.