Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #369731

    Is it possible to move the theme options under Appearance?

    #369821

    Hi GreggFranklin!

    Before trying this make sure to create a backup in case you lose your settings.

    Open up /enfold/framework/php/class-adminpages.php and change line 141 from this.

    $avia_page = $page_creation_method(	$the_title, 									// page title
    

    To this.

    $avia_page = add_submenu_page(	'themes.php', $the_title, 									// page title
    

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.