Editing Listings in a Business Directory

Anyone who’s editing data would indeed need a WP login, with username and password. Otherwise you’re risking just anyone coming along and editing the information. One approach would be to create a custom role that can edit only their own listing – by this I mean, they can only edit the particular “listing” CPT that … Read more

Problems with WordPress multisite directories/url structures and admin access after migration

I don’t know how the migration was executed, but here are some things that have caught me out in the past. Files: Check the .htaccess and wp-config.php files. htaccess for a multisite should look something like this: RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ … Read more