WordPress – what plugins should developers use
WordPress is an excellent CMS engine and has lots of plugins that extend the range and functionality of the application.
As a developer, what plugins are most useful to developers. Any list is open to debate and new tools are allows coming online. In the most part this list is made up of free tools.
Coming Soon Page & Maintenance Mode
this is a very handy plugin to let people know your site is under construction or redevelopment.
Query Monitor
Accessible from the admin menubar, this tool enables you to see what is happening under the hood. This has saved me hours of debugging.
Error Log Monitor
This has been brilliant for helping find out what is happening with my PHP code and database calls.
Email Log
The free version doesn’t show a lot of information, but it does confirm if emails from your application are getting sent or not.
Advanced Custom Fields ( & Pro)
Unless you want to really get into the code, ACF is a fantastic tool to allow you to create posts with unique data that can be presented in the front end.
The Pro version really builds on the free version. But the free version is fantastic.
Custom Post Types
Another great tool to allow developers to very quickly modify the basic post type and give you a easy means to categorise groups of data.
There are heaps and heaps of tools, but this simple set of plugins will get you a long way to developing a custom type or application.
My custom Functions
This excellent plugin allows you to add php routines to your theme without having to modify the “functions.php” file.
One added benefit of this plugin is the fact that if you have PHP syntax errors in your code, you will not kill your theme as happens when you make mistakes in the functions.php file.
Adwords (1)
Branding (13)
- Branding 101
- Why we don’t offer standard prices
- Graphic Design Brisbane
- How much should we spend on corporate rebrand
- How to choose a domain name
- Review of latest free web safe Google fonts
- Logo Design
- Logo Design Brisbane
- Is Company Branding Important to Logo Design?
- Questions to consider before building your website.
- Redesigning logos the right way
- Small business branding or Product branding ?
- Why redesign a website
CMS (3)
CSS (6)
Graphic Design (6)
Javascript (1)
PHP (3)
SEO (5)
tech support (5)
Web Design (10)
- Difference between fluid, reponsive & adaptive design
- Why we don’t offer standard prices
- Example of working print.css file
- Graphic design is more than just logos
- Why pay to maintain my website
- Questions to consider before building your website.
- Sample reset css file for web project
- WordPress – 5 reasons why you should use it
- Why redesign a website
- WordPress – Why not to use it.
Web Development (10)
- How risky are WordPress plugins
- Displaying dates using PHP
- jquery conflicts – how to avoid
- Modify the admin menu bar in WordPress
- Why pay to maintain my website
- Questions to consider before building your website.
- Recent updates to Google search results explained
- Sample reset css file for web project
- Why upgrade WordPress if it’s working
- Use Transient to speed up WordPress
Wordpress (17)
- How risky are WordPress plugins
- Bootstrap & Less – compile online
- How important is https for my website
- Create content that will be read
- Modify the admin menu bar in WordPress
- Why upgrade WordPress if it’s working
- Use Transient to speed up WordPress
- WordPress – 5 reasons why you should use it
- WordPress – adding Google Fonts
- WordPress – CF7 – select fields – CPT
- WordPress – what plugins should developers use
- WordPress – Tinymce extra plugins
- WordPress – Why not to use it.
- WordPress working with ACF Pro
- WordPress – working with cookies – Javascript
- WordPress – working with cookies – PHP
- Displaying categories in sidebar using javascript, jquery & php