Skip to content

Instantly share code, notes, and snippets.

@jasperf
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jasperf/32e7dc14063dffcac5ac to your computer and use it in GitHub Desktop.
Save jasperf/32e7dc14063dffcac5ac to your computer and use it in GitHub Desktop.
Useful WordPress Plugins, code generators, WordPress snippets and other WordPress resources that will make your life as a WordPress developer so much easier. #wordpress #plugins

WordPress Plugin Must Installs

* [Admin Post Navigation] (https://wordpress.org/plugins/admin-post-navigation/) Good plugin to go from one post to the other to edit data without the need for going back to listing * [WP Super Cache] (https://wordpress.org/plugins/wp-super-cache/) Good Caching Plugin that is not too hard to configure * [Wordfence Security] (https://wordpress.org/plugins/wordfence/) Good plugin to block brute force password attacks and to regularly scan installation for hacked files. * [BackupBuddy](http://ithemes.com/purchase/backupbuddy/) Great plugin to backup files and database and store it locally or on DropBox or another server * [WordPress Multilingual Plugin WPML](http://wpml.org) Great plugin for sites that are run in different languages and or on different domains per language * [Yoast's WordPress SEO] ( https://wordpress.org/plugins/wordpress-seo/) Good Plugin for adding meta titles and descriptions WordFence - Security and hack checks. One of the best WordPress search Engine Optimization Plugins out there. * [ Revive Old Posts](https://wordpress.org/plugins/tweet-old-post/) - Plugin to share about your old posts to get more hits for them and keep them alive. * [Automatic Post Scheduler] (https://wordpress.org/plugins/automatic-post-scheduler/) Schedule Posts to be published on certain times and dates * [Hotfix](https://wordpress.org/plugins/hotfix/) Automically apply hot fixes for WordPress * [Responsive Video Embeds](https://wordpress.org/plugins/responsive-video-embeds/ ) Make YouTube, Vimeo and so on videos responsive on your WordPress site. * [Ultimate Maintenance Mode](https://wordpress.org/plugins/ultimate-maintenance-mode/ ) great plugin to show a friendly under maintenance screen with great images and options to subscribe. Logged on users can see all so you can work on updates * [Google Captcha Plugin](https://wordpress.org/plugins/google-captcha/) - Adds Google captcha to your login form, comment forms, contact forms and so on. It uses the official Google captcha and works well * [Adminer](https://wordpress.org/plugins/adminer/) Great plugin to have basic PHPMyadmin in the WordPress Dashboard to run MySQL queries and administer the databae without the need to open a MySQL client, PHPMyAdmin via Cpanel or Plesk * * [Advanced Custom Fields](http://www.advancedcustomfields.com/ ) Great plugin to create custom fields from the Dashboard with doing any coding and the option to export the code as Json or PHP.

###WordPress Code Generator Site where custom post types, taxonomies, sidebars, menus and much much more can be generated http://generatewp.com/generator/

WordPress Plugin Code Generator

Site where you can generate the basics to get your plugin up and running. Useful for quickly adding Custom Post Types as a plugin. http://wppb.me/ ###WordPress CMB2 Metaboxes Generator Awesome page where you can create custom post types based upon the CMB2 code. There is a plugin too, but I prefer to generate the code and add it to the theme instead. http://hasinhayder.github.io/cmb2-metabox-generator/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment