mirror of
https://ghproxy.net/https://github.com/AlxMedia/airl.git
synced 2025-08-26 16:49:27 +08:00
default options fixes
This commit is contained in:
parent
f80106a5b7
commit
6ad4345412
4 changed files with 9 additions and 9 deletions
|
@ -236,8 +236,8 @@ if ( ! function_exists( 'airl_layout_class' ) ) {
|
|||
|
||||
function airl_layout_class() {
|
||||
// Default layout
|
||||
$layout = 'col-2cr';
|
||||
$default = 'col-2cr';
|
||||
$layout = 'col-2cl';
|
||||
$default = 'col-2cl';
|
||||
|
||||
// Check for page/post specific layout
|
||||
if ( is_page() || is_single() ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue