Add below code in your function.php file of your theme.
function new_excerpt_more( $more ) {
return ' <a class="read-more" href="'. get_permalink(get_the_ID()) . '">' . __('Read more..', 'your-text-domain') . '</a>';
}
add_filter( 'excerpt_more', 'new_excerpt_more' );
Refercence URL: http://www.dhirenpatel.me/display-read-link-wordpress-excerpts/
Related Posts:
- How to insert spaces/tabs in text using HTML/CSS
- How to make the HTML link activated by clicking on the
- ?
- How would you make two s overlap?
- CSS text-align not working
- How can I insert vertical blank space into an html document?
- How can I make Bootstrap columns all the same height?
- Align text to the bottom of a div
- How to make a
- display in a horizontal row
- CSS3 Scale Animation Keyframes
- JavaFX css themes
- Border Position
- Bootstrap align navbar items to the right
- Responsive Canvas in Bootstrap column?
- How to get multiple images to auto resize and stay centered within a div
- How do you avoid caching during development?
- Are there Gutenberg container blocks?
- How to specify a class added to my gallery
- Get parent category class in post_class()
- Assign title-specific class to list items in menu based on WP pages
- Why won’t child theme’s style.css override plugin’s css
- WordPress – https : Css and Js files are not working (load on http instead of https)
- some things in child theme css not overriding parent
- Is it possible to create a full width row in WordPress’s editor window? [closed]
- How do I find (index) file in order to change style on CSS?
- Enqueue style for Password Reset page
- How to change header & footer to full width? [closed]
- Styleswitcher or themeswitcher to allow user to switch back to standard view from mobile device
- If post by specific role different css to everyone
- Theme Check errors about missing CSS rules
- removing my underline from hyperlinks
- How to override Gutenberg admin CSS
- WordPress stripping out BR tags, need assistance
- Use wp_add_inline_style to add code to before wp_head?
- How to Remove White Space above video Block
- Font Awesome wp_enqueue_style
- Output terms to post_class()
- Layout using Bootstrap not aligning correctly
- No styling on fresh wordpress installation
- How to include .css code in a WordPress page template?
- Enqueue Style Function Not Loading
- What’s the best way to add the LESS preprocessor to a WordPress theme?
- Certain aspects of site suddenly not working in Chrome and Firefox
- What makes WP so SEO friendly?
- what could cause get_stylesheet_directory_uri() to fail?
- Delete a white space using css
- wordpress css file
- CSS – Initial HTML Margin Issue On WordPress Site
- Cannot set property ‘className’ of null at setThemeFromCookie
- Can not find css directory in header
- jQuery UI Theme that aligns perfectly with the admin UI
- CSS – why does my sidebar drops to the bottom of the page? [closed]
- How can I force Dynamic CSS via ACF values to update on page load?
- WordPress backend is loading without style
- Show product information on right side [closed]
- How to integrate Bootstrap Grid System in WordPress
- Show/Hide Div for Login Mask
- When replacing #site-title with an image – why must it be located in root?
- Hide Overflow on a Specific WordPress Template
- Google Chrome CSS issues [closed]
- ACF Gut block broke wordpress default style?
- Scroll code block instead of wrapping text
- Divi CSS Flex/Margin Error
- How to make a function to play only on the home page?
- Redirect Css files to https
- How can I add a stylesheet to the Classic Editor page?
- Where to add this code for a Modal box to work? [closed]
- How to enqueue stylesheets in child-theme functions.php?
- Change class value using CSS
- Dequeue CSS of the Parent Theme
- Unable to use Datepicker in a table when inserting a row
- Text editor toolbar z-index conflict with location plugin pop
- div:before appearing in front of the block
- How to replace wordpress css or js file with external file?
- How do I move my logo from the center to left (Pixgraphy theme)
- Page flickers when new html5 video loads
- Unable to properly load WordPress Admin page
- Change style of Twenty Seventeen child theme
- Align divs in a basic WordPress site
- Can’t center post thumbnail with bootstrap [closed]
- Force include a stylesheet from parent theme
- How can I override an existing custom CSS rule for a specific page
- Site name not showing in browser bar, only url
- Style tag on wp_footer
- Display current category without an active link in wp_list_categories
- Outputting the blogposts or the_content()
- WordPress with PageLines theme: how to change the background color of a page? [duplicate]
- Apply Classes to post text inside editor
- Use of CSS classes in editor-blocks.css file
- Twenty Twelve theme: remove margins
- Parent style messing up with Bootstrap [closed]
- Problems when writing a post
- WordPress CSS not working properly
- Add Custom CSS Class in Child Theme [closed]
- Is there a way to edit the fonts of headings without a plugin (in the 2022 theme)?
- Narrow paragraph block aligned to left of “wrapper”
- Transparent Overlay for Gravity Forms Ajax Spinner
- Remove the main title, but only from the main page
- aos properties ‘invalid’ and not recognised when included as a css class [closed]
- ACF Extended : Disable styles in front [closed]
- How to remove automatically added custom style tag?