What is the best method for intercepting the_content of a post (for a single post […]
Tag: the-content
Post Content, Special Characters and Filters
I added a hook to the_content. add_filter(‘the_content’, ‘edit_the_content’); function edit_the_content($content){ return $content; } Pretty simple […]
remove <p> tags from the_content
I’ve got a post format of Image, and I am running into an issue where […]
How can i display the content in plaintext
i want to display my excerpt in plaintext. How can i do this? This is […]
Replace audio links with jplayer using the_content filter
I am attempting to use : add_filter( ‘the_content’, ‘filter_function_name’ ); To find all of the […]
Extracting gallery images in WordPress 3.5 on index.php
I’m trying to add a slider on my front blog page for every gallery post, […]
How to add H4 tag to the_content filter (after content)?
I would like the H4 title to display before the loop starts and only once. […]
Editing <?php the_content(‘Read more…’); ?>
Is it possible to automatically add for example image before first h2 tag in the_content?
Function to wrap the_content in a div
Whenever I’ve developing a new theme I always wrap the_content in a div, like so; […]
What functions are included in apply_filter(‘the_content’)
There is a function called apply_filter where you can use it like this: echo apply_filter(‘the_content’, […]
No More Posts Available.
No more pages to load.