Questions tagged [wp-admin]

The WordPress admin area is the administration center of a WordPress powered website.

An administrator has full access to all the sections within the WordPress Admin Area. Users with other roles such as editor, contributor, or author have limited access to the admin area.

Some users such as users with the subscriber role only have access to their profile page inside the admin area.

More Information:

  1. WP Admin documentation
  2. WP Admin Plugin
  3. WP Admin One page explanation
196 questions
1
vote
2 answers

Wordpress Admin pages are not loading

I'm a complete newbie on WordPress development. I recently developed a WordPress website on my local machine and hosted to a live server. The website works totally fine, but ever since I hosted, the admin panel is not loading up beyond the progress…
ijaz ali
  • 49
  • 4
1
vote
1 answer

wp-admin redirects to another page after automatic wordpress upgrade

Whenever I try to log into my wordpress site using mysite.com/wp-admin it redirects me to mysite.com/auto-login and giving a 404 error. It is happening with mysite.com/wp-login.php page as well. After go through my email i came to know that…
user3663862
  • 11
  • 1
  • 3
0
votes
0 answers

Login without password for Wordpress 6.3

I have snippet below to login on wp-login page without password. I only need to know user login and I don’t need to input anything in password field. This sippet worked fine up to 6.2.2 WP version, but on 6.3 it doesn’t work. It wants password. How…
0
votes
0 answers

Problem with Wordpress multisite subsites admin panel css and js url

I have a WP multisite setup which has the some plugins installed. Im having some issues inside the admin panels of the subsites. For the Network and the main sub-site (i.e. /, the root URL), it works as expected. But on any non-root URL sub-site…
Marco Laso
  • 1
  • 1
  • 4
0
votes
1 answer

Edit pages in Elementor from WP Admin Bar

I need a way of quickly getting to edit in elementor from Wordpress admin without having to return to the pages page. There are probably plugins but I need a quick solutions made in wordpress that I can implement without having to install a bulky…
0
votes
0 answers

I want to Redirect everyone accessing my WP Admin to my Homepage

I am trying to redirect all ip addresses to my Homepage except mine I have tried to add this line of code to my .htaccess of my root folder. RewriteEngine On RewriteBase / RewriteCond %{REMOTE_ADDR}…
Shawn
  • 1
0
votes
1 answer

Can't find where to add GTM body script - pixelyoursite

I'm trying to setup GTM for my wordpress website and I'm using pixelyoursite as my plugin for tracking. The problem is, the GTM scripts that I have are for head and body while the pixelyoursite only indicates head and footer. Where can I insert the…
0
votes
0 answers

WP home page redirect to wp-login

I try to go to the site(https://worldcalling4me.com/) but it redirects me to wp-login(https://worldcalling4me.com/login.php). I find that it gives me 302 for the site (https://worldcalling4me.com/). I try everything like cache clear,.htaccess…
0
votes
0 answers

How am i getting comments on my Wordpress Website, when there is no comment box on the pages

so this is one page in question - https://www.plasticcreditexchange.com/un-plastic-pollution-treaty/ I can see this and other comments on 'Comments' in wpadmin left side menu - but on the website itself i cannot see - how and from where these…
KP118899
  • 1
  • 1
0
votes
0 answers

Fix currency symbol in woocommerce admin main page

I have 6.1.1 WordPress and 7.4.1 Woocommerce local installation for testing. I have an order in russian ruble currency. But on woocommerce admin main page that order is shown in $ currency. Order list on woocommerce admin main page is inside html…
0
votes
0 answers

Custom posts filters in podcasts post type in wp-admin problems

I am struggling with this peace of code. Which should show custom filters in my Podcasts custom type in wp-admin view. First part works fine. The filters is being shown and populate with values (assigned programs to podcasts). What doesn't work is…
Mastafu
  • 33
  • 7
0
votes
2 answers

How to handle HTTP ERROR 500 on WordPress

I recently added a plugin to my WordPress site to reset the site. The plugin is 'WP Reset'. The plugin was working just fine, until I used it to reset the site. Right after clicking reset this appeared: I've done some research and watched some…
0
votes
0 answers

Wordpress - edit post bug

I can not edit a post in Wordpress (Backend). I get this error : I have disabled script concatenation to the wp-config.php file to see if that helps but the error still persists. How can I solve this bug ? Could you help me please ?
SMS
  • 135
  • 7
0
votes
0 answers

Ajax request on site in wp-admin directory on wordpress server returns 400 Bad request

Well Thank you in advance for taking the time to read through my question. The situation is as follows: I have a Wrodpress server with a singular site in the wp-admin/sites/contactform/index.php From that site I want to make an Ajax call however I…
Ilian
  • 3
  • 1
0
votes
0 answers

addClass doesn't work, removeClass does - modifying WP admin divs

Need to style WP admin - by at least adding a class to specific id, or other divs/elements. I actually don't need to remove class - just need to add a class, but using remove to test the script. The script loads fine, and obviously works because…
alex
  • 1
  • 2