add_action('admin_init', 'firmasite_remove_dashboard'); function firmasite_remove_dashboard() { if (!current_user_can('edit_posts') && !defined('DOING_AJAX') ) { wp_redirect(site_url()); exit; } }How to prevent subscribers to reach admin area
Details about toolbar: http://codex.wordpress.org/Toolbar
add_action('init', 'firmasite_remove_admin_bar'); function firmasite_remove_admin_bar() { if (!current_user_can('edit_posts') && !is_admin()) { show_admin_bar(false); } }How to remove WordPress Toolbar for Subscriber
FirmaSite 1.3.1.1 Released
What is changed?
- Added extra option for ShowCase. Now you can use Full Width ShowCases! Check live demo
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version
It will show as update in your panel after approve from WordPress.Org Theme Reviewers
FirmaSite 1.3.0 Released
What is changed?
- Beautified BuddyPress’ activity component display.
- Beautified comment form, bbPress topic form & reply form
- Beautified BuddyPress registration form
- Added extra option for header fonts. Now you can use different font for headers if you want
- Added extra option for footer menu style. Now you can use different menu style in footer menu
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version
It will show as update in your panel after approve from WordPress.Org Theme Reviewers
FirmaSite 1.2.9 Released
What is changed?
- Added Dutch translation! Thanks to Monique !
- Beautified bbPress search results a bit more
- Updated Bootswatch theme styles
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version
FirmaSite Members Menu plugin released
FirmaSite Options plugin released
FirmaSite 1.2.8 Released
What is changed?
- Added cdn support! Its closed as default and requires FirmaSite Theme Enhancer plugin. When you activate it with
define('FIRMASITE_CDN', true);
from your child-theme;
- Your bootstrap styles will serve from Bootstrapcdn
- Your font awesome icons will serve from Bootstrapcdn
- Your jQuery will serve from Google Cdn
- Your jQuery migration script will serve from code.jquery.com
- Beautified bbPress search results
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version
FirmaSite 1.2.7 Released
What is changed?
- Beautified bbPress profile edit forms
- Beautified archive pages. Added header title to all archives, desciption to term, author-bio to author archives.
- Merged author archive to BuddyPress profiles when BuddyPress active. (Example)
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version
FirmaSite 1.2.6 Released
What is changed?
- Added French translation! Thanks to Kaliceos!
- Added excerpt usage as post slogan to single post displays. You can acivate excerpt usage from Screen Options. (Example usage)
If you want to hide this feature, use this custom css:h1.page-header small { display:none; }
- Beautified BuddyPress profile edit forms.(Details)
- Bugfix & improvements for small things
You can find all changed files and strings here: Diff with previous version