Skip to content
WJunction - Webmaster Forum

Need help for enable option using PHP file in wordpress theme

Status
Not open for further replies.
Hi friends i'm using thesis child theme Blogskin but these is problem

these option should be like this:
thesis.jpg



But it show like :
this.jpg



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"),
 

2 comments

yes i tried on localhost but not working. But if any body have PHP knowledge i found php file for this option (Blogskin option.php)

file is here. Enable some option

Code:
http://www.mediafire.com/?p24ops8v25xyzeh
 
Status
Not open for further replies.

About the author

N
Active Member · Joined
152
Messages
70
Reactions
28
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom