Knowledge Base & Tutorials

WordPress & Web Development Articles

From beginner fundamentals to advanced architecture, discover step-by-step guides, screencasts, and code snippets.

How to create a page for Users, based on their User Role
Frontend Dashboard Beginner
Sep 28, 2017 11996 views

How to create a page for Users, based on their User Role

Create a new page, Pages | Add New Add fed_user role=user_role] in the content area, the user_role may be a default or custom user role, eg subscriber, editor. Change the Page Attributes | Template | to FED Dashboard Click Publish Now you can have that particular user role page in that created page URL.

Vinoth Kumar Read Tutorial
How to Create Custom User Role in Frontend Dashboard WordPress Plugin
Frontend Dashboard Beginner
Sep 13, 2017 10614 views

How to Create Custom User Role in Frontend Dashboard WordPress Plugin

Navigate to Frontend Dashboard | Frontend Dashboard | User | Add/Delete Custom Role Enter the Role Name and press tab to generate the Role slug automatically. Click Add.

Vinoth Kumar Read Tutorial
How to set Widget  for Frontend Dashboard WordPress plugin
Frontend Dashboard Beginner
Sep 13, 2017 10087 views

How to set Widget for Frontend Dashboard WordPress plugin

Navigate to Appearance | Widgets Add the “Text Widget” to the appropriate location. Add shortcode [fed_login] in to the textarea. Save the settings.

Vinoth Kumar Read Tutorial
How to set Redirect on Login for Frontend Dashboard WordPress plugin
Frontend Dashboard Beginner
Sep 13, 2017 11338 views

How to set Redirect on Login for Frontend Dashboard WordPress plugin

Navigate to Frontend Dashboard | Frontend Dashboard | Login |  Settings Change the Redirect After Logged in URL to your desired page. Change the Redirect After Logged out URL to your desired page. Save the settings.

Vinoth Kumar Read Tutorial
How to create Dashboard for Frontend Dashboard WordPress plugin
Frontend Dashboard Beginner
Sep 13, 2017 45142 views

How to create Dashboard for Frontend Dashboard WordPress plugin

First, we need to create a new page for the custom dashboard. Please go to Admin Dashboard | Pages | Add New Pages Give appropriate title Add shortcode in content area [fed_dashboard] Change Page Attributes Template to FED Dashboard [In Right Column] Publish the page. Navigate to Frontend Dashboard | Frontend Dashboard | Login |  Settings Change the Dashboard Page URL to the newly created custom login page. Save the settings.

Vinoth Kumar Read Tutorial
How to create custom login for Frontend Dashboard WordPress Plugin
Frontend Dashboard Beginner
Sep 13, 2017 17412 views

How to create custom login for Frontend Dashboard WordPress Plugin

This post will help you to create all in one login page, which includes [login, register, forgot password] First, we need to create a new page for custom login. Please go to Admin Dashboard | Pages | Add New Pages Give appropriate title Add shortcode in content area [fed_login] Change Page Attributes Template to FED Login [In Right Column] Publish the page. Navigate to Frontend Dashboard | Frontend Dashboard | Login |  Settings Change the Login Page URL to the newly created custom login page. Save the settings.

Vinoth Kumar Read Tutorial