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

WP get_terms() returns error on admin side

This one might be a simple question, but it's driving me nuts :) I'm trying to make an admin settings page on the wp-admin side for which I need to get all the values of a certain category. This is part of my test code: $terms = get_terms( array( …
Tim
  • 861
  • 1
  • 12
  • 27
0
votes
0 answers

I am not able to add media(images) in my WordPress post

I am trying to add an image to my post by clicking on 'Add Media'. The media selection view opens, When I select an image from the list of images, below is the error I get on my chrome console and the image never adds to the post. 1) I tried…
Jeffy Lazar
  • 1,903
  • 13
  • 20
0
votes
0 answers

wordpress https back to http

I made a terrible mistake and i am not sure how to fix it. I have installed Force HTTPS (SSL Redirect & Fix Insecure Content) plugin on Wordpress and pressed activate by hoping it will be a plugin with steps how to make a secure webpage. Instead i…
Dainius
  • 11
  • 3
0
votes
1 answer

WordPress Backend Show Posts with specific number of comments

I created a function which displays posts with specific number of comments. function wpse45436_posts_filter( $query ) { global $post_type, $pagenow; if ($pagenow == 'edit.php' && $post_type == 'post') { if…
0
votes
1 answer

WP Admin bar and header move when scrolling down

I've looked all over and can't find the correct solution. Problem: My WP admin bar and main header is fixed, but when scrolling up the admin bar and main header come down. See picture. When scrolling down the WP admin bar disappears a little bit,…
Wouter
  • 67
  • 10
0
votes
2 answers

Wordpress - Set wp-admin at domain root

Is there a way to set wp-admin at domain-root? usually you got to wp-admin @ domain.com/wp-admin I would like to have wp-admin at domain.com Is this doable and is it done with Htaccess or what is needed?
roseri
  • 11
0
votes
0 answers

/wp-admin/admin.php? give 404 error

I have a problem when I try to access the menu added by plugins in the wordpress Left sidebar. For example when I click on WP Socializer it call this url : http://example.com/wp-admin/admin.php?page=wp_socializer&tab=buttons and return 404 error…
user17092013
  • 11
  • 1
  • 9
0
votes
0 answers

Wordpress site not accessible for external users

My WordPress site is not accessible for external users. The only page there is should be published. It's not set to private or anything else. I checked every setting I can think of. I'm working most of the time in Google Chrome, therefore, my…
0
votes
0 answers

jQuery problems in Wordpress Admin panel

Today I wanted to push my website online since it was all completely done and all running 100% smooth. I pushed it from my local dev server to a dev branch on my live website (example: dev.domain.com), to see if the transfer would all go OK. It all…
0
votes
1 answer

how can i use wp-ajax in wp-admin root protected for public users?

i have locked my wp-admin root folder by my host by in my theme like this page i use wp ajax and because my wp-admin is locked this form not work what should had i to do for this problem? when user submit the form get this alert of…
mbghi
  • 23
  • 1
  • 9
0
votes
0 answers

A WP-ADMIN directory appeard on my public_html

Today, a strange folder appeard in my public_html directory.It's named wp-admin and has a file in it named n184976 with a lot of lines of code. Since this, the title of the website changed,so when i search on google my website it will appear,but the…
Mitca Vicentiu
  • 196
  • 1
  • 14
0
votes
2 answers

How to access Wordpress wp-admin dashboad after domain is expired?

I had a domain name called: http://p2pproductions.in Which expired a few months back since we are moving to a new site. I have downloaded the Site files and Database scripts. I wanted to log in to the existing WP dashboard but since the domain is…
Anurag
  • 1,018
  • 1
  • 14
  • 36
0
votes
0 answers

Wordpress dashboard are not visible after hosting on webhost (database issue)

My WordPress site was successfully running on localhost, then I moved it to the web-hosting platform, and configured the required minor changes and the site started working. But the problem occurred when i tried to login to the wp-admin. After I…
AbhiAbzs
  • 134
  • 2
  • 12
0
votes
1 answer

The connection to the server was reset while the page was loading in the Godaddy

This page isn’t working rvold.com/rvold_live - didn’t send any data. Here is what I got in response: ERR_EMPTY_RESPONSE. On editing or Updating my homepage in wp-admin, the page giving me Errors, when I am clicking on update button. I have…
0
votes
1 answer

wp-admin .htaccess IP restricted

I noticed something weird after the latest WordPress update. I usually restrict access by IP via a simple .htaccess file in the /wp-admin folder. After the last update, I get a redirect loop when logging in. Anyone else noticed this and has the same…
MoonBoots
  • 93
  • 2
  • 6