WordPress – Add code to your theme/template

If you’re new to WordPress writing custom additions to your template might be frightening.

Here’s a little how-to tutorial for adding functions inside of your functions.php , to add custom pages and styles.css to your theme.

first go to Appearance and then click on Theme Editor, dont worry to break something, otherwise give us a call 😉

Inside you will find your custom pages *.php the general functions of the page(Theme Functions) that you can extend (functions.php) and the general child stylesheet (style.css), the navigation is the same than any treeview, folder structures are possible.

Once you’re done dont forget to save

 

That’s it! This is how you can add custom code to your theme.

Leave a Comment