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

How to remove sub menu page in WP admin which uses admin.php and a query string

How do I remove a sub-menu with link http://vagrant.local/wp/wp-admin/admin.php?page=home_settings_page ? I tried remove_submenu_page( 'admin.php', 'yrc_home_settings_page' ); but that didn't work. Edit function…
Subrata Sarkar
  • 2,975
  • 6
  • 45
  • 85
0
votes
1 answer

How to customise the view for post list in wp-admin

Change the view of default post list for custom post type in wp-admin
0
votes
0 answers

Removing .php extension in .htaccess in conjunction with WordPress

I have a static website running in conjunction with wordpress in the same directory. It all works fine. For the static pages that don't use wordpress I can remove the .php file extensions by adding these rules to the .htaccess file: RewriteCond…
k-Dushi
  • 23
  • 6
0
votes
2 answers

Result of WordPress AJAX Call Manifesting in wp-admin folder

I have a form in which users can select files and create a zip archive of the selected. Everything is working as expected except for the fact that the zip file is created in the wp-admin folder. Instead, I would like for it to be housed in a temp…
Michelle M.
  • 515
  • 1
  • 7
  • 20
0
votes
1 answer

How am I still seeing failed login attempts when denying all access to wp-admin?

I have limited access to my wordpress login page by adding the following .htaccess file to the wp-admin directory: ## due to brute force attacks, limiting access to specific ips order deny,allow deny from all allow from 24.xxx.xxx.xxx…
codacopia
  • 2,369
  • 9
  • 39
  • 58
0
votes
1 answer

Can initial focus be set to search field in WordPress Media Library?

I was just wondering if it's possible somehow (via an addon maybe?) to set the initial focus when the WordPress media library pops up to be the search field? I have a lot of posts where I need to select images very fast and need to type in the names…
Mark Bowen
  • 164
  • 8
0
votes
1 answer

WordPress Dynamic Content

Greetings to developers community. I'm new(beginner) on wordpress developing. I wanted to challenge myself and try to build a wordpress theme from an existing Static Website, (HTML to WordPress). I've come across a problem or better to say I'm not…
0
votes
1 answer

Sorry, you are not allowed to access this page showing when try to go wp-admin on my loacalhost. How to solve this?

Last day everything was. But today when i am going to login to my dashboard. it's showing the above message.
0
votes
2 answers

can't access wp-admin giving me a white page

I connected cloudflare to my WordPress and enabled HTTPS flexible. made 2 page rules https://www.example.com/wp-login.php* https://www.example.com/wp-admin/* leaving SSL as flexible but disabling cache and security level I did install two…
Hady Rashwan
  • 356
  • 1
  • 6
  • 21
0
votes
0 answers

Wordpress Admin side Filter and Sorting are not working properly

Wordpress Admin side Filter and Sorting are not working properly at edit.php page(Post List Page). I have a large amount of posts (More than 1 lakes). It's Core Functionality of Wordpress. How can I solve this? I tried a lot. Please Provide me…
Dharmesh Patel
  • 131
  • 1
  • 5
0
votes
1 answer

Show infinite custom posts in wp admin

I need to see all custom posts on the admin list, rather than paginating at 20, like usual. Please note, this is only for a custom post type called "gallery".
Jordan Carter
  • 1,276
  • 3
  • 19
  • 43
0
votes
0 answers

Wordpress error by uploading media files: Missing a temporary folder

I know there's a lot of similar topics, but none of them is solving my problem. I just downloaded a website from my computer as localhost to a server. The problem is I don't see any of images which were downloaded on the server with WordPress on my…
ankaankina
  • 11
  • 7
0
votes
1 answer

Disable sticky posts feature in WordPress

I need to create a custom WordPress admin interface for a client. I want to completely disable the sticky post feature from admin area. I found some posts on the internet that suggest to hide the checkbox using css, but I would really like to…
MKay
  • 121
  • 9
0
votes
0 answers

Don't allow users with the editor role to select themselves in the ACF user field

I am currently working on a project that has the ACF user field. However I want to edit the field so that if the user has an editor role, then they cannot select themselves from the user field. However I do want them to have the ability to select…
Mat Teague
  • 147
  • 2
  • 3
  • 11
0
votes
0 answers

unwanted wordpress login page redirect

I think I'm hacked. When I want to login to dashboard, the login page redirects. I discovered it's because of wp-includes directory and I replaced the directory with a clean version and so it didn't redirect. But after some hours or some days it…
srshahi
  • 9
  • 1