My website’s wp-admin redirects to another website’s wp-admin after pointing the site url to a subdirectiory

I’m still having trouble following your question. You say you’re familiar with giving WP it’s own directory, but I think you may be confusing installing a second WordPress install in a separate sub-directory with giving WordPress it’s own sub-directory. Possible file structures: Single site: /index.php (and all the rest of wordpress installed at root) Multiple … Read more

Ajax in wordpress [duplicate]

Write below code in functions.php of your active theme <script type=”text/javascript” > jQuery(document).ready(function($) { var data = { ‘action’: ‘get_data’, ‘testparam’:’hello’ //optional to pass any extra param }; $.ajax(ajaxurl, data, function(response) { alert(‘Response: ‘ + response); //Append response in your result wrapper }); }); </script> <?php add_action( ‘wp_ajax_get_data’, ‘get_data_ajax_func’ ); function get_data_ajax_func() { global $wpdb; … Read more

Child Plugin Admin Panel

I’m assuming you’re asking how to remove the first action, which the plugin has created? Removing an action is really easy – all you need to do is call remove_action like this: remove_action(“admin_init”, “backend_plugin_css_scripts_mail_bank”); Then add your replacement action. You need to ensure that you remove the action after it has been added (because otherwise … Read more

Taking over a WordPress site

You are using an old version of WordPress. Because you do not have proper access to the panel, you need to update as follows: Access your FTP and copy the files that are there to your computer as a backup. Download the latest version of WordPress here: https://wordpress.org/ If they are zipped, extract the downloaded … Read more

Recover Same WordPress Admin Password

In general, no. This is not possible. The password is btw, not encrypted only once, but twice with md5. There are some cases where you type the password to the database, and for the short time, it will not be encrypted at all. 🙂 The very first time the admin authenticate itself again, the password … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)