Category: WordPress tips
-
How To Create A WordPress Child Theme – The Right Way
Since recently it was considered best practice in WordPress to include the parent stylesheet (style.css) with the @import rule in your child theme’s style.css. However this technique got updated and now it’s best-practice to create a functions.php file for your child theme and use wp_enqueue_style() to include you parent theme…
-
For WordPress Newbies: The 10 most important WordPress terms explained
What is a widget and what are plugins actually for? Why do I need a database? Which updates do I need to take care of and what exactly is a theme? I still remember the time when I didn’t understand the meaning of common WordPress terminology like widgets, plugins, or…

