[ad_1]
Anyone know of a plugin where certain sections of the page are not viewable by anyone but the admin? For example, I have a page that returns previous form entries. The actual form is below . For viewers, I only want the top section. For the admin, I’d like both.
It seems this would be a great feature for WP, but I have yet to find a plugin that accomplishes it. Anyone have an idea?
[ad_2]
Most plugins will just restrict access to that entire admin page. You will probably need some small custom coding.
use a display condition plugin for whatever your page builder is, and set the section / block to be seen by administrator only.
Just use is_admin and is_logged in an if statement that conditionally loads the content.