Select Page

Customize Footer Credits with Auto-Year

In the footer.php of your Child Theme, look for the following code and remove it: Now paste the following code in its place: Finally, add the following CSS to your custom CSS file. You can customize this CSS however you desire your footer credits to be...

Customize the Project Permalink

Want to replace the term “Projects” in the project taxonomy. Here’s how!  Open functions.php in your Child Theme and add the following code. Please Note: In this example, “Projects” is replaced with “Videos”. Simply...

Create a Search Field Shortcode

Want to add the WordPress search form in your post or page. Here’s how!  Open functions.php in your Child Theme and add the following code: function wpbsearchform( $form ) { $form = '<form role="search" method="get"...