I’m really confused on how I create a new template. Do I create it as a word document and upload it or as a new WordPress post?
]]>Was trying to figure out why no comments were showing using WooComerce Storefront child theme Boutique on WordPress 5.2.1 and it ended up being Custom Post Template By Templatic that was making them disappear.
Disabled the plugin and my comments came back.
-John Snow
]]>Having trouble getting this to work wondering if you could draw up an example for the woocommerce single product example. I their instructions, to modify the product template, they suggest copying over the custom-single-product.php file and then modifying that.
I copied it over, and then changed the top to:
<?php
/**
* Product Page Template: Test 1
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 3.0.0
*/
However don’t seem to see a metabox with the template, would love any step by step advise you could give for this woocommerce use case, I am sure it would help many!
Thank you!
]]>I’ve installed the plugin to implement custom Post templates which works nicely. However, I now get an error when trying to save a Page (not Post).
Here is the error I get when saving/updating a page:
Notice: Undefined index: tmpl_post_template_nonce in /Users/myusername/Sites/mydevsite/wp-content/plugins/templatic-singletemplate/post_templates.php on line 192
Notice: Undefined index: tmpl_post_template_nonce in /Users/myusername/Sites/mydevsite/wp-content/plugins/templatic-singletemplate/post_templates.php on line 192
Warning: Cannot modify header information – headers already sent by (output started at /Users/myusername/Sites/mydevsite/wp-content/plugins/templatic-singletemplate/post_templates.php:192) in /Users/myusernbame/Sites/mydevsite/wp-admin/post.php on line 198
Warning: Cannot modify header information – headers already sent by (output started at /Users/myusername/Sites/squidzink18/wp-content/plugins/templatic-singletemplate/post_templates.php:192) in /Users/myusername/Sites/mydevsite/wp-includes/pluggable.php on line 1216
Any insight would be great.
*Edit*
I deactivate the plugin and reactivated it and received an admin error: Warning: Cannot modify header information – headers already sent by (output started at /Users/squidz9/Sites/squidzink18/wp-content/plugins/templatic-singletemplate/post_templates.php:41) in /Users/squidz9/Sites/squidzink18/wp-admin/includes/misc.php on line 1114
]]>I have tried several different single post template plugins. This seems to be the most up to date and most popular. None of them have worked for me and I’m pretty sure it’s because I am using a child theme, does anyone have any suggestions for using post templates with child themes?
Thank you
]]>