If you want to add and display breadcrumbs navigation into the wordpress thesis theme, you can do it simply using wordpress hooks. Look at the following function it will generate the breadcrumbs navigation.The call to it using thesis_hook_after_header wordpress thesis…
Tag: Thesis
WordPress wp navigation not working in thesis theme
How to add, where can I add wp navigation plugin script into the wordpress thesis theme.This is a common problem.Simply you can use thesis_hook_after_content thesis hook functions to put this.
WordPress add custom text into the Thesis theme footer
How to add custom text into the thesis theme footer.We can use thesis_hook_footer hook for do this.Open the custom_functions.php in the thesis theme folder.Add the following function end of the file and save it. File path – /wp-content/themes/thesis/custom/custom_functions.php
WordPress add custom text after site name in Thesis theme
How to add custom text or google ads after site name in wordpress thesis theme.We can use these hook for do this.Open the custom_functions.php in the thesis theme folder.Add the following function end of the file and save it. File…
WordPress add custom text after post title in Thesis theme
How to add custom text or google ads after every post tile in wordpress thesis theme.We can use these hook for do this.Open the custom_functions.php in the thesis theme folder.Add the following function end of the file and save it.…