Good tips, code and plugins to make easy wordpress devlopment a dream (and feel like wordpress magic)
.htaccess
Add www
Sometimes when editing local hostfiles it is necessary to redirect example.com to www.example.com
RewriteCond %{HTTP_HOST} ^example.com RewriteRule (.*) http://www.example.com/$1 [R=301,L]
.htaccess genarator
Page that helps you generate your htacces file link
Code
Contact USER / GUEST
Create shortcode to enclose either user or guest content link
Core
Customizer
Create custom customizable options link
Plugins
Hide menu items
Nav Menu Roles adds the option of selecting logged in/ out or roles for acces
If Menu adds the option of conditional logic to placing a menu item
Menu Item Visibility Control was mentioned with ability to use logic code ‘is_user_logged_in()’ less ui friendly but more flexible
Hide pages and posts
WordPress Access Control gives the option of setting acces to posts or pages by logged in/ out or roles
– not recently maintained (bugs), but if it works on your setup it is great
Syntax Highlighter
Crayon Syntax Highlighter make working in text mode more plesant when creating a post or page
Gewaardeerde plugins:
Advanced Custom Fields
UpdraftPlus Backup/Restore
Duplicate – dupliceer posts
Easy Forms for MailChimp by YIKES
Intuitive Custom Post Order
Simple 301 Redirects
Simply Show Hooks
sticky-menu-or-anything-on-scroll
TablePress – TablePress Extension: Responsive Tables
Two Factor Auth – twee staps verificatie met email
WordPress Access Control
Woocommerce Poor Guys Swiss Knife
yith-custom-login
Download Monitor
File away
Fatal Safe
Beautiful taxonomy filters
WooCommerce Print Invoice & Delivery Note
edit-author-slug
custom user profile photo
Scripts
Edit database
When you want to move wordpress (change domain) you need to edit the database values. This can be a hassle when changing serialized arrays in tables. A brilliant script handles exactly that end gives the possibility for a dry run to see what will change before you actually do it. interconnectit.
Sortable Columns – link
Gravity password reset – password reset
Gravity stock – manage stock
WP-Admin – remove sh*t
WordPress Management
Infinitewp lets you control a number of wordpress installations from one user interface. The script is standalone and is as easy yo set op as wordpress itself. It lets you do core, plugin or theme upgrades per site or everything at once. On top it lets you create backups so it is easy to roll back if necessary. infinitewp.
Leave a Reply