Use wp_strip_all_tags()
to remove the content of script
and style
elements too:
echo wp_strip_all_tags( get_the_content() );
Related Posts:
- the_excerpt(), get_the_excerpt() and the_content() all killing “the Loop”
- Content/Excerpt length control for a specific loop?
- Combining the_excerpt with the_content
- Get excerpt using get_the_excerpt outside a loop
- Split Content and Gallery
- remove tags from the_content
- How to force excerpts / teasers in the loop
- the_content and wp_link_pages
- Add Incrementing ID to each paragraph in the_content
- Use the_content outside the loop
- get_the_content not working in loop?
- Exclude filter on front page
- Can I use both a custom excerpt and a trimmed excerpt?
- the_content() seems to block my ACF-code
- Removing the_content() from the page
- How to make post content from each post display within the same div
- Loop after page content
- the_excerpt not showing posts
- Using get_the_excerpt() Before The Loop
- Only display videos and images in the_content() within loop
- Styling text and images in the_content()
- Cannot retieve the_content() and the_author() – both returning empty strings
- Unable to change the “Read more” text inside the_excerpt
- How to get the excerpt for is_home() outside of the loop isn’t working
- How do I pull excerpts from pages?
- has_excerpt() not working inside wp_query
- How is WordPress changing the content markup?
- “the_excerpt” in loop just keeps repeating first post?
- Problem in replacing the_content with the_excerpt()
- Insert content above an embedded video inside Wordress’ php the_content
- Only Show Excerpt After First 3 Posts
- Excerpts not showing on main page
- Split Content and Gallery
- Excerpt isn’t working or am I missing something?
- the_content() keeps repeating itself
- Echo Most Recent Sticky Post in Loop?
- to get a little more content after ‘read more’ inside loop
- Limit article to 100 characters. Can’t use the_excerpt…
- Making a specific page wordpress compatable that is not index
- Return only content in excerpt field in loop
- how to use custom loop in the_content filter
- change the_content images for different sizes (Desktop, tablet, mobile)?
- Have multiple loops on a page appear after/between page content
- How to add excerpt in loop in Twenty Eleven theme?
- In Loop Output Place Custom Field Content In Between Paragraphs
- Help with add_filter(‘the_content’, ‘some_function’) and multiple matches
- Single Loop With Dual Content Area
- How to add custom HTML markup and classes to the_content()?
- Excerpt all post content Content Same Size without word cutting off
- the_content() “crashes” for single pages
- Hide old posts each year
- How to fix pagination for custom loops?
- Jquery Slider for profile template
- Counting the posts of a custom WordPress loop (WP_Query)?
- if ( is_home() && ! is_front_page() )
- How to display Yoast SEO meta description in archive template for each post instead of the_excerpt()? [closed]
- Get post content from outside the loop
- Why should I put if(have_posts()), is while(have_posts()) not enough?
- Display featured products through custom loop in woocommerce on template page
- How to get Author ID outside the loop
- Redirect loop when trying to login to /wp-admin/ [duplicate]
- How to split a loop into multiple columns
- Is it necessary to reset the query after using get_posts()?
- Is there any difference between the_title() and echo get_the_title()?
- AJAX with loop filtering categories
- Do I need to use The Loop on pages?
- Remove the Homepage Query
- the_title() shows title of the first post instead of the page title?
- Retrieve each widget separately from a sidebar
- Why am I being limited to ten posts on a custom loop?
- Should I use loop in the single.php file?
- A search for ‘0’ returns results
- Why do themes rely on “The Loop”?
- How to return loop contents
- Using the Loop to show all levels of subpages under a parent page? Halfway there
- Cleanest Way to Select Every Second Element in a Loop?
- Insert image or ad script after 3 posts using the loop
- Get date of last update outside of loop
- Modify ‘Read more’ link adding a new class
- Pagination not working on home page
- Child Pages Loop
- How to place comments_template(); outside the loop?
- Get excerpt from $post->post_content
- Multiple Loops Homepage?
- How to Change Loop to Order Posts by Views (using wp-postviews plugin)
- how to upload image using wp_handle_upload
- Avoiding using a loop to access a single post
- How to get the first image gallery of a product in woocommerce in a loop
- limit the words in the post content and add read more link
- Get post by page name or slug
- save_post + insert_post = infinite loop
- Loop.php vs looping inside template file
- Get ID of a page containing secondary loop in content
- Custom Loop and Infinite Scroll
- Loop that displays PARENT PAGE & CHILD PAGE & outputs GRANDCHILD PAGE title and content
- is_home, and is_front_page conditional problem
- Is `query_posts` really slower than secondary query?
- Are there any scenarios where the query_posts may be used?
- Adding ‘current_post_item’ class to current post in the loop
- How do I get the attributes of a short code from a post?