Users with the ability to perform administrative tasks for a site or a network of sites.
0
votes
1answer
7 views
Create a page that will be used to create a custom post type
I have created an 'event' custom post type and now I want to create a page that will allow users to create a custom post type from the front-end. Is there a standard way of doing this? I could ...
0
votes
0answers
11 views
Changing Style of Inputs in Admin
I think that I am missing something...
I am trying to customize the look and feel of the admin section of my site. A lot of my style are working as expected, but when I try to change the height of ...
0
votes
1answer
40 views
Admin Menu Hack (Left side in Dashboard)
How can I add a Title to my Admin Menu on the left side of the dashboard? Not a link, but just a title? I want do this in my functions and not use a plugin. Also which template file handles this menu?
...
0
votes
1answer
16 views
get_template_part in admin
I am trying to use get_template_part when creating a page in the admin section of my site. However, it does not seem to be working. Does this function not work in the admin section? What alternative ...
0
votes
1answer
25 views
Identify and display the fact that user is admin next to username in comment section
For all users to see. Not only the admin in cause.
Also I am using a plugin called simple user ranking for displaying the user rank which is calculated for the number of comments posted, so I need to ...
0
votes
1answer
24 views
Admin user roles/permissions
I have a user who I would like to able to publish new posts/pages, but I don't want them to have access to users. I may want to let them have access to specific plugins, but not others.
Is there a ...
0
votes
0answers
11 views
Disabling a plugin when logged in as admin [duplicate]
Is there any way to disable a specific plugin when logged in as the administrator?
Currently I'm using a plugin called Wp-Minify and I would love to be able to have the ability to pause it when I'm ...
0
votes
0answers
15 views
Disable Media Uploads to non Admin Users
I am working on a clients site, one of the features they want is for his Editors or Authors to only be able to select existing images to insert into Posts from the Media Library.
So looking at the ...
0
votes
1answer
29 views
custom field in admin columns
Im trying to understand how to get the custom field incr_number into admin columns. However im failing to understand and im googling but not finding a direct answer.
It cant be that hard surly?
...
1
vote
0answers
15 views
Admin Area Custom Type Search By Meta Fields Without Title & Content
I have a custom post type that uses several meta fields. In the admin area I would like to be able to search by those meta fields. I have implemented this currently in my functions.php with this code:
...
0
votes
0answers
15 views
Adding additional text fields and image upload to a Page?
I have a contact page:
I would like to add an additional text field below the text editor and another image upload button. And then display it in the template as something like this:
<?php ...
0
votes
0answers
18 views
How wp-admin-bar-my-account-* are generated by BuddyPress
I’ve been trying to find how the menu items are generated by BuddyPress, such that they then appear under the<li id="wp-admin-bar-my-account-*"…>… tags.
I was looking at the bp_adminbar_menus, ...
0
votes
0answers
15 views
Modify Title of Admin Page [duplicate]
Is there a way to modify the title generated in a custom admin page? Currently, the title generated is appended by '- Wordpress' which is a little annoying.
1
vote
2answers
23 views
Admin Menus - Name Menu different from first Submenu [duplicate]
I am creating a submenu with the following code:
add_action( 'admin_menu', 'jp_create_admin_pages' );
function jp_create_admin_pages()
{
add_menu_page(
'Members',
'Members',
...
0
votes
2answers
40 views
Reference external file as a function
In my functions.php I have the following code:
add_action( 'admin_menu', 'jp_create_admin_pages' );
function jp_create_admin_pages()
{
add_menu_page(
'Members',
'Members',
...
0
votes
0answers
15 views
how to automatically cleanup failed Wordpress uploads in /tmp?
How do we automatically cleanup failed Wordpress uploads that are in /tmp ?
Say delete everything that is 3+ days old.
0
votes
1answer
27 views
Custom taxonomy auto suggest not working in wordpress admin
I've added to my theme a new custom taxonomy in order to add future filtering capabilities to a custom post type called 'product' (I use the wooCommerce plugin which defines this custom post type).
...
-1
votes
0answers
13 views
WordPress MultiSite Network Menus have disappeared?
I've had this WPMS install has been running for years. And I always keep it updated. Today, for some reason, the Network Menu options have disappeared. I can still manually navigate to all the Network ...
0
votes
0answers
10 views
Helper function to get all left sidebar menu items in the admin?
I want to collect all menu items in left vertical sidebar in the admin. Is there a helper function for that?
0
votes
1answer
35 views
Custom Div with links on Admin Bar
I'm trying to add an area on the admin bar that will display user Profile Image, User Name, User Email, User role, and links to Edit Profile and signout. The way in which I would like it to display is
...
0
votes
1answer
19 views
Lost admin “manage_link” capability WordPress. No “Links” menu item in admin menu
Going slightly mad. In the process of upgrading a client's website to WordPress 3.5.1 we've decided to use the built-in WordPress "Links" system to manage their affiliations.
I am using the "Admin ...
0
votes
1answer
25 views
Why Jetpack is missing the “Feedbacks” menu item?
Is there a known issue that would prevent the "Feedbacks" menu item from showing? I have two wordpress installs, one has the menu item the other doesn't. They both have the same plugins, theme, and ...
0
votes
0answers
17 views
Why is $_POST Empty in Profile Edit Admin?
This is a very odd problem - post data seems to be empty in the profile editing page of admin.
Here is my code: http://pastebin.com/3ejg8P99
What causes this? Is there some "safety" step I've missed ...
0
votes
1answer
19 views
Admin Left-Nav options not appearing [closed]
For whatever reason, when I'm setting up administrators and editors beyond the first, they are missing most of the functionality on the left-hand navigation.
http://db.tt/8p3XFmPX to see a screenshot ...
2
votes
2answers
69 views
Admin Ajax is returning 0
I am relatively new to jQuery and AJAX in particular. I have a small issue with the return value always being 0, though I think this is actually the success message and it's not returning anything.
I ...
0
votes
1answer
46 views
Custom post type isn't working
I just built up a beta environment for testing my new Wordpress site. I didn't migrate the database; I did my own installation again and ported over my theme (it's a simple theme) to my new instance. ...
0
votes
0answers
14 views
Change upload URL, but only upload
Love using Cloudflare, but one of the limitations is that they restrict upload file sizes to 100MB and I need to have users be able to upload larger files. The workaround I've been using is to change ...
0
votes
0answers
25 views
Admin approval needed for media/photo upload
We have a website with a function of uploading photo
Wordpress provides admin approval for posting user reviews
But we need this function to uploaded photo.
when user upload a photo, it is ...
0
votes
0answers
17 views
Why do Admins and Guests see different pages? [closed]
For some reason when I'm signed in as an Admin I see different content on my custom pages versus when I'm signed in as a Guest. I tested this by adding "TEST!" to the top of the page. I can only see ...
1
vote
1answer
34 views
SlideDeck 2, make back-end visible for admins only
I'd like to make the back-end of the SlideDeck 2 plugin visible for admin users only.
Also I'd like to remove that "Insert SlideDeck" button from the Editor.
How can I do this?
3
votes
1answer
102 views
Integrate post tags in Post Edit page with qTranslate
Summary
In the tags widget in the Post Edit page, I need to know a way to filter through:
the tags suggestions
the tag terms update when saving or updating the post
At least that is what I think ...
0
votes
0answers
65 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 ...
1
vote
2answers
35 views
Remove default subpages from Custom Post Menu
I am creating a Custom Post Type using register_post_type. After running the function a new menu item appears in the Admin Panel.
Under this item there are menu items for new_item and all_items. Is ...
0
votes
0answers
103 views
localhost Wordpress administrator area access disabled temporarily due to widespread brute force attacks
I'm using wordpress for my site. On the Administrator login link there is this message coming up:
"Wordpress administrator area access disabled temporarily due to widespread brute force attacks"
So, ...
2
votes
0answers
52 views
Is it safe to post form data via Ajax to the settings api? Am I missing something?
In my Wordpress Admin, I have my theme options set-up using the Settings API. I am trying to save the theme options form using Ajax so that the page does not refresh. The only thing i needed to add ...
0
votes
0answers
13 views
I need to display a joomla table into a wordpress site
I need to display a database that is made in joomla, into a wordpress site. I tried to import CSV file, I get the data but display is wrong.
I want to see the database in wordpress the same way I ...
0
votes
3answers
41 views
Add a 'guide' image to custom post type admin page
I've created a custom post type and on the admin page for that post type I want an image displayed that can act as a guide for the users uploading images. Is there a function that I can use to insert ...
1
vote
0answers
2k views
Wordpress administrator area access disabled temporarily due to widespread brute force attacks
My wordpress site admin side return this error. 'Wordpress administrator area access disabled temporarily due to widespread brute force attacks'. Can't access the site. Any one have similar experience ...
1
vote
0answers
20 views
Calling a function on admin_init when WP core files are in a subdirectory [closed]
I have an install set up along the lines of this tutorial, whereby my core files (wp-admin, wp-includes) are separate from the content folder:
/wp/wp-includes/
/wp/wp-admin/
/wp/wp-load.php etc
...
0
votes
0answers
17 views
Call back saved information in the admin menu and output in header - WordPress
I am trying to call the saved option from admin menu and display it in the header.
here is my code. but this code at lines
function headerout() {
echo "stuff{$opt_val}";
}
add_action('wp_head', ...
0
votes
1answer
69 views
Changing admin user id for database
Is it correct or ok to change default admin user id from 1 to any other number as done by better-wp-security plugin for wordpress for better security? what is best way for admin security.
Thanks
0
votes
0answers
25 views
Unregister default admin styles from specific admin page
I'm trying the following code in theme's function.php:
function mypage_remove_scripts() {
wp_deregister_style( 'wp-admin' );
}
add_action( 'mypage', 'mypage_remove_scripts' );
But that doesn't ...
0
votes
1answer
94 views
Wordpress admin loads erratically “connection reset by peer”
I've been managing an Wordpress install for several months now without issues. This morning a user notified me that they could not log in to the admin page via /wp-admin. I was not able to login from ...
0
votes
1answer
23 views
How do I create a post_id column, for admin posts list?
I'm trying to add a column to display the post_id from the wp_postmeta table. I would like to display it in the admin posts list. Here is my code:
add_filter( 'manage_edit-movie_reviews_columns', ...
0
votes
0answers
23 views
Dissapered all posts by 2013 year
Dissaperd all posts posted in 2013. There are no posts, images and tags for this year. I've checked it in the phpMyAdmin and find them. But they don't shows in administrtor panel. Any idea? Thanks!
0
votes
1answer
33 views
Access for adding subpages but not for pages
For every website project, i make the wordpress admin custom for the client. Right now, i want that the client only has access to add subpages.
I have a main navigation on the website. I want that ...
1
vote
2answers
44 views
Remove default Wordpress styling from metaboxes on edit post pages?
Is there a way to prevent Wordpress from automatically wrapping every metabox in the postbox class? Or at least add my own outer div so I can make custom changes via css? Thanks!
3
votes
2answers
112 views
Move admin menu at the end
I installed a plugin for my users in WPMU and I want to make it appear at the end of the admin menu ....
I tried this but the menu never appears at the end:
function custom_menu_order($menu_ord) {
...
2
votes
2answers
57 views
Read only capability for custom post in admin area
I'm actually building custom type to WP and need to be able to restrict post access to some user role, ie. in admin area, collaborators can see posts but can't edit them, just only open them as ...
0
votes
0answers
34 views
Adding (blog-specific) links to “My Sites” admin page
The My Sites admin page only has links to the sites’ dashboards and production pages which is of limited value. I am trying to figure out a way to add a more useful links to them like New Post, ...
