brockh2446
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dependant LinksI would also maybe post this in the Plugins and Hacks forum they may be able to get you a quicker response.
Forum: Fixing WordPress
In reply to: Dependant LinksBah, ignore what I first said, I read your initial post wrong, sorry about that. That function you provided does seem to point us in the right direction. I’ll need some time to look at this a little further, but hopefully someone else might chime in before I get back to you.
I would maybe create a subdomain. IE if the url being redirected is https://www.foobar.com then create a new subdomain called dev.foobar.com and associate it with your development server.
Forum: Fixing WordPress
In reply to: Dependant LinksYou’ll need to change the my account menu item to Log In first, and then make the “Log In” button respond to this function upon clicking it. Most likely this function will need to hide inside of your theme’s Function.php.
When users create their account, are they creating a wordpress account or some other account for your site?
Forum: Fixing WordPress
In reply to: WP not working after migration. Weired white screen that says "Hi"Just double checking you exported all of the database entries and imported them into your “offline” site’s database?
I would maybe reset your configuration file by renaming the wp-config.php to wp-config.php.old and reconfiguring the site.
Just bear in mind if you reset the wp-config you’ll need the following information to re-connect it;
1.Database name
2.Database username
3.Database password
4.Database host
5.Table prefix (if you want to run more than one WordPress in a single database)Forum: Fixing WordPress
In reply to: Redirection to homepage after loginHey Laptopsticker,
Just curious did you plop this function in your active theme’s function.php or the functions.php underneath the wp-includes folder?
If you did the latter, you need to move the block of code to your active theme’s function.php then it should work.
Forum: Fixing WordPress
In reply to: Redirection to homepage after loginHey Laptopsticker, I am testing this functions solution on my wordpress build right now, I believe possibly there may have been an error implementing it, or the function needs to be updated since wordpress has undergone some changes over the last four years. I’ll get back to you soon.