Skip to content

Commit

Permalink
Add missing footer logo field
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxMedia committed Dec 22, 2017
1 parent a086e75 commit 2f494a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions functions/theme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,15 @@
'4' => get_template_directory_uri() . '/functions/images/footer-widgets-4.png',
),
) );
// Footer: Custom Logo
Kirki::add_field( 'alx_blogline', array(
'type' => 'image',
'settings' => 'footer-logo',
'label' => esc_attr__( 'Footer Logo', 'blogline' ),
'description' => esc_attr__( 'Upload your custom logo image', 'blogline' ),
'section' => 'footer',
'default' => '',
) );
// Footer: Copyright
Kirki::add_field( 'alx_blogline', array(
'type' => 'text',
Expand Down

0 comments on commit 2f494a0

Please sign in to comment.