mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 14:27:40 +08:00
Start of 1.5.0
This commit is contained in:
parent
1bc13d0467
commit
4b0a0cda10
6 changed files with 786 additions and 179 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue