mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 00:58:03 +08:00
1.0.1
This commit is contained in:
parent
b14ccb1b03
commit
7e3774b663
168 changed files with 2453 additions and 2788 deletions
|
@ -10,6 +10,24 @@ Kirki::add_config( 'curver', array(
|
|||
'option_type' => 'theme_mod',
|
||||
) );
|
||||
|
||||
/* Add Links
|
||||
/* ------------------------------------ */
|
||||
Kirki::add_section( 'morelink', array(
|
||||
'title' => esc_html__( 'AlxMedia', 'curver' ),
|
||||
'type' => 'link',
|
||||
'button_text' => esc_html__( 'View More Themes', 'curver' ),
|
||||
'button_url' => 'http://alxmedia.se/themes/',
|
||||
'priority' => 13,
|
||||
) );
|
||||
Kirki::add_section( 'reviewlink', array(
|
||||
'title' => esc_html__( 'Like This Theme?', 'curver' ),
|
||||
'panel' => 'options',
|
||||
'type' => 'link',
|
||||
'button_text' => esc_html__( 'Write a Review', 'curver' ),
|
||||
'button_url' => 'https://wordpress.org/support/theme/curver/reviews/?filter=5#new-post',
|
||||
'priority' => 1,
|
||||
) );
|
||||
|
||||
/* Add Panels
|
||||
/* ------------------------------------ */
|
||||
Kirki::add_panel( 'options', array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue