Tools for site administration located in the `wp-admin` directory of a WordPress site.
1
vote
2answers
92 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.
1
vote
2answers
40 views
Admin pages have no content
Not the usual white screen of whatever horror, my site is shown normally until you go to the admin dashboard. While the dashboard (or the admin menu if you will) is visible and responds accordingly, ...
0
votes
2answers
38 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
2answers
74 views
Problems in migration of WordPress site from local server to the online server
I am finding some problems uploading a WP site from my local webserver to the official online webserver.
The situation is the following one, on my local web server:
I have install WP website on my ...
0
votes
2answers
195 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
2answers
42 views
WP Login Button for current domain
I want to make a link that goes to wp-login.php for whatever domain I'm at now. Something like:
<a ...
0
votes
2answers
25 views
How to create functions that affect only a specific user
I am customizing the WP admin area and want the functions I am using to only affect a specific user. Any Ideas on how to write this?
0
votes
2answers
122 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 ...
-1
votes
2answers
231 views
Moving Categories submenu to Media, but still opens Posts menu
I'm developing a very media-centered site with WordPress and am using the default categories and tags on uploaded media using, in part this plugin Media Categories.
I am displaying a sub-menu item ...
0
votes
1answer
458 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
117 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
45 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
58 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)?