May 17, 2010
This list contains all the customizations I have made to the Thesis theme, in order to ease upgrading later on. Putting categories before pages in Thesis menu Using Thesis with a WordPress multi-site installation Making post images work with my multi-site installation /wp-content/themes/thesis_17/lib/functions/post_images.php: // BEGIN Claus 20100609 Multi-site // if (@getimagesize($image_path)) { // END Claus [...]
Read the full article →
May 17, 2010
Reading Asnio inspired me to implement drop caps on this blog, and searching for an easy way to add them I came across Miguel’s post on adding drop caps to all posts in Thesis at once. Apparently, Thesis has a built-in CSS class called “drop_cap” that can be manually added to posts. Adding this class [...]
Read the full article →