Set URL Parameter Post Layout As Default
I want this to apply to all posts First off, making the content query string defaults to onepage is actually equivalent to enabling the onepage() for all URLs/pages. And for example to enable it by default on single post pages only (for any post types), then you can replace this: if( empty( $_GET[“content”] ) || … Read more