By going to the Theme Editor, you can add the following snippet at the end of the functions.php file:
function twentytwentychild_excerpt_more_add_continue_reading( $more ) {
return ' [...] <div class="read-more-button-wrap"><a href="' . get_permalink( get_the_ID() ) . '" class="more-link"><span class="faux-button">Continue reading</span> <span class="screen-reader-text">“' . get_the_title( get_the_ID() ) . '”</span></a></div>';
}
add_filter('excerpt_more', 'twentytwentychild_excerpt_more_add_continue_reading' );
Source: https://wordpress.org/support/topic/continue-reading-doesnt-appear/
Related Posts:
- How do register_sidebar() and get_sidebar() work together?
- Display random categories on the front page (Finding and Editing Theme Functions)
- Show a WP 3.0 Custom Menu in an HTML Select with Auto-Navigation?
- Create a customizable child theme
- How to add custom page attributes in WordPress?
- How to query details of images in gallery that is attached to a post
- Show posts from all categories
- Post thats in Two Categories, only want to display name for one
- Modifying posts based on category in TwentyTwentyTwo theme
- how to get the categories for a single product in a hierarchical way
- Automatically check parents (in a taxonomy) when child is selected
- How to create left and right menu with logo center in a custom theme?
- Category selectable homepage
- How do I change the markup only of a built-in widget?
- custom theme ,add media not showing images in media library
- How to change the category url jusy show /category/%category_id% in wordpress?
- Customizer: active_callback and sanitize_callback incompatibility?
- Theme Customization through admin panel. (Appearance-Customize)
- Customizer: save setting/control content to post/page
- For a specific theme, how do I build a list of all the possible theme modification names?
- Navigation label for page in custom theme
- Compare the old get_theme_mod($name) to the new get_theme_mod($name) return value
- REQUIRED: Could not find wp_link_pages. See: wp_link_pages by Theme Checker
- Customize how a WordPress theme looks like in the Theme Selector
- Blog page problems
- How can I create a permalink with two categories, with the order based on the parent category?
- Redirect to another page using contact form 7? [closed]
- Customizer – loading settings/controls/sections/panels based on a id/page id
- Integrate WooCommerce theme with a WordPress theme [closed]
- Widget Option is Missing
- How do you use WordPress for a website that’s not in a blog format?
- Extend WordPress Core Classes in OOP Theme?
- Installing new theme on running site
- User bar above logotipo?
- Is there a way to override require_once of the main theme on the child theme?
- Moving wp-content folder
- How do I list custom taxonomy terms with the links?
- WordPress broken after domain name change
- Edit value=”” of a button in child theme
- How to customize the WordPress 2014 theme, to have page using less horizontal margin?
- How to edit alternate inactive themes in “Appearance -> Customise” screen?
- searchform.php doesn’t work properly
- Customizer: get_preview_url() inside customize_save_after hook
- How to create custom layouts and static pages in themes for clients
- How to have multiple WordPress Menus
- New to WordPress – Read the Codex, Other Docs; Still Confused
- Create theme for mobile phones and tablets only?
- Theme for subcategories
- How to add custom page elements to the WYSIWYG editor?
- Create a Page template selector page
- Get whole linked with wp_list_pages
- Can’t change theme name
- Is “get_template_part” hierarchy possible?
- display unique post per category
- How to add WordPress JS Script Links
- How to add icon over specific thumb
- Adding Multiple “Parents” in get_categories
- How to custom category template based on category?
- List categories of a post hierarchically?
- How to setup a membership system in WordPress?
- how or where wordress collect unlogged user session
- How to create social Share Buttons Without Plugin
- Prevent WordPress from automatically installing a new theme each year
- Change default Video Player without Plugin
- Make the home page template my archive/category page template without code duplication
- Get custom text if in Category
- Create Miltiple Category Base
- How do I run a web app in my WordPress theme without the “wp-content/theme/…/webapp” in URL?
- Bootstrap slider not working
- Trying to customise 2011 Child Theme Background Colour
- Is it possible to edit a wordpress category with Gutenberg?
- How to show related post with category DESC (ASC) IDs of ID current post
- Lost customization after switching the WordPress theme
- Hide entry-header for a specific category
- Highly stylized pages
- Lightbox not showing image caption
- WordPress core jquery version file not loaded?
- Customized Blog/Latest Posts Page
- remove screenshot.png via dashboard
- Adding a drop-down (select tag) option under Menu Settings in WordPress Admin
- Allow WP users to sort search result on a videos site
- How can I add category variable inside posts?
- How replace theme styles?
- Delete page titles
- Issue with navigation bar in child theme
- Is hand coding required at all?
- How to show some of category in wordpress
- How to narrow the area between buttons on Helium theme sidebar? [closed]
- How do I target this page specifically?
- How do I change the content of an element for a theme without losing the styling?
- How to Password Protect whole site except for some subdirectories
- WordPress Twenty-Fourteen: How to Remove Home Page Header Image from Other Pages
- Unable to write error_log output… but only from a certain function
- How to dowload and edit content of a website
- How do I move my sites to a child theme without loosing customisation?
- Any way to permanently translate themes?
- Removing comma from ‘entry-date’ in Twenty-Sixteen theme
- Why the output of an image gallery plugin is not displayed into a page of my custom theme?
- call get_header() function from different theme
- Use another theme template in my theme