3.1.9 - change theme from premium to free

This commit is contained in:
AlxMedia 2022-11-21 12:20:09 +01:00
parent 909a93c7d3
commit c9323ca4a0
8 changed files with 281 additions and 1103 deletions

View file

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