Your content is there BUT hidden from view via CSS styles.
Normally wouldn’t provide an answer for this, but it may be helpful to others as it is not uncommong.
This is usually due to CSS styles in external stylesheets, inlined in your <head>
in of the html document (template header) OR more commonly as inline styles on your content which contain elements such as <div>
, <span>
and <p>
(among) others wrapped around various pieces of your content.
In your case it is <span>
tags
See below:
Solutions
If you are using the default WordPress content editor:
- switch to the Text tab instead of the Visual tab and remove the span tags OR at least the
display:none
property.
If you are using something else like a page builder:
- the process should be similar but you may need to consult their documentation
By the look if it, you are not though.
Related Posts:
- Stop WordPress Wrapping Images In A “P” Tag
- Stop WordPress automatically adding tags to post content
- Get content from one page and show it on another page
- Strategy for handling hierarchical pages with empty parent content
- How to remove Nextpage tag inside posts text depending of utm_campaign
- How can you make sure authors’ posts are longer than 250 words?
- What is the best / efficient way to get WordPress content by post id and why?
- JSON not valid after json_encode posts
- Add default content to post (for specific category)
- Programmatically inserting page breaks
- Hide parts of the post content on the home page
- Filter/Remove HTML Elements on all posts and pages
- Paragraphs removed when using get_post_custom()?
- Load post content into div with ajax
- Testing for post title in ‘if/else’ statement returns no content
- Same content shared between multiple posts?
- how load content as pop-up using ajax
- How to get only text from wordpress post content?
- Batch process: remove first image from post content
- Why content_arr[‘extended’] removes paragraph tags?
- Unautop / Sanitize content added to a post through a plugin
- is there a way to show the the post title after the image?
- How to get rid of shortcodes in post content once and for all
- Add Word Limit to Posts
- Show only one page link in content pagination
- Show only posts with images and a fixed amount of posts
- How to create new post content templates for my users?
- How do I do a page break?
- How to get a post’s content? [closed]
- Best Way to Add UnEditable HTML to Posts
- The_excerpt() doesn’t parse – how to change that?
- Page and post loop same template
- WordPress.com post editor replacement
- Benefits to using semantic HTML in post content? [closed]
- the_content() Not Grabbing All Content
- Can’t save WordPress post with “/etc/” in it
- content summary of a post disappears If an images added at the beginning of the post. how to solve it?
- Hide parts of the post content after typing it’s name or searching it by category
- How to exclude the word “class” from being matched in search?
- Preview page/post revisions without overwriting current content
- Posts and Pages w. private visibility don’t show up in existing content
- definining own teaser text for post
- Add text and change style to post programmatically depending on category
- why my urdu text is not aligned properly when written in wordpress blog post?
- How to Remove HTML Elements from Post Excerpt?
- My website is showing today’s date instead of published date since db migration to a new wordpress
- Related post not showing table of content
- How to get unmodified post content?
- I have inserted a post’s content in homepage.php by the post-id. The font isn’t matching with the theme. How do I change font of this content?
- How do I set content in my pages so that it remains permanent while blog posts are added below?
- Nothing appears using get_the_excerpt() in category.php
- WordPress each user has each content for a page,how to do that?
- Add caption to thumbnails in content
- Adding div to WordPress page content
- Adding editable content above posts
- How to get post_content while the post is being edited
- Custom template for different post types
- Correcting the content width when sidebar is inactive?
- Multiple approval from editors before publishing?
- Get part of a page url
- How can i show only 30% of the “the_content(“More…”)”?
- How to use wp_editor(); in functions.php then retrieve content in the template
- Add default content to post (for specific category)
- jquery: getting contents of #content field on post page
- Stripping tag from elements in post
- What does WordPress mean by they have full rights to content [closed]
- After the local installation of an old WP website I can see the homepage but I can’t access to the articles, why?
- wordpress pinboard theme [closed]
- Automatically search and replace link in content (pages/posts)?
- Notify/check if the content of a custom gutenberg block has changed on save_post
- How to display by default only published posts/pages in the admin area?
- Is there an if statement that can determine if a post in the loop is the last post?
- Can I load posts via Ajax?
- All WordPress scheduled posts are being published immediately
- WordPress Delete hook with wp_delete_post function?
- Undelete post (untrash)?
- Different style for most recent article
- How to Orderby Comments by post title?
- My wordpress based site is publishing the same post twice
- New Gmail email to a WordPress new post? [closed]
- How to show show the Second page title in the page
- How can I remove the first two words and shorten get_the_title()
- how to hide empty fields of post category description?
- how to add updated_by column to posts admin panel?
- If no posts exist for current day and month, show the next available day of posts
- Get latest post from categories
- Loop not showing first post
- How to show a featured image inside a post in only 1 single category
- Custom Post Type Single Loop Outputting Wrong Post
- Geting error in post and category [closed]
- How to 301 redirect from url with post id to permalink with post name (slug)?
- Create/Set Category as Title of Post
- how can i fix my display post in my index.php
- List of authors posts minus very latest
- Add category attribute to custom recent post shortcode
- How Can I Limit Users to Post Creation For My Frontend Theme?
- How to display a paginated list of posts from one category on a page? [duplicate]
- custom sort posts in archive/taxanomy page
- Show some texts in posts belonging to Specific category
- Sort Posts Alphabetically Based on Specific Category (Divi)