Hide Elements on Post Page

Hide some elements on Post Page

These options are valid only when Post Content type is set as post processed.
Screen Shot 2015-12-19 at 9.43.05 AM
To hide some content in your post page you can put below css in the define custom css here for post processed content type (see screenshot above)

Hide Featured Image
.androappfimage{
display:none;
}
Continue reading “Hide Elements on Post Page”

Related Post

AndroApp – Create Google Analytics Property

Google Analytics tracking ID identifies the analytics property for which mobile tracking is enabled. Follow the below steps to get your property tracking ID.

1. Sign in to your Google Analytics account.

2. Select the Admin tab.

3. In the ACCOUNT dropdown, click on Create new account. (or select if you already have an account for your website)
Continue reading “AndroApp – Create Google Analytics Property”

Related Post

9 Steps guide to Setup Google Cloud Messaging Project

This guide will help you setup google api project for enabling push notification on your android app (created through androapp wordpress plugin).

Log in to https://code.google.com/apis/console

gcm setup

Continue reading “9 Steps guide to Setup Google Cloud Messaging Project”

Related Post