The catch-base theme wraps every function in an if statement to make it easy to modify if necessary.
Example….
if (! function_exists('function_name')) {
/* some code */
}
So what I ended up doing was adding this to my functions.php file in the child theme and it overwrote the function and the extra divs that I added showed up!
function function_name() {
/* some modified code */
}
Related Posts:
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- Add colors to existing color palette without replacing it
- Child Theme not loading parent CSS
- add_image_size is scaling, even though crop is set to true
- How do I get a parent theme modification from a child theme?
- CSS in child theme not overriding the parent theme [closed]
- Optimal solution to develop a wordpress theme?
- Should I update my _s theme?
- Create a theme by combining a parent and a child theme
- Override Constants in Child theme
- how can I remove the sidebar from my wp homepage [closed]
- Does any theme support child theme?
- Am I supposed to create a child theme for every theme I use?
- How to remove a file included in parent theme with locate_template() via child theme?
- How to add theme support?
- Override template file i subfolders
- Include Parent functions.php in Child Theme functions.php
- Why is it needed to enqueue parent stylesheet in child theme?
- Child Theme’s style.css not loading in mobile browser
- Renaming a theme so it aids SEO and the theme used is hidden
- Overrite parent functions using child functions
- Will my site get messed up when the wordpress theme updates if I edited the html code in the editor to change footer?
- How to correctly enqueue the parent and child theme stylesheets in the creation of a child theme? [duplicate]
- Create a child theme from multiple themes
- Starting point for custom Themes [closed]
- Simple child theme modification but links are broken
- Why still output /wp-content/themes/twentynineteen?
- Alignment Problem [closed]
- What $handle does WordPress use for a theme’s implicit style.css?
- Unable to change the priority with ‘remove_action’ and ‘add_action’ in child theme
- LESS not working in WordPress [closed]
- Remove h1 from 2015 theme
- Converting a theme to a child theme in a network
- How to modify theme content in Thematic?
- Why front-page.php doesn’t show content of file instead shows loop
- Copying a modified theme from one wordpress site to another wordpress site [closed]
- How can I access variables from theme in child theme? [closed]
- How to display home page last modified date in anywhere of wordpress theme?
- What is an alternative to not using child theme to customize a WordPress theme?
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- Child theme menu not appearing in Twenty Seventeen
- How can I fix my theme header for my CSS stylesheet?
- How to test another theme in a live WordPress website instead of live preview?
- Update modified Shopify third-party theme [closed]
- how can I re-utilize and class on a child theme
- Providing updates to your WordPress theme
- How do child themes work?
- How to migrate the menu from the site on my own theme in WordPress?
- adding navigation to genesis themes
- Standard Way To Do Custom Work Within A Page?
- Image Size wrong during upload
- Do I actually need to link my theme’s style.css in the theme files
- Theme file for all pages that are a child of a specific page
- How to edit bbPress template files – WordPress + BuddyPress + bbPress? [closed]
- First post of each category
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- If I build a custom theme, will it update?
- How to Edit the style of header title of Twenty Eleven Theme?
- WordPress post arrangement using post_class
- Removing non native customizer settings from a child theme
- Link to a .po file in a child theme
- Alias to theme folder for local development
- wp-cli: For development, how can I activate a theme that is on the local disk but not zipped?
- Inheritance of parent theme plugin files in a child theme
- My Admin bar covers my sticky navbar [closed]
- Single Page Design, Storing in Theme Options
- Edit footer via customizer
- Child theme enqueue scripts using new functions
- Show woocommerce categories on my theme menu styling
- Migrated WordPress site renders Chinese
- How to place HTML tags in content from the_content()?
- WordPress Theme Creation [closed]
- Integrate WooCommerce theme with a WordPress theme [closed]
- Automated Footer information
- How do you use WordPress for a website that’s not in a blog format?
- Why would changing a child theme to a normal theme pass a Template is missing. error
- Making a child theme for “Airi”
- Is There A WordPress Hook for Accessing Attachments for A Particular Page?
- How to track a users last visited page?
- In a Gallery with limited image posts, how do I not limit images on single post?
- How to add custom page elements to the WYSIWYG editor?
- Why I obtain different visualization when I run the website on my local machine and on remote server?
- Open portfolio image in light box
- Let visitors show/hide a type of content
- Best practice for implementing a blog page / section in wp_menu_nav()
- how to add a badge on product based on filter?
- how to create/register menu items that can be added to menus later
- WordPress and Semantic UI
- Theme does not allow shortcodes
- Text widget is placing everything side by side. I want to post it above
- Where i must put hooks in overridable functions?
- WordPress child theme, creating a custom php template page
- How to generate a rtl.css file for themes?
- Change header image on a particular page
- One-Page WordPress Template
- Fail to install theme on development copy of WordPress on Webmatrix
- Show post thumbnail only if it exists using timthumb
- Extracting Distance from FacetWP Proximity Function to Display in WordPress Template
- Getting all months in one year WordPress Archive
- How to automatically set a Template Page Name next to a page in menu screen such as WooCommerce pages, front page, or posts page in wordpress?