So, two separate issues – links not displaying and faulty markup?
For links not displaying – check if your template uses the_content()
function, more functionality doesn’t display links after the_excerpt()
.
For markup I find that you need blank lines around more for everything to work properly.
So this can cause markup issues:
Some text here.
<!--more-->
And more here.
But this works fine:
Some text here.
<!--more-->
And more here.
Related Posts:
- How to remove “read more” link from custom post type excerpt
- Add a tag to a custom post type
- Custom post types: change “read more” text
- help
- More quicktag driving me nuts
- Media is not showing on post page
- Different read-more link for each custom post type [closed]
- Combining queries with different arguments per post type
- Create a shortcode to display custom post types with a specific taxonomy
- custom slug for custom post type
- importing third party json feed as custom post type [closed]
- List the categories under custom taxonomy
- register_post_type & ‘register_meta_box_cb’ argument
- Returning search results by relevance, including Custom Post Types
- Custom Post Type Archives with 0 Posts Redirects as 404
- How to replicate some of Drupal Views functionality in WordPress?
- Archive page with multiple taxonomies rewrite
- Sorting for each custom taxonomy
- WP Rest API Querying Custom Posts by ACF fields
- display multiple term post from taxonomy in a single page
- Dynamic variable for custom taxonomy in loop?
- Display posts of child category in template
- Custom post type category not displaying in custom post type
- Tag.php not displaying posts with the tag
- Query custom post types
- WordPress rewrite my URL when i use pagination
- Adding a Gutenberg-like custom field on a custom post type
- How to add a custom taxonomy to a custom post type’s document tab
- WP_Query search posts by custom post type and custom taxonomy
- get_queried_object error How to show post count by month in the taxonomy page
- How can I change the title of an Add New page in Admin for custom post type
- Modifying date filter on admin page for custom post type to link to custom field
- How to call a custom post type with WP_query
- get custom post type thumbnail
- Deleting Custom Post type data using mySQL command
- Featured Images does not show in custom post type
- Update menu when saving settings
- How do I create custom fields for multiple post types?
- custom post type parsed as attachment
- How can I made custom taxonomies relationship?
- How to start a new post with custom Taxonomies already set?
- How to add rewrite rule to custom post type with parent in url with cpt ui?
- How to prevent a CPT’s slug and page slug from conflicting with each other?
- Display correctly using metabox.io
- How to Add multiple instance of meta box to custom post type
- comment_form() not showing on custom post type
- Manage Columns : order by post_parent’s title
- Different rewrite rules for taxonomies and cp in multisite?
- How to hook one custom post-types post to another?
- Limiting posts_join, where, etc to a specific WP_Query object?
- Custom select query for taxonomies that have posts categorized in another taxonomy
- What is the ID parameter for custom post types in query_posts?
- Number of posts in the archive
- Custom posts template page
- If there is only one post (show elements) else (show other elements)
- Add Previous/Next Buttons to CPT Single Pages Only
- Custom Post Types Archives and Single Pages not showing custom taxonomy data
- How to setup a single post page for my custom post type?
- Dynamically insert code to custom post type loop
- How To Post WordPress Custom Post Types to Twitter via IFTTT
- Custom Post Type Category URL
- Link From Single Post To Taxonomy Term Archive Page
- Do I need to use another custom post type for 1 post that differs from all of the others?
- fetch custom post by meta key if key value is does not know
- Get image from external URL
- Increasing the default number of posts in custom post types
- Better approach for a WordPress Inventory
- Showing all posts and custom post types by using one category
- Issue with Custom Post Types and Single
- Echo custom post meta from options array
- Filtering the_content, but still need to display the unfiltered content inside filter
- how to redirect to a custom post template
- WP not recognizing custom post type / template
- Displaying Portfolio Filter by Category Order (alphabetically)
- Function to add custom HTML into head in custom post-type list page
- How to create subdomain for custom post type and associated custom taxonomies
- What is the parameter : ‘Customs-fields’
- Get previous and next custom post by custom field
- How to get the custom post data using post id in WordPress?
- Should I use a custom taxonomy or custom post type for grouping a list of panels associated with a group of tests?
- Show only Current category and sub category of custom post wordpress
- Creating post template for a Custom Post Type
- WP Admin Dropdown List Filter for custom (ACF) field on custom post type(s)
- Add Custom Field in Product in WP Admin and send to Order Webhook
- Taxonomies are not showing in the category dropdown
- Add Pagination in custom Blog page template
- get_the_terms child terms for current post/custom post only
- Unknown Post Meta Records
- Show Recently Viewed Custom Post to the visitor without plugin
- Custom Post Type Query by user id
- Adding a nav menu for a custom post type
- WordPress API only returning HTML
- select custom post type on regular post
- Post types showing tables…Can I do that?
- Weird capabilities / roles behavior
- Displaying posts exclusively in their category (not parent)
- Issue with permalinks for custom post type
- Setting a Master Menu on a Custom Post Type
- Linking from a list of custom post type items to a single – get_post_permalink not working correctly
- Remove plugin’s custom post type archive page and single pages [closed]