Hide breadcrumbs front page

Perfect responsive WordPress theme to showcase your mobile, iPad or tablet apps.
GK User
Sun Jul 21, 2013 4:07 pm
Firstly ... fantastic theme! How do I hide the breadcrumbs/pagination on the static front page? :oops:

i-toni.com
User avatar
Expert Boarder

GK User
Sun Jul 21, 2013 8:59 pm
Hi,

The breadcrumbs can be hidden using the conditional rules for the breadcrumbs display (in the theme basic settings) and the following value:

Code: Select all
!is_home()


Which pagination do you want to hide?
User avatar
Administrator

GK User
Sun Jul 21, 2013 9:02 pm
I tried this but it doesn't work as my home page is a static page :oops:
User avatar
Expert Boarder

GK User
Sun Jul 21, 2013 9:17 pm
So please try to use:

Code: Select all
!is_front_page()
User avatar
Administrator

GK User
Sun Jul 21, 2013 9:22 pm
That worked perfectly .... almost there! SOLVED
User avatar
Expert Boarder


cron