WordPress – the content management system or actually a simple but powerful content management system which powers approximately 20% of the websites over the web. But do you know that WordPress offers
Tag: WordPress Page 1 of 62

Remove or Hide Admin Menu Links for Certain or Specific Users or Roles
The following snippet will let you remove as well as hide admin menu links for certain users or role.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
if (current_user_can('hide_jobs')) { add_action( 'admin_menu', 'my_remove_menu_jobs' ); function my_remove_menu_jobs() { remove_menu_page('edit.php?post_type=job'); remove_menu_page('edit.php?post_type=solution'); remove_meta_box('dashboard_right_now', 'dashboard', 'normal'); // right now } } |
Source: Snipplr
Get all media attached to a post
The following snippet will allow you to get all

Here in this article, we have showcase the best WordPress forum plugins.
Talki Embeddable Forums
The plugin adds a Forums page to your blog and allow your members to start their own conversations and topics on your site.

Here in this article, we have showcase the excellent WordPress job board plugins.
CATS JobSite
The plugin adds a careers page where visitors can view and apply to your jobs. It connects to the CATS Applicant

Here in this article, we have showcased the WordPress adsense plugins collection.
Google Adsense Ads Manager
The plugin is the simplest Google Adsense configuration WordPress Plugin. Get maximum Google Adsense revenue by

Known as a style sheet language, Cascading Style Sheets (CSS) is used for describing the presentation semantics of a document written in a markup language. It is the most common application one
WordPress Comment Plugins Collection
By The Editorial Team
On November 28, 2020
In Plugins
Here in this article, we have showcased the WordPress comment plugins collection.
NS Widget Recent Comments
This is a widget that let you show the latest comments from your WordPress Blog in a Sidebar area with comments Read More