Change Footer Text In Thesis WordPress Theme

January 7, 2011

development wordpress

Are you running Thesis and want to change the text in the footer? In this example we simply want to add a link to our WordPress hosting service at the bottom of a site with which we are using the Thesis WordPress theme. Go to the custom_functions.php file in your Thesis directory. The first line removes the Thesis attribution that is inserted by default. Then you want to add an action to catch the thesis_hook_footer hook. In that action you tell it a php function to call in your custom_functions.php file - in this case custom_footer. And inside the custom_footer function you insert the HTML you wish to show up in your footer... That's all! [code] remove_action('thesis_hook_footer', 'thesis_attribution'); add_action('thesis_hook_footer', 'custom_footer'); function custom_footer() { ?>

<

p>WordPress hosting by 48press <?php } [/code] Questions? Let us know in the comments!


Active Projects

Here are some of the projects I am currently working on. Some are side projects, some are client projects, and some are just for fun. I like to build things and I like to share what I learn along the way. If you have any questions about any of these projects, feel free to reach out.

📦 Flow Export

Export Salesforce Flow to Miro to collaborate with your team. Read more about the launch of Flow Export on the Salesforce AppExchange.

🤖 Make Storytime

Personalized children's stories generated by AI. This is an app I am building with my kids.

📠 Fax Online

Yea, I know. But there is a long tail for everything and believe it or not there was an underserved market for people that need to send a fax online. Some people (like me!) just need to send a one time fax.

Read more about this micro Saas project in a blog post about building an online fax service.

📱 Cloud Number

Cloud Number is a virtual phone app that helps you protect your privacy online. Use it to receive SMS online and keep your phone number private. It's also a great service for a freelancer or entrepreneur that wants to have a separate phone for their business for SMS and voicemail.

🥑 Free URL Indexer

Free URL Indexer is a free tool to help you index your backlinks and get them into Google faster. It's a simple tool that I built to help me with my own SEO efforts and I decided to share it with the world. It's a free tool and I don't even ask for your email address. Just paste in your URL and click the button.

👉 See all projects