Well, unless the theme is doing something weird with the hook, all you should need is:
function my_branding() { ?>
<div id="blurb"> LCN provides ABE (adult basic education), ESOL (English for Speakers of other languages), and GED instruction at little or no cost to adult learners in our community. If you need instruction or would like to be a volunteer tutor, please call 610-292-8515.</div>
<div style="clear:both;"></div><?php
}
add_action('cryout_branding_hook','my_branding');
You may have to track down the cryout_branding_hook()
function to see exactly what the function name is and you may also have to track down the function for debugging if things are weird. As this is a theme specific function and hook, I’m guessing about a lot of things.
Related Posts:
- How to edit codes of an individual page/post?
- How to use a svg as custom header?
- Different Header Files WordPress
- Remove an uploaded header image
- Is there a way of registering a default logo image for custom-logo?
- Want to create Custom Header based on Geo Location
- Add additional upload field to Custom Header page
- Change position of header image with default 2019 theme
- Include different scripts and styles for two separate custom headers?
- Different header image ‘Home’ and Pages
- Add credit to get_custom_header in alt
- Custom page html headings plugin?
- I want to add my website name in wordpress source code like this
- My custom header does not change the header image height and width
- Embed Form In Header
- Include an infogr.am link in header of twenty seventeen theme
- Disable header banner on specific Posts
- How to add custom header to Twenty seventeen single post in wordpress
- Trying to put text and links into a header
- Child theme does not override parent theme values (custom-header)
- WordPress 4.4.2, _s starter theme, problems with custom default header
- Add a wrapper in the header
- How to create a custom header?
- How to display the link that says “Edit Header Image” on header image
- How can i get the name parameter defined in get_header?
- How to get the custom header image’s alt text?
- When cropping a header image, retain meta data (i.e. name, description, etc.) from original image?
- Adding custom fields to the header.php
- Additional Option on Custom Header admin
- Custom text-only header
- How can I add a custom header to a custom template in a plugin without using the theme folders
- How to Handle CSS for Multiple Header header.php Files?
- Get a sidebar at the top of the page
- add_theme_support( ‘custom-header’ ) does not add option menu in dashboard
- Display different header images based on current page
- How to remove header images from all pages except the home page? skeleton theme
- Different custom header image on different page
- How to change default header image dimensions in twentyfourteen child theme?
- How to change the height of featured image in Twenty Eleven child theme
- Custom header images won’t appear when set to random
- Loss of sharpness in jpg imported as header in twentyeleven
- Mysterious HTTP 404 header in my own scripts
- What is the advantage of using header-catname.php over is_category(‘catname’);?
- Change location of header.php and footer.php
- How to Edit the style of header title of Twenty Eleven Theme?
- adding meta data using plugin to top of head
- Show Different Header on a Specific Post ID
- Change the location of add_theme_support( ‘custom-header’ ) in the customizer
- add_theme_support(‘custom-header’) does not add the option to customize
- Header Slideshow [duplicate]
- Modify wp-admin page header ‘viewport’ meta data
- How to insert a Button or custom text on twentyseventeen header
- Want to make header and footer CMS driven sothat Editors can modify its content from wordpress admin section
- Changing custom logo link
- Hide header texts (Title & Tagline) in custom-header.php
- From where the header-text can be changed in WordPress custom header?
- Why I am getting Parse error: syntax error when I use ‘wp_is_mobile’?
- Create mobile navigation header with settings integration
- Using website header, menu and footer on WordPress blog
- Headers Content-Security-Policy CSP Major Issue
- Remove elementor header and display default theme header
- Determine what pages are in my header [closed]
- How to output php between header and woocommerce container
- My menu bar dissapeared with autooptimize [closed]
- Which header is served
- Different banner for different section
- How to change header image size in custom themes
- Skeleton Child Theme Add Icon Bar to Header Flex Grid
- Header and nav menu problem on Thesis site [closed]
- Additional custom header image
- Best practice to update the file header.php
- Insert HTML in post, below nav bar but above content?
- WordPress add script with custom type (x-jquery-tmpl)
- header_image not returning header image url
- is_page_template showing partial results
- Adding other links on header than LinkedIn, Facebook, Youtube etc
- get_header() in backend – but keep JavaScript and CSS files
- How to remove WP Title Tag?
- where to change text for header?
- Custom headers in WordPress, are there also custom footers?
- Custom header image, and content, on Posts Page in twentyeleven with Static Front Page
- How to set “lang” attribute for post/page title?
- How to change the background color of my header dynamically based on a Custom Posts types color value?
- Conditional Custom Image Header
- Page header menu links change
- navigation doesn’t work in custom header.php
- trouble calling different header.php for home.php
- twentyeleven theme: Where is the code that handles moving the search bar on resize?
- Custom Header added within Dashboard pages, is this possible with custom template files?
- My theme header is stuck on a low resolution image?
- create a button in the header of the mobile menu in the middle of the logo and the menu accordion
- Design Header meta on single posts wordpress
- WordPress theme header.php should I add title meta?
- How to enable admin to upload multiple images to support header carousel slider theme in WordPress?
- Add helper text in custom-header section in admin
- Loading different header and footer in woocommerce templates (AMP)
- Where is the Javascript attribute window._wpCustomHeaderSettings defined?
- How to add markup to the wp-custom-header div
- If i use a child theme to add new code blocks to header.php, how does it get inserted in the right place in parent’s header.php?
- How to make custom_header_setup() image as background image?