using this code to add a custom header in fuction.php
-
it however not working:
add_theme_support( 'custom-header', $args ); $args = array( 'width' => 980, 'height' => 130, 'default-image' => get_template_directory_uri() . '/imgs/header.jpg', 'uploads' => true, );am wondering what am doing wrong?
The topic ‘using this code to add a custom header in fuction.php’ is closed to new replies.