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
- Remove slug from custom post type post URLs
- How to get post content by calling ajax?
- Get category id from post id of a custom post type
- Limit widget to a specific registered sidebar
- WP_List_Table Inside Metabox Not Working on Submit
- Is it proper to create a page just to generate a listing page (eg. for a custom post type)
- Where to put archive-{post-type}.php
- Showing current taxonomy terms
- automatically create taxonomy with same name as post title
- custom sortable column
- saving custom post type data to different table in wordpress
- Display “Post 2 of 4” on single post page?
- Query post types with multiple keys
- How to embed form data within the ‘Add new post’
- Remove Post Page “View Post” Link
- Get all posts WHERE custom_field is LIKE value
- How to make post sticky in the admin page?
- Loop on front-page.php
- How to create custom boxes with text inside?
- One-to-many post relationships that are displayed by category (using posts-to-posts plugin)
- Which post does a taxonomy term belongs to?
- Changing custom type name hides the posts
- Add custom field to Posts and sort by it
- Two Custom Post Types Many to Many Relationship
- Problem with displaying posts in the CPT category
- No Permission to add new Page, Post or CPT with Admin role
- Update postmeta Parent when post_status child change
- How to produce a sub-page-system in WordPress
- WebP Fallback for Inline Background Image in Style Attribute
- Reworking function for counting custom post type posts count
- help
- custom post data – how to
- How can i link a custom post type thumbnail to intermediate size
- i cant see the max_num_pages of a custom wp query
- Archieve.php not loading for custom post type
- Running a song lyrics site on WordPress
- Where is the sticky post option?
- How to Display Posts From Category Within a Custom Taxonomy?
- How to Make infinite loop of post
- Published post auto change status to pending after 90 days
- How to retrieve all wordpress posts (specific type) inside a function in php?
- Automatically update slug with latest title within custom post type [duplicate]
- Modifying the default post from wordpress
- How to Query in WordPress which shows Alphabetic Posts?
- Custom Post Type – after disable ‘Add New’, I can’t edit and delete post
- Add admin script to several post types
- Why does my URL keep returning 404 error code?
- Building a Data Intensive Website with WordPress
- Order posts by years
- Creating an option for writing a post without an author attribution for a group blog on WordPress
- How to change Elementor Template for Single Page Post on Load
- Query when is one or several values
- Show custom post status when logged out
- $_POST from a Meta Box
- How to display only child category post in related posts in custom post type?
- How to create a discussion post when a custom post is created?
- Not Able to Get Custom Post Type in Single and Single-custom-post-type
- Using piklist meta box, strange behavior
- Cant insert wrapper div into index.php
- Excert ( the_excerpt(); ) Not working properly
- Not Able to Display Metabox Saved Checkbox and Selected option After Save/ Update
- How to Associate Posts with Pages
- Why are my wp urls showing page not found?
- Post content stays the same but permalink changes ?
- Styling first post using Advanced Custom Fields
- How do I display the index position of a post from a custom post type?
- Is there a block to print post link standalone in a block theme?
- How to make a non-public post on wordpress approval?
- is therer any wordpress function to retrieve a specific html element from post content