Start of 1.5.0

This commit is contained in:
AlxMedia 2022-12-22 13:39:36 +01:00
parent 1bc13d0467
commit 4b0a0cda10
6 changed files with 786 additions and 179 deletions

View file

@ -10,6 +10,24 @@ Kirki::add_config( 'splits', array(
'option_type' => 'theme_mod',
) );
/* Add Links
/* ------------------------------------ */
Kirki::add_section( 'morelink', array(
'title' => esc_html__( 'AlxMedia', 'splits' ),
'type' => 'link',
'button_text' => esc_html__( 'View More Themes', 'splits' ),
'button_url' => 'http://alx.media/themes/',
'priority' => 13,
) );
Kirki::add_section( 'reviewlink', array(
'title' => esc_html__( 'Like This Theme?', 'splits' ),
'panel' => 'options',
'type' => 'link',
'button_text' => esc_html__( 'Write a Review', 'splits' ),
'button_url' => 'https://wordpress.org/support/theme/splits/reviews/#new-post',
'priority' => 1,
) );
/* Add Panels
/* ------------------------------------ */
Kirki::add_panel( 'options', array(