Tools for site administration located in the `wp-admin` directory of a WordPress site.
0
votes
0answers
8 views
Force RTL styles in admin panel
I wanted to have a multi-language site. I installed qTranslate plugin.
It messed my admin panel even after deactivating qtranslate admin panel shows up in ltr. The admin language is unchanged though, ...
2
votes
1answer
175 views
How could I execute my plugin just in frontend (not in backend)
I don't need my plugin running through wp-admin, including wp-login. How could I prevent it? is_admin works fine but i don't know how to ignore everything related to wp-admin (like wp-login.php).
...
4
votes
1answer
58 views
Only allow administrators and editors to access wp-admin
I am trying to restrict access to wp-admin so that only administrators and editors are allowed. At the moment I am using this function:
function restrict_admin(){
//if not administrator, kill ...
0
votes
2answers
20 views
WP Cron doesn't save <iframe> or <object> in post body
I am using wp_cron to auto grab posts from a remote website and save them in my wp db.
NOTICE! I am executing my code from my plugin, not from my template functions.php or somewhere else. I have my ...
0
votes
0answers
14 views
How to use default WP form elements to ineract with custom db table?
I know about the use of custom_post_type, but in this case i do need to use a custom database table (fyi: it's a table that is ip-based shared with another non-WP website).
In wp-admin i like to use ...
-1
votes
1answer
27 views
What does Wordpress mean by they have full rights to content [closed]
I am pondering publishing my blog. I'm leaning more towards WordPress however, I don't want to worry about WordPress doing whatever they want whenever they want withmy blog because I have signed up ...
2
votes
5answers
2k views
Use a different domain for SSL
long time lurker - first time poster.
A client of mine has a website developed in CakePHP, and a wordpress blog installed in the /blog/ directory.
Let's say the url of the main domain is ...
0
votes
1answer
24 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
23 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
37 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
19 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
20 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
17 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
130 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
129 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
605 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
119 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
381 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
258 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
25 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
146 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
61 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
24 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
384 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
67 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
53 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
27 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
83 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
69 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
123 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
186 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
84 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
61 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
24 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
131 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
987 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
98 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
47 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
64 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 ...

