content (not excerpt) read more - Wordpress Solution
[Solved] - content (not excerpt) read more - Wordpress Solution |
---|
Try following codes |
Hello,
It's some time ago, and therefore I hope it would be OK to ask (:
Currently, I'm using the WordPress tag to manually create excerpts of my content.
Now I've seen some snippets to change the way it jumps (to the beginning of the post in example) but almost nothing to remove the bloat that it's leaving behind.
Namely . I can get rid of this myself: , but somehow not the first br tag. Preferably I'm looking for a code snippet that removes the bit completely. ('19' being the WordPress post-ID) AND replacing it by (like it should). Also, if you could include the code snippet in YOUR code to jump to the beginning of the post, you would most likely rate as 'awesome' in my most appreciated people list. Solution - 1Altough I don't really see the point of removing this "bloat" as you call it, this piece of code might help: Note that this only applies to tags added using the HTML-editor and not to more-tags added using the WYSIWYG-editor (in which case the code becomes something like ). Solution - 2How about using jquery:
Solution - 3Hi, this simple filter will get you rid of the extra bloat: Cheers |
Date: 2022-10-21 05:10:29 |
Category: Wordpress |