PressForward Plugin

Frequently Asked Questions

PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress Dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web.

PressForward uses RSS and Atom feeds, and a bookmarklet, to aggregate content and then allows you to read, discuss, select, and republish items on your own WordPress site.

Here’s a list of frequently asked questions about the plugin:

Will PressForward aggregate all types of content?

Who can see my feed subscriptions?

Can I choose what to publish?

How does PressForward compare to other plugins?

Will PressForward work with my theme?

Can I change the way the item looks on my site?

Am I allowed to republish content created by other people?

How can I attribute content to the original author and source?

Can you point me to some publications that use PressForward?

Will PressForward work on a multisite or network site?

How often does PressForward refresh and check for more sources?

Why isn’t my site retrieving content from a feed?

Why do I see short excerpts from some articles and the full content of others?

Where can I find more extensive documentation?

Who built PressForward?

I’ve got a question not listed here. How can I get an answer?

Source: CoActive Blog – What I’ve been working on.

Hide the Divi Theme Header | Divi Booster

/* Hide the header */
#main-header { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}

/* Adjust padding for transparent headers */
.et_transparent_nav #main-content .container {
    padding-top: 58px !important;
}

To remove the header from a single page (or post), you can paste the code given at the start of the post into per-page “Custom CSS” box, which you’ll find as follows:

Visual Builder – Click on the purple “…” menu button, then on the purple “cog” icon and navigate to “Advanced > Custom CSS” in the Page Settings box that appears.

Backend Builder – Click on the purple “cog” icon and navigate to “Advanced > Custom CSS” in the Page Settings box that appears.

Classic Editor – On the page edit screen, click on the three-lined “hamburger” menu button on the top right of the purple Divi Builder area. Place CSS into the Custom CSS box in the menu that appears.

CSS placed in these boxes will apply only to that particular page.

Source: Hide the Divi Theme Header | Divi Booster