nasavsisro
Active Member
Hi friends i'm using thesis child theme Blogskin but these is problem
these option should be like this:
But it show like :
i also have PHP files but don't know how to enable any option using this ???
any help
Example how to show keep reading:
and
these option should be like this:
But it show like :
i also have PHP files but don't know how to enable any option using this ???
any help
Example how to show keep reading:
Code:
// End of adding todays overall count
function teaser_continue_reading() {
if (is_home())
{ if (get_option('awesome_keep_reading') != '') { ?>
<div class="continue_reading"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">Keep Reading</a></div>
<?php }}}
add_action('thesis_hook_after_teaser', 'teaser_continue_reading');
and
Code:
// Start Module SubSection :: Keep Reading Button
array("type" => "open_checkbox_group"),
array("name" => "Keep Rearing Button","type" => "start_module_subsection"),
array("type" => "info","desc" => "Display 'Keep Reading' image button on your home page teaser?"),
array( "id" => $shortname."_keep_reading",
"type" => "checkbox",
"name" => "Yes", "std" => ""),
array("type" => "close_checkbox_group"),