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
2 answers

I cannot enter the Wordpress login page (404)

on my website www.dubaitaxation.ae i cannot access the WordPress login page which is www.dubaitaxation.ae/wp-admin or wp-login. It redirects to /wordpress/wp-admin and shows an Error 404 Not Found. Can anyone please get me out of this? PS. I am a…
0
votes
0 answers

PHP: Error using include_once function. Failed opening 'mysiteURL' for inclusion

I have never used PHP and need it just to build my WordPress site with an installed theme. Every time when I open any pages under my wp-admin, I'm getting a warning: Warning: include_once(): Failed opening …
gene
  • 2,098
  • 7
  • 40
  • 98
0
votes
1 answer

WordPress functions.php - Admin html injection and submitting forms

I created a new navigation item on the left for my WP Admin: add_action( 'admin_menu', 'addManagementMenuItem' ); function addManagementMenuItem(){ add_menu_page('Issue Management', 'Issue Management', 'manage_options', 'issue_management_slug',…
0
votes
1 answer

/wp-admin/ & /wp-login.php redirect loop

I installed a plugin called Hide My WP to change the site structure, but given that I was using a custom theme, it broke some of the features. So I manually deleted the plugin from the plugins folder, but since then I haven't been able to access…
Bryan
  • 1
0
votes
2 answers

Creating a shortcode from a backend page

I am trying to create a shortcode from a page that currently resides in the back end. The page has several acf fields as part of a form that creates a request. I would now like to have the same page on the front end. I have tried following the…
R1ddler
  • 47
  • 10
0
votes
1 answer

Wordpress Questions - Access from api

As shown in the photo below i have got post as well as questions in my wordpress site. I am able to access the posts/an individual post via this api - http://webaddress.com/wp-json/wp/v2/posts or http://webaddress.com/wp-json/wp/v2/posts/15402…
rnjai
  • 1,065
  • 2
  • 17
  • 32
0
votes
1 answer

wordpress admin redirect loop

I've got a copy of our wordpress instance running inside a Docker container. Our live instance works well but inside the docker container, I do get a redirect-loop as soon as I try to get access to wp-admin. I've disabled all plugins, I've cleared…
PaddaelsM
  • 457
  • 2
  • 14
0
votes
2 answers

wordpress frontend login and wp-admin not working right

i did prevent all user are not admin from wp-admin with this code add_action( 'init', 'blockusers_init' ); function blockusers_init() { if ( is_admin() && ! current_user_can( 'administrator' ) && ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) )…
ahmed_omar
  • 49
  • 7
0
votes
0 answers

wp-admin - spins for a while then blank page

ok - so i created a wordpress site for someone. his hosting company just moved the site without telling anyone. some issues were created by this move. now, a week or 2 later, i realise cant get into wp-admin. it spins on a white screen for a while…
n1ckbowers
  • 35
  • 5
0
votes
0 answers

remove search box from users admin panel in wordpress

i'm trying to remove search box in backend users.php to create my own search filter i used css .user-search-input{display:none;} but the value still running when using my own filter, is there anyway to remove this search box from functions.php
ahmed_omar
  • 49
  • 7
0
votes
1 answer

I am unable to access a WP admin area

When i enter www.example.com/wp-admin/ it redirect me another page of site. I tried every possible way including deactivate all plugin and theme but still got redirecting issue. Please help me . Thanks
nier
  • 1
0
votes
0 answers

Adding html dashboard themes for the wordpress admin area

I want to start a wordpress multi site service, in order to customize the admin panel for customers, Is there any way to install html dashboard themes on wordpress admin area? Thanks in advance for your answer;
0
votes
2 answers

wp-admin redirecting to wp-login

When I try to login to my wordpress admin panel, it again redirects me to the wp-login page with blank page having just "-" in the page. If I open my wp-login page manually then also I get redirect to blank page named wp-login. I have tried many…
compoholic
  • 1
  • 1
  • 2
0
votes
1 answer

WordPress wp-admin in Linux Shared Host is out of reach

These days I am facing a weird problem with my wordpress websites on a linux shared host. I had 6 WordPress websites on my Linux shared host service. As two of them were moved to a new server, I tried to cleanup some mess by deleting some of the…
Majid Nasirinejad
  • 107
  • 1
  • 2
  • 13
0
votes
0 answers

Wp admin page isnt working

i installed wordpress on namecheap host and when i try to log in into my wp-admin page i get this error 324:
abdo
  • 9
  • 1