Remove Post from Home Page

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Thu Jul 24, 2014 11:38 pm
Hello,
I have deleted all my posts but I still get a message which I want to remove from my home page. In addition to the "nothing found" message, I also want to remove the search box. The last thing I want to remove are the testimonials.

Please see the attached screen shot.
User avatar
Fresh Boarder

GK User
Fri Jul 25, 2014 8:26 am
Hello,

Testimonials are a widget on the Bottom 3 widget area - so you can just remove it.

If you want to hide the posts please just add the following code at the end of any CSS file:

Code: Select all
.home-page #gk-mainbody-columns {
display: none;
}
User avatar
Administrator

GK User
Fri Jul 25, 2014 2:52 pm
Thanks. That worked and fixed the display.
User avatar
Fresh Boarder


cron