Tag Archives: Wordpress
How to Properly Enqueue Your CHILD Theme’s Style
To make sure the path variable you are using does not refer to the parent themes directory, use: So to inject the style.css in your child theme folder, use this corrected version of the snippet found on this link:
Publishing on WordPress Plugin Directory
If you want to publish your plugins on the the WordPress Plugin Directory, you will need to use SVN (Apache Subversion) version control system to upload your code. This articles covers the steps for submitting and updating your plugin, as well as editing your plugin page on Wordpress.org.