1. Home
  2. How To
  3. Dedicated Server
  4. Wordpress Installation
  5. Issue Displaying WordPress Page Content Section

Issue Displaying WordPress Page Content Section

Objective

Resolve the issue where the content section of a WordPress page is not displaying.

Prerequisites

None.

Steps

Step 1: Verify the Problem

Verify whether there are contents retrieved at the browser from the server.

Step 2: Resolve the Issue

The issue is caused by a tag in line that overrides the .entry-content class.

Navigate to the editor and amend the .entry-content class as follows.

Original:

.entry-content {
  display: none;
}

Change it as follows:

.entry-content {
  display: block !important;
}
Updated on February 3, 2021

Was this article helpful?

Related Articles

Need Help?
Submit a ticket to us and let our professional team assists you

Support Billing Sales
Support
Billing
Sales