Activity Stream
48,167 MEMBERS
61467 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member
    Website's:
    srdelta.com

    Question Need help for enable option using PHP file in wordpress theme

    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:


    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"),
    nasavsisro Reviewed by nasavsisro on . Need help for enable option using PHP file in wordpress theme Hi friends i'm using thesis child theme Blogskin but these is problem these option should be like this: http://s17.postimage.org/v3g65v63j/thesis.jpg But it show like : http://s14.postimage.org/xylg75cmp/this.jpg Rating: 5
    My Tech Blog
    www.SRDelta.Com

  2.   Sponsored Links

  3.     
    #2
    Member
    Looks like the style rules aren't being applied to the child theme option.

    Check that the .css files are accessible.

  4.     
    #3
    Member
    Website's:
    srdelta.com
    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
    My Tech Blog
    www.SRDelta.Com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [help] File Host with Alertpay option
    By EmirSc in forum File Host Discussion
    Replies: 7
    Last Post: 15th Jun 2012, 10:47 PM
  2. Replies: 0
    Last Post: 19th Feb 2012, 03:05 PM
  3. Enable download file larger than 2GB via HTTP
    By sil3nthunt3r in forum Technical Help Desk Support
    Replies: 1
    Last Post: 14th Dec 2011, 01:59 AM
  4. [Tutorial] How to enable post via XML-RPC in your WordPress blog
    By kundurocks in forum Webmaster Resources
    Replies: 2
    Last Post: 5th Jun 2011, 04:30 AM
  5. How to enable the sub-domain option in WHMCS?
    By Royal King in forum Server Management
    Replies: 3
    Last Post: 28th Aug 2010, 04:33 PM

Tags for this Thread

BE SOCIAL