1) see the reference – http://codex.wordpress.org/Custom_Headers
or
2) You can insert like this in header.php : <img class="somethingg" style="width:400px;height:200px;" ................ />
Related Posts:
- Remove elementor header and display default theme header
- Skeleton Child Theme Add Icon Bar to Header Flex Grid
- How to disable site title and description when custom header is uploaded on the customizer?
- Dynamic Title for custom post types
- Remove “Category:”, “Tag:”, “Author:” from the_archive_title
- get_template_directory_uri pointing to parent theme not child theme
- Link to user’s profile settings page?
- Functions.php code that only runs on localhost?
- hook a functions to change wp-config from functions.php
- Shared functions.php across multiple WordPress websites
- How to restrict actions and filters “properly” by conditions
- Extending auth_cookie_expiration based on user role
- Check if the user has explicitly set an excerpt
- AJAX handler throws 400 (Bad request) – why?
- Return only top-level navigation items from a menu using wp_get_nav_menu_items
- Slugs as breadcrumbs for Pages
- Conditional tag is_page with a custom post type
- Add inline css to theme
- Shortcode with custom content attribute?
- Add a Post Thumbnail to an RSS Feed with custom size
- Automatically add author’s name to post_tag
- Print Dashboard menu name and link
- Enqueue styles after a plugin
- Develop function get_template_part in functions.php
- Change comment_reply_link URL
- Ajaxing function in widget class
- Super simple shortcode not working
- Using “Read More” link with custom excerpt
- what function can I use to automatically output og tags per page/post?
- Add error message on password protected page ONLY when password introduced was incorrect
- Select pages by category
- wp_register_script(… $in_footer = true) not working
- Restore Image Title Text
- Output and filter data from a XML url
- Where to start learning more about wordpress templates [closed]
- What did I do wrong in my functions code, that will not change the “Get New Password” text to “Send It”?
- How do I create a function that simulate the click on Update button for all posts?
- Parse error after modifying the template menu [closed]
- Reuse variable in hook callback
- Multisite Ajax serialize return error [object Object]
- Full page template function
- Redirect from “private” page and functions.php which tag add to add_action()?
- PHP mixed with some JS code to update WordPress theme settings
- What does this code do? (Injected code hacked)
- Wp admin – Set default value to 999 in comments
- WordPress listen to $_POST in functions.php
- wordpress use single ajax in place of multiple ajax requests in a smarter way
- Add Element as a Filter to the_content
- Is my code correct to enqueue CSS on a specific page?
- Can’t properly set the_title add_filter to show short_URL
- WordPress function, Run using Crontab
- Check if the image size is available and if not use ‘full’ image size
- Dequeue Script Using Functions.php
- Infinite counting in WordPress
- Tags break custom Excerpt function
- Using $WPDB to create simple array to check against user entered value
- Create custom function for hero image
- Can set_post_thumbnail be used to remove a thumbnail?
- issue with if/elseif in_array inside foreach loop display only one post
- Specify multiple categories for custom post template – FATAL ERROR
- Fail to get the total number of posts
- Remove a Plugin function through theme’s function.php?
- Call two different function.js depending on page
- Display a random tag but using cron to control frequency of change
- If is_single in functions.php
- How to conditionally add a widget via a hook in functions.php
- Unescape attribute the_title() on CDATA in RSS feed
- resizing of thumbnails not working
- How Do I include/Import a Custom Widget from the Parent theme into My Child Theme?
- get_image_tag() html output : empty src attribute
- Changing date query from month
- Need To Resize Images Exactly Without Losing Image Details
- Warning at top of website & top menu gone
- the_date() and the_time() functions display actual date an time instead of published date and time
- Show ‘Add to Cart’ on Out of Stock products
- Can’t load assets
- Delete oldest wordpress post (SQL query)
- External api call and make global variable for any page visitor enters , page-home, page, single etc
- Pass post ID from archive template to functions file
- Competing Login Redirects – Need to be Combined?
- Warning and fatal error
- How to add styles in existing function?
- Featured image on archive page based on post type
- Including admin-options.php file in Child Themes
- Adding an IF ELSE to a function
- wordpress ajax is not working for dropdown selection
- Providing fallback function and allow override by plugin
- is_page_template wont allow me to enqueue scripts
- Updating site content after an AJAX call without a page reload
- need help with ‘… read more’ excerpt in functions.php
- jQuery HoverIntent is not a function
- Use $_POST[‘value’] inside functions.php
- shortcode inside post called by ID does not render as expected
- get_footer can’t find any variables set in functions.php
- Adding and updating repeating custom field meta data
- Sessions in word press [duplicate]
- “woocommerce_output_related_products” not working
- Get all users from role and add to dropdown (select) – wordpress, javascript
- Add functionality to block comment authors in the Comment edit pag
- WordPress enque the same script causes the setInterval not to work