Learn Thesis Theme Fast to Build Unique and Beautiful Websites

  • Thesis Designer Guide is the fastest way to learn the Thesis framework.
  • A step-by-step guide walks you through all the essential things you need to know to become a Thesis design expert.
  • You don’t need to be a programmer to learn Thesis design.
  • The complete Thesis Designer Guide covers all the coding basics and tools needed to become a Thesis expert.

Learn Thesis Theme! Get Started Now!

{ 17 comments… read them below or add one }

aviationMY

hi Pascal,

long time no see…this blog had gave me such a lot of knowledge specially in Thesis customization and Wordpress self-hosted generally!

btw, i just want to share something and ask something to you too…haha

regarding thesis hook…its a best clarification if you could providing the diagram and where are the hooks hook on at!

eg:http://speedtech.it/wp-content/uploads/2009/04/thesis_hooks_desc_post.png

and a question..regarding XAMPP, for clarification.

so its mean that we can do customization offline(not connected to the internet) and if we got an error when in custom_function.php, we can revert it to previous code.???If so, this is a good application to try out!.

anyway, thank you for helping me with the customization…will inform you as the site has finish customizing!.

Thank You FourBlooger.com

Reply

Pascal

Thanks for the image link. We will add this link in post also.

Yes. You can customize or edit posts in offline with speed and safe.

Reply

Pascal

Thanks Vivek.

Reply

Jaydip Parikh

One more good article from you man… Well keep it up.

Reply

Pascal

Thanks jaydip.

Reply

Thesis Theme Design

I can’t but give you a big Thanks for accumulating some basic but mostly needed Thesis Tweaks in one post.

Hope you will serve more awesome post like this.

Reply

Suresh

hai,

thanks..you can get more videos in our youtube channel

Reply

Dimas

As I am starting to use Thesis more, I have two good recommendation for using hooks:

1) Use Thesis OpenHooks plugin for smaller bits of code (simple markup)

2) If you have large bits of code, add your hook action in the custom_function.php, and in the callback function for the hook you should use a PHP include_once/require_once statement to include a external php file … for instance:

remove_action(‘thesis_hook_footer’, ‘thesis_attribution’);
add_action(‘thesis_hook_footer’, ‘custom_thesis_footer’);
function custom_thesis_footer() { require_once ‘footer.php’; }

you should then place your “footer.php” file in the “custom” folder, the nice thing about doing this is that you can edit the file in your favorite editor and you can also edit it in the wordpress thesis file editor.

Reply

Suresh

dimas,

Thanks for sharing these nice tips i will try this..

Reply

Suresh

hai saif,

don’t try to hack the core of the theme while upgrading it may cause problem. Add your code instead of comments.php file use in custom_function.php with help of hooks. for your keyboard layout use the hook thesis_hook_after_comment_box.
it will work…

Reply

Suresh

hai saif,

I give general structure for custom function code for you query..
paste your keyboard layout code mentioned in the link…
copy and paste this code in custom_function.php file
cet the code here keyboard layout

Reply

Suresh

hai saif,

Thanks for your words… You can do thesis customization by yourself by watching our thesis tutorials on youtube channel

Reply

john

I’m just starting to use Thesis for a new website — nothing much there yet, structure not even finished.
I have never built an entire site with WP so this is really interesting and a challenge to my 65 year old brain.
While I can see the advantage of Hooks in many instances and have already used some simple hooks, I can’t understand why using them to change the header image is more advantageous than a simple .custom #header.
All I did was added this to the custom.css
.custom #header {
height:200px;
padding-top:0;
padding-bottom:0;
background:url(images/layout/banner.png) center left no-repeat;
border-width:0;
}
While it’s probably not as sophisticated as hooks, I felt like it was much safer for someone who knows virtually nothing about php.
Am I missing something? Thanks for your time

Reply

Dimas

John, I use Thesis for websites also (example: http://noonetime.com/) … I think what you are doing with CSS is perfectly legit… my thoughts is do what works and what is elegant, however the most powerful feature of thesis is its hooks. I think the more you use it, the more you will see.

Reply

Aliza Shehpatii

Just bought Thesis for a few days and still looking around for a useful hints on hooks and functions for a newbie cum non-technical guy like me.

Thankfully I’ve managed to discover your site, SURESH. A simple yet meaningful guidance for me to start loving my thesis and make it worth every penny I’ve spent!

Reply

admin

Thanks for great feedback. Your site looks great. Best Wishes!

Reply

Jeb

Hello,
Sort of off the topic here, but what if I have 3 things on the same hook…how to I determine the order in which they appear? I want them all there, but I want them in a certain order and they are not defaulting to the way I want them.

Any insight would be great. Thanks…Jeb

Reply

Leave a Comment

Previous post:

Next post:


Popular Tags:

    thesis theme layouts, how to use thesis, hook and thesis, how to use thesis theme, thesis hook, thesis hooks custom, thesis hook theme, thesis hook reference list, thesis all hooks, thesis hook diagrams