Do not use wp-load
When doing ajax calls within your custom plugins to custom server files, and in need of using WordPress functions, one might be attempted to call wp-load on the system. This is really bad practice as it loads the whole framework again. Try this The bold parts need to matchup add_action( ‘wp_ajax_myaf‘, ‘myaf‘ ); and is ...
WordPress migration page not found
After migrating a website to a local host for example, and you find that only thing that works is the home page, any subpages give you a not found message. Something that might occur with any site. We compiled some steps for you to fix that situation: 1. Permalinks update In WordPress goto the settings/permalinks ...
MAMP and SSL
Settings up a local web host/server on a iMAc is not that hard nowadays, Apple even ships with a built in server, if you want. Those of you that installed MAMP but opted out of MAMP Pro, may find them self in need of a SSL setup for local development. Or just because we can. ...
No post found