Site icon WP Smith

How to Programatically Set the Default Page Layout

Like I mentioned on a previous post, do you worry that in their snooping they will change the default page layout to something other than the default on archive pages (ex: category).

[php]// Register default site layout option
genesis_set_default_layout( 'full-width-content' );[/php]