Custom Header Height for Twenty Ten Theme
As we work on the theme for Ascended Master Events page, I found the need to specify another height of the header image of the theme Twenty Ten, this is possible by copying the twentyten_setup function...
View ArticleHow to: Display Post Attachments in WordPress
Although I was searching for something else, I found just the one peace I was needing for the AME site, this code comes pretty handy as to display file attachments on a post or page as show in the image:
View ArticleUser TSL Theme – Plugin
As we will be doing soon the redesign of TSL, we have the need to display a different theme only if a specific user is logged in, I found a plugin that does the job and it is called User Theme. But...
View ArticleThe Right Way to Override Theme Functions
The need: override theme functions from the parent theme on the child How: Putting the function to replace in the functions.php file in the child theme folder, this works because the function in our...
View Article