Tools for site administration located in the `wp-admin` directory of a WordPress site.
2
votes
2answers
141 views
I cannot log into my wordpress site with my wp-login.php
I can login into wordpress.com - but I cannot login to to my hosting wordpress site:
http://www.hunterbaby.com.au/wp-login.php
When I try to reset password it only recognises my wordpress username - ...
1
vote
2answers
73 views
Create Read Only Admin
Is there an easy way to create an admin user that has read only permissions? That is, they can login and see everything an admin can, but they cannot change anything at all.
3
votes
1answer
380 views
wp-admin blank in a clean install of Wordpress on PHP 5.4
A clean install of Wordpress 3.4.2 is giving a blank screen when logging into the admin panel. This is due to the following resources not loading in Chrome:
GET /wp-admin/ /wp-admin/:32
GET ...
2
votes
1answer
62 views
Why does the My Site dropdown show only a single domain?
I ran a Network Update today from Network -> Update Network, and since then all the sites, and all the links to sites within my Admin area reference the same domain. The domain it uses is relative to ...
2
votes
1answer
71 views
Wordpress address URL keeps dropping the www
My Wordpress Address (URL) in general settings keeps losing the www from the URL - I type in http://www.domain.com and it saves and works fine.
Next time I go in the address has changed to ...
1
vote
1answer
75 views
Admin comments and user restrictions
I have set a bunch of roles within wordpress with the help of the "members" plugin.
But the capabilities regarding the comments moderation are very limited ("manage_others_comments" or not)
What I ...
1
vote
1answer
101 views
Register page in admin area
Ok, so I have a table in my admin area for my plugin. Each row as an edit button, which should post to the edit page. I don't know how to add my php edit page to the registered wordpress page, though, ...
0
votes
1answer
11 views
Hide pages depending on role
I've been trying to find a way to limit the user from seeing some pages in the "pages" menu in the admin panel.
I looked in the edit.php file and noticed:
} elseif ( 'page' == $post_type ) {
...
0
votes
1answer
35 views
How to create a custom template to admin dashboard
I was trying to create a template to customize my WP admin dashboard, not only a css mod but a entirely renew to my customers.
I've successfully created a page template for a custom login page, and ...
0
votes
1answer
34 views
Wordpress blog fails to open
When I try to view/access my blog I get the following message....
Just wondering if anyone has any ideas as to the cause and the solution?
Warning: ...
0
votes
1answer
120 views
Restrict admin access to certain pages for certain users
As the title says, I'd like to restrict back-end access to certain pages for certain users.
While doing a site with 45-50 pages, I realised it would be a much better user experience if the Page menu ...
0
votes
1answer
71 views
Unwanted redirect in admin area
I have a strange behaviour on my backend. This is possible due to the way my WordPress is located.
I installed it in a VirtualBox, using Ubuntu from the standard repository (i.e., apt-get install ...
0
votes
1answer
90 views
Removing the TinyMCE editor for a given page template
I was looking for a way to remove the TinyMCE Editor for a specific page template in a theme (in my case it's page-home.php). I found the following code, which works, however, I was wondering if this ...
0
votes
1answer
96 views
404 Error on Activate / Deactivate Plugin
I have a standard WP install (3.5.1) and am trying to activate a new plugin (WP Super Cache) however each time I try to activate it, I get my site's 404 error page... which is strange as it's the same ...
0
votes
1answer
125 views
Date range filter for manage posts list on edit.php
I need to add some custom submenu links to the Posts menu in WordPress admin so content managers can click on a link and get a list of posts from today, yesterday or this month. The default date ...
0
votes
1answer
91 views
wp-admin won't “remember me” in Chrome & Firefox
When I login to wp-admin, I tick the box to "remember me", so I don't have to login again next time.
However, if I close the wp-admin tab, and reopen wp-admin in a new tab, I have to login again.
...
0
votes
1answer
92 views
Wordpress multiple user roles accessing on their information on one site?
I intend to use Wordpress for the proof-of-concept of a cloud-based SaaS application I am building. My research into multi-tenancy and Wordpress only sheds insight into multiple sites sharing the same ...
0
votes
1answer
367 views
how to use thickbox in admin?
I would like to show my retrieved content form my classes method in thickbox. How could I do this? I have been adding the proper id to my desired hyperlink but all of the admin body is getting parsed ...
0
votes
1answer
99 views
Post Bulk Update
Is there any way to update all the posts at a time through query or through admin panel.
For an example i am having an 1000 posts, how to update all the posts at a time.
Thanks.
0
votes
1answer
43 views
Show posts of parent in edit.php
I'm creating a post type for a site where there 4 main 'parent' pages in a custom post type. For the sake of argument the post type is 'schools'
the 4 (of many) parents are:
Cambridge
Teesside
...
0
votes
1answer
63 views
Working with post values in the admin panel
I have this basic admin page
functions.php
<?php include('ui.php'); ?>
ui.php
<?php
function gui()
{
include('gui.php');
}
function add_page()
{
$themename = 'Cesaro';
...
0
votes
1answer
55 views
admin_print_styles incuding $_SERVER['DOCUMENT_ROOT']
All the Javascript isn't working in the admin area on my production server.
Locally it works fine. I have narrowed it down to /wp-admin/wp-header.php line 72-78
do_action('admin_print_styles');
...
0
votes
1answer
45 views
WYSIWYG editor not in a post editor?
It is possible to use the WYSIWYG editor in theme settings (not in a post editor)?
2
votes
0answers
117 views
wp-admin won't load after setting wp-login custom url
I changed the wp-login.php url to /login/ so all links in registration and forgot password emails have /login/ rather than wp-login.php.
The problem now is that when I visit /wp-admin/ or click on ...
2
votes
0answers
89 views
Possible to create placeholder images in Wordpress editor that are clickable (should bring up uploader)?
Working on a project where I would like to have buttons within the actual visual editor area where the user can click on the placeholder image and it brings up the upload dialog.
I've seen that ...
1
vote
0answers
24 views
Bypass nonce value while trashing a post
I want to move a post in trash but the condition is that simultaneously I need to delete some more posts. Sample Code:
jQuery(function($) {
$('#delete-action a').unbind();
$('#delete-action ...
1
vote
0answers
30 views
Moving wp-admin folder to a different host in a multisite environment
Current Multisite setup:
first site: www.site1.com
second site: subdomain.site1.com
admin: www.site1.com/wp-admin/
I m looking to move wp-admin to a different host, which is accessed via a domain ...
1
vote
0answers
104 views
How do you create a custom edit.php / edit pages page
I need to create 3 custom edit.php pages which only display pages with a certain parent and the Post New button links to a new page with the corresponding parent.
The closest answer I can is do not ...
1
vote
0answers
199 views
post-new.php?post_type=product is not loading properly
Background: I have installed Jigoshop along with my custom theme. When I go to 'Add product' there is no featured image box showing. So I've added the code
add_theme_support( 'post-thumbnails' );
...
1
vote
0answers
67 views
Can I hook into wp_update_core outside of the admin?
I'm trying to bring some of the admin functionality to a custom front end in WordPress. Questions of security and pragmatism of this aside, is there an available hook to trigger wp_update_core outside ...
0
votes
0answers
9 views
Too Many Redirects - WP-Admin Only
I have a couple of sites on a shared hosting server.
The sites load just fine, and everything appears to work, including local links. The only thing that isn't working is that the entire wp-admin ...
0
votes
0answers
23 views
Problem with custom fields for custom meta data
I'm trying to fix an problem in custom fields for meta data information. I already added the code to add some code:
add_action("admin_init", "admin_init");
function admin_init(){
...
0
votes
0answers
16 views
Curious, possible to make admin create/edit post page to look like taxonomy page?
This idea just came to me, where I thought it would be great to have something like this for CPTs that doesn't need much content/fields to fill out.
Basically a Post page where your able to add a ...
0
votes
0answers
14 views
WP-Admin How to display a plugin menu to a group
I am using the Wordpress "User Role Editor" plugin in WP 3.5.1 and want to display a plugin menu > page in WP-Admin to the Author group.
The Plugin page is the "NMRepoManager > File Statistics" page ...
0
votes
0answers
20 views
open lightbox on trash link in wp-admin and get post ID every time
I want to open a lightbox on posts list page in wp-admin. I need to get post ID for every post. Using this post ID I want to fetch its child post and display them in a lightbox asking if user wants to ...
0
votes
0answers
32 views
WP Admin Menu Manager - Move Parent with Children
Specifically in the Admin appearance menu, I have something like 20 pages on a website for a client of mine. There are all kinds of pages with subpages and when creating the menu it's a real pain to ...
0
votes
0answers
66 views
Can't access my wp admin
I have a wp website.. i love it asit's easy to update. the website is still live and is working fine but i went to use the wp admin lastnight and for some reason it suddenly won't let me access the wp ...
0
votes
0answers
28 views
Adding New attribute in wordpress
I'm using Wordpress to implement the website:
The pages in my templates should be sliding vertically, so there is a 'Next' button in the end of each page. Now my problem is in the admin section ...
0
votes
0answers
27 views
Have different site location for wp-admin in IIS
I'm attempting to put a WordPress blog on a Windows server. PHP and WordPress installed just fine, and I have a working website, and admin site. However, I want to access the wp-admin directory using ...
0
votes
0answers
38 views
Remove featured image link not working
I added a featured image to my post through set featured link in backend. Not when i click on remove featured image, it removes it . But when i update the post then, The featured image still comes ...
0
votes
0answers
23 views
force to load media-views css styles
I'm creating a modal window similar to the one media upload modal window that's part of the core WP. I'd like to use the same styles that are already there, I noticed that the styles are
loaded via ...
0
votes
0answers
10 views
Manage sub-admins and their content
I have a project in which I need to affect roles to sub-admins like "Managing merchants". So a sub-admin can manage merchant (edit, remove it, etc.). All that will be done in the back-end panel, so no ...
0
votes
0answers
61 views
wp-login/admin redirects to different dash
I'm having a problem with cloning wordpress and trying to login to the new one. I've searched the wordpress support pages but couldn't find a fix.
I have a client who wants a website exactly like ...
0
votes
0answers
54 views
Page Revisions Missing From Screen Options
We've just launched a client site and they're noticed that revisions are missing for pages. The option to show them in "screen options" is missing. It is there and working for posts and other custom ...
0
votes
0answers
61 views
Parent page filter to show children at all depths
I am using the code below (adapted from this source) to add a parent page filter to the list of pages in wp-admin.
It seems to work a treat, but only at a depth of 1. I would like to return results ...
0
votes
0answers
54 views
Dismiss Admin Pointer Temporarily
I have a custom meta field for a page that contains a future date. I'm wanting to make sure this is always a future date and have decided the best way to do so is by creating an admin pointer if the ...
0
votes
0answers
26 views
Returning Options in Extended Class
I'm creating an admin interface with meta boxes, and want to create a system that allows me to easily add options to each meta box through a series of classes.
The problem I'm having is outputting ...
0
votes
0answers
234 views
customizer.php redirects to login page
I am trying to access the customizer (WP 3.4) via the frontend (no wp-admin/customizer.php). I need this for a wordpress multisite installation where the individual site owners don't have access to ...
-1
votes
0answers
52 views
Open javascript popup on wp-admin publish/update button
I want to to open a javascript popup with message 'Are you sure to update / publish post', when someone clicks on post page update/ publish button.
Any help much appreciated.
Thanks,
-2
votes
0answers
24 views
How to add more tabs in Categories box in Edit Post screen
Please have a look on attached image, it is the default view for all Categories in WP & I want to either to extend it or to add another Categories box which have some specific categories but ...

