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
2
votes
1 answer

WordPress admin pages redirecting to homepage

i have an issue with WordPress. The site working pretty normal but on the admin panel, various pages like edit post, installed plugins, add new plugin, add new page, settings redirects me to homepage. I'm googling like crazy for 3 days but i just…
2
votes
1 answer

WordPress 4.7.2 update on multisite causes wp-admin redirect loop

I have a website running multisite using a subdirectory setup. I have just tried updating my site to 4.7.2 and the update goes through and no errors happen during the installation, but then after the install is finished I am redirected to…
2
votes
3 answers

wp-admin can't access after moving

I have moved my Wordpress site to another domain and a different server. I have just edited the wp_config.php file and database connection information have been changed. The table_prefix remains the same because I am using the same table. I have…
1
vote
1 answer

wp-admin-canonical URL sets incorrectly in wp-admin for Wordpress

I have one WordPress Blog, which is hosted on Wp-Engine. The URL to the site is www.example.com/blogs. Now When I access the admin side, it removes the blog part, and the admin screen is loaded with www.example.com/wp-admin. Now if I click on any…
Happy Coder
  • 4,255
  • 13
  • 75
  • 152
1
vote
0 answers

Removing a featured image filter from a third party plugin

The following is output by a third party plugin, to modify the features image on posts. function my_update_featured_image( $html, $post_id, $attachment_id ) { return customgeneratedimg( $html, 'post_thumbnail_html', $attachment_id…
1
vote
1 answer

/wp-admin/ is redirected to homepage

A friend of mine asked me to help him with his website. When he goes to /wp-admin/ he doesn't see the login screen but returns to the homepage. I've disabled the plugins one by one dut that didn't help. Also the menu items to the other pages aren't…
John
  • 11
  • 3
1
vote
0 answers

Email notification of Wordpress issue (DIVI) after changing wp-admin background login to not standard

I get email notifications of website issue caused after changing wp-admin standard background login to different one. I used Cerber plugin to configure that change. It recognized issue by Divi (but it's not). How to turf off this notification or add…
1
vote
1 answer

How to connect a Wordpress site to an existing Wordpress site domain with an extension using Docker and NginX? And correctly redirect wp-admin

I have an existing WordPress site running in a docker container, I have directed the traffic using a proxy pass in NginX (docker) to the particular port. location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header…
Dhaneja
  • 27
  • 8
1
vote
2 answers

How to make the wp-admin access from a different subdomain?

------- Technologies I'm using --------- Debian 10 Nginx server PHP8.0 --------- The scenario ------------ I have exmaple.com which has an HTML static website and I have a subdomain, blog.example.com I installed WP on it and it's working fine but…
1
vote
1 answer

How to hide specific Main Cagtegory and all associated child categories in Wordpress Admin (Backend)

Im using the following function to hide specific categories from a certain user role in the wp backend edit post / product page. The category ID 330 has multiple child categories. Any idea how to hide the main category (330) and all child categories…
evavienna
  • 1,059
  • 11
  • 29
1
vote
0 answers

Weird code in .htaccess and cannot log in to wp-admin just keeps on redirecting

I can't sign in to the WordPress admin dashboard it just keeps redirecting back to the login page. I notice the .htaccess has a weird code in it, Order allow,deny Deny from all
1
vote
1 answer

How do I check or count post "draft" status and display bubble next to the menu in wordpress

So thanks to rudrastyh I was able to get the main part of the code that will enable the notification bubbles but don't have any way yet of checking and counting the Testimonials in draft status only (and displaying count in the bubble) I am very…
ShrockCo
  • 357
  • 1
  • 13
1
vote
0 answers

I want to use react route function, but can't I classify it by parameter?

I can not speak English very well Thank you for your understanding The cause is a problem that occurred while trying to use react in the WordPress admin menu.
Hakje Lee
  • 33
  • 3
1
vote
0 answers

WordPress - Maintaining two /wp-admin/ sites on one server

I am trying to setup two WordPress-sites on the same server. One is for live usage, the other is for development. Both should have completely independent Databases, so I can try some long-term upgrades on the dev site. I want to be able to login…
Loxbie
  • 36
  • 7
1
vote
1 answer

Showing custom taxonomy in the "edit post" admin page

I created a custom taxonomy using the following code. Everything works almost perfectly, this one is created. It is available in the admin side menu, as well as in the quick edition on the article listing page. However, I don't have it in the "edit…
1
2
3
13 14