Tagged Questions
0
votes
0answers
54 views
Custom Post Type in Parent Theme causing 404s [closed]
I'm customizing a theme for a client from a theme they bought off of themeforest.net. I created a child theme, where all the customization is located.
Here is the issue:
There are several custom post ...
0
votes
1answer
36 views
How can I block with a child theme certain pages?
I am using the Woocommerce Wordpress plugin for an E-commerce site. I want to be able to set the site in a non-ecommerce mode, ie without the cart and checkout etc etc. I know there is a plugin you ...
0
votes
1answer
117 views
Page not found when trying to link to files in child theme directory
I'm trying to create a child theme based on Toolbox 1.4 by Automattic.
I have my scripts file saved as child_theme/js/scripts.js on my server and I enqueue it by using
wp_enqueue_script( 'scripts', ...