Simplest Method to Add Slider in Thesis

Few Week back I got a mail from a friend who is new to Thesis but he is very much inspired from this Theme and requested me a thousand time to write tutorials for Thesis so I am here covering most of the topics regarding Thesis as Designing is a one of the necessary aspect in Blogging.

Let us Go and Explore.

Jump to your WordPress Dashboard

Upload the Slider Plugins

Following are considered as the best so grab one of them

Customize it according to your needs

Navigate to Thesis >> Custom File Editor and Select custom_functions.php file to edit

//Featured Content Slider
 function content_slider() {
if ( is_home()) {
?>
<?php if ( function_exists( 'get_smooth_slider' ) ) { get_smooth_slider(); } ?>
<?php } }
 add_action('thesis_hook_before_content', 'content_slider');

Cheers we are Done….!

One Response to “Simplest Method to Add Slider in Thesis”

  1. Amit says:

    Thanks I use this for my blog ..This tutorial is helpful..