How to Hide Bookmarks & Other Badges in the About Page on a WordPress Blog
Widgets on a WordPress site are used to display extras, often in a footer or sidebar. Typical widgets include RSS feeds, links or bookmarks, or social media badges. If you have specific badges you want to hide on a certain page on your WordPress site, you'll need to use the Widget Logic plug-in to hide the widget on the specific page.
Instructions
-
-
1
Sign in to your dashboard and click "Add New" under "Plugins." Type "Widget Logic" into the search box, then click "Install" when the plug-in appears. Click "Activate."
-
2
Click on "Widgets" under the "Appearance" header. Click on the sidebar containing the widgets you want to remove from the "About" page.
-
-
3
Click on the specific widget to expand it and open its options panel. You'll see the "Widget Logic" field at the bottom.
-
4
Type the following code into the "Widget Logic" box to hide the widget on the "About" page:
is_page('about')
-
5
Repeat the process for each widget you want to hide.
-
6
Click on "Save." Visit your "About" page. The widget you hid will no longer be visible.
-
1