thesis theme


If you want to spice up your block quote, I can show how to add a few lines of code in your custom.css that will give you the look as you see in the image above.

 

Place the following image "bg_blockquote.gif" into your Thesis Theme's image folder.

Next, copy and paste the following code to your custom.css file at the very bottom and save: Continue reading

Have you ever wanted to place a slider, ad, photo, etc. above your first post in it's own static widget area? If you said "yes" and have WordPress Thesis, check out the simple tutorial below.

Place the following code into your custom_functions.php

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/* Sidebar Before Content */
add_action('thesis_hook_before_content', 'beforecontent');
function beforecontent() {
?>

<div id="">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('beforecontent') ){ ?>
<?php } ?>
</div>
<?php
}
?>

<?php
register_sidebar(array('name'=>'BeforeContent', 'before_title'=>'<h2>', 'after_title'=>'</h2>'));
?>

Categories

Impact
Search & Win

Link To Me

If you find anything useful, please