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

Javascript Error Wordpress Admin : Uncaught TypeError: a.widget is not a function

I installed a fresh Wordpress 4.9.8 on your System using the commandline tool: WP-CLI. Everything seams to work fine in the frontend. But in the backend I get the following error on the Dashboard: Uncaught TypeError: a.widget is not a function When…
thacorum
  • 13
  • 3
1
vote
1 answer

Wordpress WP Admin showing 404 error while other pages working fine

My blog is working fine and all pages are loaded properly. The only issue is with wp-admin page. It is showing 404 error. Tried checking the permission but that did not worked.
mukund002
  • 123
  • 1
  • 2
  • 15
1
vote
2 answers

How can I link a custom post type from the admin submenu in wordpress?

I created a custom post type and I hide it using register_post_type() and a menu page using add_menu_page() and add_submenu_page() the link for the custom post type is page=edit.php?post_type=survey and for the menu page is…
Marcogomesr
  • 2,614
  • 3
  • 30
  • 41
1
vote
0 answers

How does a "POST / HTTP/1.1" request referred from wp-admin succeed when I don't have Wordpress installed?

I was checking the access logs for my site and found several of the following requests (site name, IP addresses, and other general info removed for clarity): IP - - [Date/time] "POST / HTTP/1.0" 200 1815 "http://SITENAME.com//wp-admin/" "Browser" IP…
1
vote
1 answer

How to rename "Author" label in the WP-admin UI

Check the screenshot below; all I want to do is to rename the "Author" for all users who get access to the backend. And it would be better if it's a global change.
1
vote
1 answer

Can not log in to the dashboard on Wordpress

I have been unable to login to the admin page of a developed wordpress site. Im presented with a 504 gateway error. I can get to the admin log in page, after entering the correct details it gives me timeout. I now can not log in to edit the page.…
1
vote
2 answers

Wordpress - Change Admin / Login URL

first of all - sorry for my bad english. Im trying to change the Backend-URL from /wp-admin/ to /admin/ as example. im using define('WP_ADMIN_DIR', "admin"); define( 'ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR); add_filter('site_url', …
1
vote
2 answers

Wp_admin shows blank after udating wp_debug in wp_config

// Enable Debugging define('WP_DEBUG', true); // Tell WordPress to log everything to /wp-content/debug.log define('WP_DEBUG_LOG', true); // Turn off the display of error messages on your site define('WP_DEBUG_DISPLAY', false); // For good…
1
vote
2 answers

Uncaught ReferenceError: wp is not defined in wordpress

i have edit or add new page on wordpress ken theme with WPBakery Visual Composer but it not load properly its give error on console Uncaught ReferenceError: wp is not defined at mk_upload_option (admin-scripts.js:2) image for better…
Bhargav Chudasama
  • 6,928
  • 5
  • 21
  • 39
1
vote
1 answer

I want to use wpadmin in django but having an issue

Hello everyone I want to integrate wpadmin by barszczmm into my django project but in his documentation he has written Add django.core.context_processors.request to TEMPLATE_CONTEXT_PROCESSORS setting. Icannot exactly understand what this means . I…
1
vote
1 answer

How can I move admin menu top-level items to submenu

I'm using the code at https://markwilkinson.me/2014/11/altering-wordpress-admin-menus/ to change plugin-created top-level admin-menu items to submenu items of a 'misc' top-level item. It works fine on those items which don't have their own submenu,…
gulliver
  • 127
  • 6
1
vote
2 answers

Change ship to in WooCommerce order list

Is it possible to change the "Ship to" column from the WooCommerce order list? I'd like to change this column to show the billing address instead (because I don't use shipping addresses). I could change the store a shipping address (based on the…
Liam McArthur
  • 1,033
  • 3
  • 18
  • 42
1
vote
0 answers

MAMP - Accessing wp-admin page

I am learning WordPress and I have had a terrible time getting back into localhost:8888/wp-admin/. It worked fine when I first built the site, but I was unable to access the wp-admin log in screen after I turned my laptop back on. The login screen…
Kris Smith
  • 11
  • 3
1
vote
0 answers

WordPress admin: How do I move a submenu from one parent to another?

Is there a way to move a sub-menu item from one parent to another? I need to do it without any plugin. I have following menu hierarchy in admin at the moment Weather Alerts - Weather Alerts - Add New Weather Settings - Weather Settings …
Subrata Sarkar
  • 2,975
  • 6
  • 45
  • 85
1
vote
1 answer

HTTP 500 Error but does store data to database - Wordpress new-post.php, post.php, edit-post.php not working after updating data structure and plugins

The wordpress function "get_default_post_to_edit" inside the "post.php" file located at "wp-admin/includes/" is not working correctly. When I am loading the page: wp-admin/post-new.php?post_type=product :I get an HTTP 500 error, but it does store a…
K. Tromp
  • 350
  • 1
  • 13