Perhaps there is an issue with the “Ellipsis” HTML character you are using?
function modify_read_more_link() {
return '<a class="more-link" href="' . get_permalink() . '">( Continue … )</a>';
}
add_filter( 'the_content_more_link', 'modify_read_more_link' );
Related Posts:
- new_excerpt_more link not working properly
- More tag locked in Hemingway
- how can I change the read more link destinations and direct all to the same page?
- need help with ‘… read more’ excerpt in functions.php
- Can’t change excerpt length and more tag
- How to add an excerpt and read more link to a page?
- Adding a second email address to a completed order in WooCommerce [closed]
- Possible to search by author name with default WordPress search function?
- Advantages and disadvantages of using automatic-feed-links
- Influence of WordPress functions on site speed
- Is it possible to override this function/class in a child theme?
- When new user register then add new user role
- Change meta tags programatically
- Convert hyphen to underscore in permalinks
- Remove bulk actions based on user role or capabilities
- Set first oembed in post to a global variable or function
- Adding extra SVGs to TwentyNineteen child theme using class TwentyNineteen_SVG_Icons
- Use a function to update post meta based on other post meta
- wp_delete_attachment
- Adding body class when post contains a specific shortcode
- Displaying Widgets
- WordPress registration and contact form 7 [closed]
- Display WooCommerce subscriptions for user [closed]
- Increment price for Woocommerce Minicart [closed]
- Woocommerce checkout field maxlength, make input number field only (postcode)
- My simple custom shortcode is not longer working (possibly due to upgrade to WordPress 4.4 ?)
- PHP files included in functions.php don’t seem to work
- Removing the main link to Jetpack from the menu
- How To Remove Duplicate Menu Locations
- Show top commenters without using a plugin
- WordPress shortcode attributes for database SELECT?
- How to get membership level for specific user email
- Post thumbnail not showing in WP admin area for custom post type
- Backstretch.js and thumbnail sizes to reduce loading time
- Child theme within a child theme?
- Fatal error: Cannot redeclare when switching themes
- Featured Image Thumbnail Creation
- How do display most popular post from a year earlier to the day?
- Updating Media Published Date When Parent Post Is Modified in WordPress
- WP Ajax Function Always Returning undefined
- How can I grab the video id of youtube?
- Specify number of posts for sub-category page
- Creating A New Admin Menu Tab For Theme Options
- Passing variable as add_shortcode argument
- Run wp_kses_decode_entities on atom feed?
- comments_popup_link without echo?
- Function extending with if query in functions.php
- add_action wp_enqueue_script priority level only works for admins
- Turn get_posts as string into an array for use in theme admin options
- current_user_can comma list vs OR (||) list
- What is wrong with code added to functions.php to selectively show styles based on login state
- Writing a function to detect an event
- Problem with calling custom function in a foreach loop
- Changing where my author box is printed
- Different methods of adding menu support to custom theme
- Function to insert missing image size attributes into img tags
- Redirects based on a JSON file
- Sort and display pages with specific custom field (not tag)
- functions.php return custom text
- Creating multiple category drop down
- Disable trim in WordPress
- WordPress Categories: Function using custom SQL to return array of specific category IDs
- WordPress login set cookie that survive browser exit (wp_signon function)
- Show metadata in users.php – wordpress
- Add version # to wp_register_style function
- Change category display name function
- Customizing the wp_video_shortcode output with add_filter
- a SET of wordpress native galleries with title and text?
- Populate acf-field, depending on block name
- Add Change role button for list of user in an event
- Exclude admins from query get posts
- I am trying to set post terms to a custom taxonomy
- Classic TinyMCE messing up only Contributor’s HTML
- Reference multiple style sheets, clearing styles for permalink page, custom fields for css
- Add schema to Search result page’s body. Tried using is_search
- Show users last read posts for each user?
- Disable links to images only if link is an image
- WordPress Javascript Widget jQuery Dependency Issue
- Open image size links in a page instead of direct image link
- Allow tags and attributes in post and pages content
- Function to get thumbnail img source
- Syntax for a function in order to get post’s title in JSON encoded response [closed]
- Comment Function
- Do something when user creates post (that’s pending)
- Will my WordPress site become vulnerable after adding this functions which allows more HTML tags for subscribers?
- Add product to cart from functions.php
- How to resize image from import image url?
- Vimeo video play button color function
- User’s Comments Number: Storing it in a meta field for different uses
- Show one post per author and order by custom field
- Text before price on WooCom
- Warning: call_user_func_array() expects parameter 1 to be a valid callback
- Change Post status based on custom field date +1 day
- How to add height and width dimensions automatically to archive descriptions
- How to overwrite image if it already exists – WordPress, Gravity form
- Change TinyMCE undeline outpout
- Loading newest dependency javascript module file in functions.php
- How to store page-{id}.php templates in custom folder
- Setcookie not setting cookies anywhere except admin
- WooCommerce, change “Add to Cart” to “Link to Product”, only for specific categories