Slightly hard to follow you here, but from the file you posted there is a line:
$excerpt = implode(" ",$excerpt)."...";
Change it to:
$excerpt = implode(" ",$excerpt);
Edit – Corrected line, should work now.
Related Posts:
- Change permalinks for posts but not for custom post types
- Why is get_post_format() for “Standard” returns empty
- Password-protect a custom rss feed
- Multiple Content Block
- How do I create an archive page for standard posts?
- How to use custom fields to enable sticky posts on custom post types?
- Remove parent from custom post type
- Is it possible to place custom post type files inside a folder in theme directory?
- Get term name and term parent into custom post type permalink
- Allow non-logged in users to see a future post after clicking on a list of future posts
- JS innerhtml changing style when using AJAX
- How to change the post type a theme shows by default?
- Specify a particular page to list all custom types
- WP_Query with custom post type ID
- Template Hierarchy for custom post type pages
- Should Custom post types and fields be in the theme files or in a custom plugin packed into the theme?
- Methods for development wordpress themes [closed]
- Render a Post or Page using the correct file
- Custom Post Type – Main page for certain posts
- Invalid content when I try to import custom post type from the old template wordpress
- How to display custom field in product description?
- Post template not applying on theme (potentially rendering as Page template)
- Adding specific custom fields (images) to post excerpt
- call a function when insert and update a custom post type
- Links Image in “Catalog” Page to Posts
- creating a custom post template
- Query custom post type and showing its content
- Create custom post order (with custom post type meta)
- Change position of Post Formats box?
- How to manage wordpress knowledge base/wiki/posts collections
- REQUIRED: The theme uses the register_post_type() function, which is plugin-territory
- Adding a new custom post type using the editor causes 502 bad gateway error
- How can I show a custom post type for users in the authors.php file?
- Blog page showing same content as homepage
- apply filters only to specific post listing without check the url parameters
- How Can I Set the Post Author of a Post I Just Created With PHP?
- Custom post type and body_class: Remove “blog” class
- WordPress Orderby Numeric Value Not Working
- Pre_get_posts filter overwrites all search functionality
- ACF simple text field value not showing
- Exclude child pages from archive.php
- is there a way to retrieve posts that do not have a featured image assigned?
- Auto-generated posts not showing in backend (but being counted!)
- Shortcode for display posts on home page show only one post
- Deleting Custom Post type data using mySQL command
- How to Get Current Custom Post Type Selected Taxonomy Term (Not All Terms)
- Find the user who initially created the post
- Made Custom Post Types, but single.php not working
- Need help targeting a custom post type with conditional tags
- How to get the post type from a category id?
- Displaying a custom post types custom taxonomy value?
- Notice: Undefined index: suppress_filters
- How to Separate CPT From Regular Posts?
- Remove rows in the manage post/page view
- Should I use custom menu, C.P.T. or theme options, or something else for this?
- Is there a way to have the view link on manage posts page to open in a new window or tab?
- How to create custom boxes with text inside?
- How to add post_type=value when editing that post type in the WordPress admin?
- Custom template with CPT doesn’t display on frontend
- Adding dropdown select meta box to custom post type – seems restAPI is interfering
- Open Custom Post Type as PDF
- Using The REST API How To Pull All Custom Posts?
- How i can add ‘N’ page of ‘N’ pages under posts loop?
- What’s the difference between same wp functions get_posts(); functions in different form?
- Display custom fields on post excerpt or teaser
- One-to-many post relationships that are displayed by category (using posts-to-posts plugin)
- Create a wordpress test-system as a clone from productive system
- Why orderby=”date” does not support manually changed posts?
- Show the same Article Available in Other Categories
- Getting posts under the custom post type ui category
- What template files do I need to customise custom-category-term-links rather than fall back on archive.php?
- Storing posts from query and accessing later via AJAX call
- If post has custom field then display css-class
- Display only one post each WEEK
- List children on child post
- The problem with WordPress Importer
- Restrict custom post type from appearing with ?post_types=
- Show custom post type filtered by category
- create parent post using wp_insert_post
- Turn on and off custom post type from admin?
- Missing Posts in Custom Taxonomy List
- Display random posts, but omit the post it is on?
- How to show single post page as home page
- How do I do this with WordPress? Taxonomies?
- Disable block with taxonomies at post page
- I would like to have different styles for my posts based on the content of each post
- How can i add thumbnails images to particular post (using code not admin pannel) in wordpress
- Showing posts from different categories and from custom post type
- Get latest 3 posts from multiple CPT in one query
- Which post does a taxonomy term belongs to?
- Help need making decision. Ads rotating site on wordpress
- List custom taxonomy specific to one custom post type
- Query & Order posts by custom fields
- Post image in WordPress not appearing on home page
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Meta query for custom post type ignored in main query
- Changing custom type name hides the posts
- custom taxonamy and post type
- What is the recommended / best way to do this: Event calendar post/type in a block-based theme?
- Display Ad on Specific Categories