Users with the ability to perform administrative tasks for a site or a network of sites.

learn more… | top users | synonyms (1)

0
votes
1answer
38 views

Mystery ghost page not appearing in Admin

I have a strange problem. I have a blog listing page like example.com/something but this page is no where to be found in the admin. It returns 200 OK http status so its there. But it uses a ...
0
votes
0answers
11 views

Set Featured Image from Form in Front End

I am creating a front end creator/editor for some custom post types. I wanted to have a button that opened WordPress' "Set Featured Image" modal (as is found when creating a post from the admin ...
1
vote
0answers
19 views

Custom taxonomy position in admin panel

I can't figure out how to change position of custom taxonomy menu item in the admin panel. Right now I have custom post type-- custom_1-- and another custom post type-- custom_2. For custom_2, I've ...
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
25 views

Missing custom posts [closed]

I've created a new document custom post and it now appears all of the posts aren't being displayed. The count is showing the correct number but i can't see all of the documents available, it only ...
0
votes
0answers
23 views

WP Logs me out after updating anything on dashboard

Not sure what is going on here but my live site kicks the admin out every time they change something in the dasboard. For instance when an admin updates a page the url looks like ...
0
votes
1answer
20 views

Shows site under construction but comes up after I login to admin

I have a strange issue happening with a new site. It keeps going down and shows under construction, but after I login to WP admin, the site comes back up! Any suggestions as to what might be going on ...
1
vote
1answer
32 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
18 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
48 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
17 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
25 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
23 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
31 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
18 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
19 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
28 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
17 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
30 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
15 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
37 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
20 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
26 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
18 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
72 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
15 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
28 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
35 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
108 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
73 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
38 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
105 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
54 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
43 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
74 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
26 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
97 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 ...

1 2 3 4 5 14