Tools for site administration located in the `wp-admin` directory of a WordPress site.
0
votes
1answer
19 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
17 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 ...
1
vote
2answers
1k views
How to remove 'create new post' entry for a custom post type?
I have a custom post type that is created using a form on the site.
I want to disable new post creation from wordpress admin.
Is there a way to do that ?
0
votes
0answers
21 views
Remove menu items from wp-admin but they come back? [closed]
I am trying to hide some menu items for contributors. So i use
function my_remove_menu_pages() {
remove_menu_page('link-manager.php');
remove_menu_page('themes.php');
...
3
votes
3answers
9k views
How to redirect/rewrite all /wp-login requests
Is there any simple way to have wordpress, php or apache rewrite all urls which involve /wp-admin to /admin?
I have added this entry to my .htaccess file:
RewriteRule ^admin /wp-login.php [L]
...
0
votes
1answer
36 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
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
17 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 ...
-1
votes
0answers
19 views
Customized theme shows up in admin panel but not on blog [closed]
I created a wordpress blog and customized the Minimalzine theme.
The customized version with globe background shows up here:
http://wikiprojectmed.wordpress.com/wp-admin/customize.php
But
It ...
0
votes
0answers
15 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
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
126 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 ...
3
votes
1answer
599 views
How can I add a set featured image function to a theme that doesn't already have it built in?
I'm a relative newbie to WP and PHP in general, but now that I'm into it, I've caught the "WP fever" and have ditched asp.net.
I finally found a quality theme that I like and I'm considering buying ...
0
votes
2answers
118 views
htaccess and htpasswd
im trying to lock my admin panel from my users with adding htpsswrd file to wp-admin folder. but also i want my users can edit their profiles. so i create this file (htaccess)
AuthName "Username and ...
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 ...
13
votes
1answer
254 views
Is it possible to reuse wp.media.editor Modal for dialogs other than media
To expand: I'd like to utilize the same Modal code/appearance ( as used in wp.media.Modal, wp.media.FocusManager ) to open a modal of my own custom dialog, not the Media Editor. In the past, I've ...
-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 ...
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 - ...
0
votes
1answer
13 views
Fix Admin Dashboard Posts tab
I have WordPress v3.5.1 and using a theme from WPZoom. I added an SEO plugin called WordPress SEO which in turn added 4 more columns to my Posts Admin table which caused the columns to squish together ...
0
votes
1answer
55 views
Copy posts from one blog to another in multisite environment
I am creating a plugin for post.php page where user can select (one or more) blogs and copy the post content,title,author,categories everything in selected blogs. The copied post would be the child of ...
2
votes
2answers
447 views
How to control contextual help section by code?
I had added some content to contextual help section for plugin options page.
Now I'd like that page defaulted/toggled to contextual help section open on specific condition in my PHP code. My only ...
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
1answer
368 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 ...
3
votes
1answer
9k views
Changing the 'wp-admin' URL to whatever I want
Is there a plugin that allows me to change the url of domain.com/wp-admin to domain.com/whatever-iwant ? Curious if there is an easy solution to this by now.
0
votes
1answer
60 views
Change Post Meta via AJAX from the posts list table
I've been looking around for this for a while but haven't found anything as of yet.
I have a custom post type - "books" and this post type has a custom meta field of "availability".
I would like to ...
1
vote
1answer
51 views
Change the link of 'Howdy' at the top right
I'd like to change where the 'Howdy' link gets you when you click on it.
I have a website with buddypress and instead of getting users to their profile page I want to get them to their 'Activity' ...
0
votes
2answers
26 views
Wordpress admin not changing language
I'm struggling to get a nb_NO version of the wordpress admin interface. Here's what I've done so far:
Installed latest wordpress from wordpress.org
Moved installation from root to wp/ - site working ...
1
vote
1answer
78 views
Post Editor not working on WordPress 3.5.1
Recently i have updated my wp site to the latest version and since then post editor not working,
What i have tried:
Disabled all plugins.
Installed "Use Google Libraries".
Disable all plugins ...
1
vote
1answer
66 views
Is there a way to submit only meta box content in Post edit page
On the admin add/edit post page, I have a new meta box with submit button. I want to submit them separately. For example if some one click on Publish / update button then it save all post content and ...
1
vote
0answers
25 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 ...
3
votes
1answer
119 views
Wordpress Custom Post Type Admin Page really slow
(I've posted this on the normal stack exchange, but it was suggested that I put it here too. Glad to know this place exists... :))
So, I've been all over the internet trying to figure out what is ...
0
votes
2answers
185 views
Can features like Disqus or Intense Debate be done in a normal WordPress plugin without a 3rd party involved
I was searching for a real good feature rich comment system for Wordpress, I used Disqus a few times and may still not know the whole list on features and why it's so popular. Would features like this ...
0
votes
1answer
82 views
How to set where user is redirected to after logging in at wp-login?
So i'm fairly certain this probably has something to do with the fact that I'm using a custom role I've set up in my functions.php file with almost 0 permissions. However, I'm still able to access ...
0
votes
2answers
57 views
Ajax requests from front-end with jQuery Fancybox
I would like to be able to use the jQuery Fancybox's Ajax feature to request datas from the front-end.
Here is a part of the code i'm using on the plugin part :
wp_localize_script( 'wpPluginjs', ...
1
vote
1answer
23 views
How to use Yoast SEO backend in english even if WPLANG variable is not english?
I added this code to my functions.php file
add_filter('locale', 'wpse27056_setLocale');
function wpse27056_setLocale($locale) {
if ( is_admin() ) {
return 'en_US';
}
return ...
0
votes
1answer
30 views
Screen Options JavaScript Code
I want to know, what script drives the "screen options" animation toggle in WordPress.
I'm referring to the options menu that slides out when the admin clicks the "Screen Options" link near the ...
0
votes
3answers
129 views
White screen of death only in wp-admin
I'm able to log into the website but the moment after login, I get a white screen in wp-admin. I can still access the website and it shows that I am logged in with the toolbar at the top of each page ...
3
votes
5answers
983 views
wp-admin page is blank
Something is wrong with my wp-admin page, it just shows up blank. I am pretty sure it has to do with my function.php file there is no whitespace on the top or bottom, but when I delete it completely, ...
0
votes
3answers
95 views
nothing comes up when i go to my website.com/wp-admin? Which files should I look for?
My hosting company (godaddy) tells me that someone has hacked my wordpress admin login and have put garbage on filesystem. My website is down. and nothing comes up when i try to get my files using ...
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 ...
0
votes
1answer
45 views
Lightbox on wordpress post page
I am building WordPress admin plugin. In which I have a metabox with 10 checkboxes (It can be more than that). At below there is submit button. My requirement is:
(A) open a lightbox when some one ...
-3
votes
8answers
9k views
0
votes
2answers
61 views
wordpress login blank screen [closed]
i wanted to make an offline copy of my live website on my pc so i installed xamp and installed on it wordpress and exported the database and took a copy of files on fttp and after i have done ...
0
votes
3answers
61 views
Validating widget's configuration data on Admin page
I have a simple widget that needs its width and height set by the user, so that it is displayed properly on the blog.
The thing is: on the Administrator/Appearance/Widgets page, if the admin user ...
0
votes
1answer
53 views
Infamous admin login redirect
I have a multisite installed with the domain mapping plugin.
All the domains work fine, except...
One of the sites is on a subdirectory (the main site running Magento).
I added a symlink to the ...
0
votes
1answer
34 views
Edit specific nodes in WP_Admin_Bar
Is it easily possible to edit links in the WP_Admin_Bar global $wp_admin_bar instance?
0
votes
1answer
35 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: ...
-1
votes
0answers
17 views
Top admin panel dissapeared [duplicate]
when I am logged as admin, the top admin panel in the front was dissapeared, what or which scripts I need to put the return it? can't find
thus i wanted to remove the header.php, footer.php and ...
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
70 views
Add javascript confirmation popup on “Move to Trash” link
I want to open javascript error message when some one clicks on "Move to Trash" link in Publish box in wp-admin

