erase post excerpt limitation [×]
i have a custom site in homepage have problem of post excerpt with max 35 word, now i want eliminate this limitation, after search in varius file the limitation and after individuate i have changed the (35) with big number, the post increase the number of caracter but on last have the dot (...) alternative of "readmore" now i want erase also this but not indivduate this, how eliminate this limitation ???
this site use advanced custom field and Custom Post Type UI version: 0.8.3
the home have 2 file
1) home
2 home video
this is a file : http://textuploader.com/4u0l!
thanks
Solutions
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.
Similar questions
Restrict users from using specific tags with a technique that does not erase the tag
I run a multiple author Wordpress site with thousands of posts. To highlight good posts, I filter them by specific tags that only admins can set. For instance featured, front page etc. To avoid my authors selecting these tags themselves, I use the following script. If the user has selected a prohibited tag, it will be removed once they click the pu...
Wordpress - Erase "Roles" on Profile Page
I'm new at Wordpress plugin creation and still trying to get the concept of action hook or filter hook. I've created a custom role for "moderator". What I want for this role: - in charge of users with specific role, e.g. subscribers. - able to change users password. - NOT able to change other users roles. the problem is this: to be able to change o...
How can I erase the Author of the blog posts from showing on the Homepage's H2 tags?
I have had a helluva time trying to find the H2 tag code that pulls up on the homepage of the site that I am optimizing. http://tinyurl.com/cynvmka I am guessing that the H2 code of the DATE + AUTHOR is hard-coded somewhere where I'm not looking. Would someone please lend a hand on where I can find the code that pulls up the H2 tag? I would like to...
Rewrite htaccess erase a string
I want to remove a string from a URL: To: I want to erase this string: post-id is more than 1000 (posts), so I can't redirect (301) all my links manually. Is it possible? and how ?
UPDATE a table to erase a long string of html
I'm fixing a friends wordpress site, and I've discovered that his previous malware infection added a long string of html to the end of hundreds of posts. This is the html: I can write an UPDATE SET REPLACE for small strings. But I can't figure out how it's possible to find this exact string, given all the html and quotation marks. Is this at all po...
Also ask