How to strip an image or any content from the app
This is great great for pulling out duplicate feature images in your posts and articles
Use 2 ways to accomplish this
1. For a global setting use the CSS box in the UniPress plugin dashboard
div img:first-child { display: none; }
2. For one time use: add a shortcode in the post
[unipress_hide_content] CONTENT TO BE HIDDEN [/unipress_hide_content]