This should be located in the entry-meta.php file of the parent theme (kuorinka). Here is the code:
<?php if ( 'post' == get_post_type() ) : ?>
<div class="entry-meta">
<!-- Date & Author name-->
<?php kuorinka_posted_on(); ?>
<!-- Comments count -->
<?php if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?>
<span class="comments-link"><?php comments_popup_link( false, false, false, 'comments-link', false ); ?></span>
<?php endif; ?>
</div><!-- .entry-meta -->
<?php endif;
The function kuorinka_posted_on() is defined again in the parent theme in kuorinka\inc\template-tags.php on lines 36-58.
Related Posts:
- Best practices for a Style/CSS based theme options page?
- How to use media upload on theme option page?
- What theme is good for posting code? [closed]
- Add a page outside of the current theme?
- How do i structure my theme folder to avoid one huge list of files
- Switch Theme Through Options Panel
- How to make alert for new version on theme options?
- How to mark an option as selected
- How can I show more than 15 themes at a time in the admin menu?
- How to go about pre generating css file with variables from theme options
- Does uninstalling a WordPress theme delete its database values?
- Defining different theme for Blog posts page
- How to set different settings for a mobile theme?
- My scripts-bundle.js file is getting sent to the browser as a stylesheet css file. Help!
- Disable Theme API / Front end (for API only environment)
- What’s the proper way to include inlined javascript-source?
- How to understand a specific bit of WordPress syntax
- Should a child theme share the same theme options row as the parent, or should it have it’s own options row?
- Creating a theme options page
- How Do I Use A Custom Mobile Theme?
- How can I make some themes usable only by admins?
- Custom options below pages/posts editor?
- Redux callback action
- Tips for managing code when developing a parent theme framework
- Preserve theme settings when migrating from local to live
- Functions containing parameter ‘yourtheme’
- What is the “pub” theme? [closed]
- Passing dynamic options from backend to frontend
- Color Options from Theme Customizer API not returning via get_theme_mod()
- Issue with theme mod options during domain migration
- .PO file is found but I don’t see translations: how to debug the problem?
- How to add some php code in header.php using plugin
- WordPress activate theme error $pagenow
- Setting a new default template for the creation of a page
- Cannot update a file for my theme
- List of categories instead of dropdown menu selector in admin options
- Switching among theme customizations
- how to create a section inside a section with theme options customizer
- Warning: call_user_func() expects parameter 1 to be a valid callback
- Create /archive page in WordPress Theme
- Commenting in CSS (//) equals “none”? [closed]
- Church hope them issue
- Bad theme code – can you find the error?
- Remove JSON API links in header html
- What is meant by __(‘page’,’twentytwelve’)
- Creating Multiple Menus when using the TwentyTen Theme?
- What does “Trying to get property of non object in..” mean?
- How to delete default themes
- WordPress site migration addvice
- WordPress can’t see symlinked theme in Ubuntu
- How to load parent theme style.css?
- How to setup a new WordPress theme without deactivating the current theme?
- WordPress is not able to change themes
- I have some doubts regarding how to implement child theme
- how to remove category nav from Bueno (WordPress Theme) header [closed]
- Web site Header tag links some resources with HTTPS
- customize color in WP child theme doesn’t saved
- Translation not working after editing plugin template
- How to apply different themes with custom design in one site?
- How to make Additional css changes global all across the web pages on WordPress website?
- WordPress without a theme – help!
- Problem Installing a Premium Theme– File Permission Issue on a Mac, Local Machine? [closed]
- Is it good practice moving the main stylesheets after the plugin styles?
- Variant of the same theme for each page
- can’t see aditional themes in control panel
- What’s the default order used by WordPress to load CSS files?
- Alignment Problem [closed]
- How can I remove all traces of a theme?
- A thin line between native wordpress bahaviour and 3rd party themes
- Using filter in the widget causes fatal error
- Display Pointer only once?
- Theme title in admin shows full path [closed]
- Menu items do not “open” when mouse hover over them?
- From where wp ecommerce is loading plugin theme files?
- Making first post wider than other posts on home page(default)
- How to push a theme update for a ciustom theme used on multiple independant self hosted sites?
- Removing a widget via theme editor
- theme customizations gone after enabling ssl
- Can’t embed certain youtube videos into theme
- How to customize a section of a widget only on certain pages or page
- How do I get the featured image to sit below the header in the twenty nineteen theme?
- Basic wordpress search shows no results
- How do I remove search bar that isn’t a widget?
- Changing theme folder name disrupts widgets
- WordPress Customazation API section in section
- TwentyFourteen Theme : Changing grid layout
- Does not work bookmarklet in the theme Tagology
- How do I block a subdirectory from WordPress theming?
- WordPress two sidebar layout or theme
- How to remove the option data of a theme when that theme is removed?
- Resetting Themes Folder to Default
- How to Hide Blog Post Author?
- Adding a wp_head hook from an included PHP file
- Deleting Widgets in sidebar in Panthea theme
- My theme is not translated
- RTL in posts only [closed]
- Blocking Google Fonts in wordpress website
- css on body tag in editor
- Migrating a Bootstrap 3 Website to WordPress
- How do I remove the hamburger menu from the Twenty Twenty Four theme?