I spent a few days working on a client site this past week, and after spending a few days working through ways to increase conversions, I figured I would share one of the more interesting techniques I employed – displaying targeted content to visitors based on which site they visited from. There are a number [...]
Read the full article → Read the full article →Here’s a quick tip to keep your custom_functions.php file organized, by using smarter hooks. The Old Way When most people add new functions to Thesis they create a new function, and use add_action(‘thesis_hook_here’,'your_function_here’); This means works pretty well for a small number of hooks (say 10 or less, I find), but when developing custom skins, [...]
Read the full article → Read the full article →