Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
14 views

Editing using visual/HTML editor = heavy bandwidth usage?

While using WordPress to create a new blog post today, I noticed that the bandwidth on my host went up by several megabytes over the course of an hour. The bandwidth increased more while using the ...
0
votes
1answer
17 views

Where should I hook into admin?

Where should I hook into the admin backend to check and see if the user is "active" as defined by the Membership Plugin. Or in other words, where can I hook into the WP admin header to check an ...
0
votes
2answers
22 views

Keep Logged in Users out of Admin Panel

So I'm creating user registration. Just simply <?php wp_register(); ?> but then it gives them a link to the admin panel, which in my situation they really don't need. How do I remove the "Site ...
2
votes
0answers
11 views

Can a users profile be put under the dashboard menu

I was reading an article today and it covered some very valid points on user experience with WordPress. One of its points was that the profile should go under the Dashboard menu. I like this idea but ...
1
vote
1answer
14 views

restrict_manage_posts not working in 3.3.1

I have noticed my custom taxonomy filters no longer work in the 3.3.1 admin as per these methods: Adding a Taxonomy Filter to Admin List for a Custom Post Type? I also discovered that to filter a ...
1
vote
1answer
18 views

Add More Fields to Users Pages (Admin Panel)

So I'm trying to create some custom fields for users. I need to give users access to a 30 day trial of some software and I want to keep track of that in the users page of administration panel. If the ...
1
vote
1answer
40 views

How to sort categories by id in wordpress admin

I would like to know if it is possible in Wordpress admin to show categories in post-new.php and edit-tags.php?taxonomy=category sorted by id NOT by category name.
0
votes
1answer
32 views

Thickbox hacking - removing fields

Default (big and ugly) Thickbox I don't like how this Thickbox's page looks at all, I almost never use all these settings fields so decided to get rid off them, at least on pages where I'm uploading ...
0
votes
3answers
30 views

Copying Wordpress site, HOW about the DB connection?

I am USING the wordpress Import/Export and have done exporting the XML file from my wordpress site. And now i am moving my site from a local server to a host, after copying the files i noticed that on ...
0
votes
0answers
8 views

Getting 501 Unsupported Method ('Post') error when attempting to login to admin [migrated]

Server Spec: Wordpress 3.0.1 PHP Version 5.3.8-1+b1 MYSQL 5.1 Apache/2.3.16 Linux The Problem Simple really. A website that I helped to build and install a while back has just been transferred to ...
0
votes
2answers
46 views

Is this the right way to execute some PHP in my plugin after a button click on an options page?

I have an options page for my plugin. I want the user to be able to click a button to execute a member function of my plugin's class. I found this page: ...
0
votes
0answers
34 views

Slow loading admin for custom post listing with 18k posts, 2k terms in WP 3.3.1

I have a custom post type with 18.8k posts and custom taxonomy with 2.3k terms in Wordpress version 3.3.1. The posts have no revisions and each post has a few terms associated with it. Loading the ...
1
vote
3answers
54 views

Remove the whole menu in the admin

How can i remove the whole menu in the admin? I have this code: function remove_menu_items() { global $menu; end( $menu ); while ( prev($menu) ) { $value = explode( ' ', $menu[ ...
0
votes
1answer
45 views

Restore original WP admin bar after BuddyPress install

I want to re-enable the original WP admin bar after installing BuddyPress! define( 'BP_DISABLE_ADMIN_BAR', true ); completely disables the admin bar - don't want that. This question tells us to ...
0
votes
0answers
22 views

Problems with WordPress Session in Chrome

I'm not sure if this is an issue with my browser (Chrome) or my Wordpress install. About a week ago the admin panel started occasionally giving me an error message stating that there had been bad ...
0
votes
2answers
63 views

Enable featured image but not have it show up?

I am using the latest default Twenty Eleven on WordPress 3.3.1 http://i.stack.imgur.com/s4ehA.png My post has a featured image (the smaller one, which 1 is pointing to), and I would like it not to ...
0
votes
1answer
39 views

Ajax request sends url rather than data

I have a very weird error running on my plugin. I am currently developing a plugin that will allow the user to create routes and specific dates for the route. The dates are more or less tickets that ...
1
vote
3answers
72 views

Using require_once() within admin

In my theme directory I have the following structure: /includes/functions-custom.php /includes/avatax/AvaTax.php /includes/classes/gmaps.class.php I'm making a call from the functions-custom.php to ...
0
votes
1answer
19 views

Is there a hook to put stylesheet and/or JS inside iframes (thickbox or tinyMCE) in admin area

I'm working on my admin area theme and I wanted to make some modifications on the way the thickbox and tinyMCE looks. I could make most of the changes through adding custom stylesheets and JS to my ...
0
votes
2answers
33 views

Admin: Custom Query Returning Permissions Error

Our current WordPress install has a few custom tables we've placed into the WP database that hold misc. information. We've created custom option pages for the WP admin panel for our WP admin users to ...
0
votes
3answers
34 views

Exclude stylesheet from admin

I have been using the following function to enqueue some CSS to my theme. However, they are used in the admin area as well: wp_enqueue_style(...) I don't want them to be used in the admin area. ...
0
votes
0answers
15 views

removing the call to the gallery page from media uploader

I'm trying to make some changes to the pop-up media uploader. Basically, I'm trying to totally remove the "gallery". I have applied the 'media_upload_tabs' filter where I remove the gallery tab from ...
0
votes
0answers
18 views

Plug-in to send an email to admin (for approval) when a new post from Flickr account has been delivered

This is my first time on this forum: I have set up a Flickr account linked to my WordPress blog (inside my web site). When I post a photo to Flickr the post is delivered as a new post to my word-press ...
0
votes
3answers
39 views

How can I restore admin capabilities?

So yeah, I'm a genius. I managed delete all my admin capabilities (thank you very much Membership plugin). I could restore them, ...if I had admin access, lol. Anywhoo, how can I give all my ...
3
votes
1answer
28 views

How to remove administrator role in settings -> general -> New User Default Role?

I don't want to accidentally select Administrator role. So is there a way to remove it from Settings -> General -> New User Default Role ?
-1
votes
2answers
31 views

How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)

I'm researching this problem for days without any success... What I want is very simple: to see my custom taxonomy terms sorted by ID on the admin page. I can't believe that something this simple ...
0
votes
2answers
31 views

Post editor is 89953px tall. How to fix?

Using a self-hosted install updated to 3.3.1, when I go to the edit post screen, the editor is set to a height of 89953px. When I view source, I see the following lines in the markup for the post ...
1
vote
2answers
28 views

Which plugin will let me decide what users have access to on their side bar in wp-admin?

I want to customize the editor role so that they only have access to 'pages, posts, comments, profiles'.
3
votes
1answer
33 views

Prevent Wordpress from abbreviating-long-slugs…-in-the-admin

On post edit pages, when a slug exceeds a certain number of characters, Wordpress abridges it with an ellipsis (...). For example, if my slug is i-want-to-be-able-to-see-this-slug, it appears on the ...
0
votes
2answers
65 views

How can I add buttons to a custom column in the taxonomy table?

I am working on an issue-based publishing system for a friend of mine. So far I have created a custom taxonomy called "Issue"; added several custom fields to the custom taxonomy (like "Issue number", ...
0
votes
1answer
16 views

How to add super admin to all sites

Is there a way to add super admins to ALL sites without having to add them to each site individually? My group of super admins needs access to all sites.
0
votes
0answers
29 views

Can't log in to wordpress

I am having trouble loging into wordpress. Here is what I know: I have to login at ex.com/wp-login.php rather than ex.com/wp-admin The database contains two wp installs with different table prefixes ...
0
votes
0answers
24 views

WordPress Multisite: Display an admin notice in every site's backoffice of the network

I would like to display the same Notice in all site's backoffice of the network without needing to copy/paste my display_notice() function in each functions.php file. Is it possible to put my ...
3
votes
1answer
68 views

What is the best way to customise admin files so they survive future upgrades?

I have a site with some custom post types, one of which doesn't have a title. When viewed in the admin section, the posts are listed like so Which is less than ideal, for obvious reasons. I have ...
0
votes
0answers
33 views

Pagination for gallery tab on admin

I need to implement a pagination for gallery tab, inside post edit. I have large galleries to manage (more the 200 pic each), and when I try to load the tab it takes to long to load (5 minutes and ...
1
vote
2answers
37 views

Daily notices of failed login attempts for non-existent admin user

I run a multi-user site and for the past week or two I have been getting daily notices that someone is getting locked out due to failed login attempts for user "admin" via the Limit Login Attempts ...
0
votes
2answers
23 views

How can I add a menu item to the admin area?

I've used almost all of the Wordpress example code but it still doesn't work. I've put the php file under wp-content/plugins/menuitem/ .The code is simple <?php add_action('admin_menu', ...
0
votes
2answers
22 views

Adding and removing columns from the admin pages panel

I would like to remove "Comments" and "Author" columns from the list of pages, and add a couple of my own "Permalink" etc. Is this possible? Is there an appropriate hook I could use?
0
votes
0answers
26 views

Database upgrade broke all my post types

after manually transferring a database, I logged in to the admin panel, which asked me to upgrade the database. Now, all of my content from several different posts types all appear as a post. This ...
1
vote
1answer
35 views

Remove Admin sidebar link

I have a taxonomy link in my admin sidebar i'd like removed from view. Only in the sidebar though, i will still be using the function in the post view, so if that creates problems a simple simple ...
0
votes
1answer
38 views

WordPress as a web app - always auto-save post and meta data

Is is possible to make WordPress auto-save revisiona more often and have the auto-save version always be the most recent version - Like the way google docs works. This would mean the update button is ...
0
votes
0answers
83 views

Solved paste text inside new post's tinymce editor using jquery bug

UPDATE well tell you waht! this bug is fixed without me changing anything!.. verry strange.. but it's fixed :) I'm trying to add some content to the default wordpress editor using jquery: if ( ...
5
votes
3answers
135 views

What are the standard admin CSS id/class tags?

Is there a list of WordPress CSS id/classes that i can use to build plugin option screens that look and feel more like a normal WordPress option page? i have found some through serendipity but it ...
0
votes
2answers
172 views

After upgrading WordPress, can't access admin interface

After performing a WordPress upgrade to 3.3.1, I can no longer access the administration interface. The website works fine, but when I click on Dashboard, I receive the following error: Fatal error: ...
0
votes
1answer
63 views

wordpress - add a custom admin section with fields for name, address, city,state, and photo upload

Am attempting to create a custom post type and have it contain very specific info. Name, address, city, state, zip and photo - as a post. Need to have the admin section show form fields named as ...
1
vote
2answers
41 views

Why am I timing out when using the Menu Editor?

I'm using a more or less fresh local install of WP 3.3.1. A few days ago I set up a couple menus (Appearance > Menus) without a hitch. Today I tried creating a new menu and add a page to it, but the ...
1
vote
1answer
32 views

Admin Plugin POST to another file within the plugin

This is a simplified version of what I need to do (i.e. I know there are other ways of doing things but I need a solution to this specific problem). I am using wordpress 3.3 from a fresh install. I ...
0
votes
2answers
44 views

Default scripts added to each admin page

Whilst jQuery is available on all admin pages, only selected jQuery UI libraries are added for certain pages (i.e. it is different for each admin page). I am trying to find out where the jQuery UI ...
0
votes
1answer
46 views

How to show custom (checkbox) field value in admin post list?

I have a custom post type for products and a custom meta checkbox field for 'Sold'. How can I show the Sold status in a column on the Products edit list and make it sortable (so it would sort all the ...
0
votes
1answer
33 views

How can I remove the “updates” menu in the Wordpress Admin panel?

How can I remove the "updates" menu in the Wordpress Admin panel?

1 2 3 4 5 8