Tools for site administration located in the `wp-admin` directory of a WordPress site.
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
13 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
26 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 ...
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 ...
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
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');
...
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 ...
-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 ...
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
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
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 ...
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 ...
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 ...
1
vote
1answer
82 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
23 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
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
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
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 ...
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 ...
0
votes
1answer
55 views
Infamous admin login redirect
I have a multisite installed with the domain mapping plugin.
All the domains work fine, except...
One of the sites is on a subdirectory (the main site running Magento).
I added a symlink to the ...
0
votes
1answer
35 views
Edit specific nodes in WP_Admin_Bar
Is it easily possible to edit links in the WP_Admin_Bar global $wp_admin_bar instance?
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 ...
0
votes
3answers
61 views
Validating widget's configuration data on Admin page
I have a simple widget that needs its width and height set by the user, so that it is displayed properly on the blog.
The thing is: on the Administrator/Appearance/Widgets page, if the admin user ...
0
votes
1answer
36 views
Wordpress blog fails to open
When I try to view/access my blog I get the following message....
Just wondering if anyone has any ideas as to the cause and the solution?
Warning: ...
0
votes
1answer
72 views
Add javascript confirmation popup on “Move to Trash” link
I want to open javascript error message when some one clicks on "Move to Trash" link in Publish box in wp-admin
0
votes
1answer
40 views
Wp-admin Custom User Management
I am working on a plugin for which I will have to develop a backend page similar to the built-in "Users" one, in the sense that it will be basically do the same things: list the existing users ( using ...
0
votes
1answer
121 views
Wordpress Admin: open popup window on a custom button
I am using custom meta box in wordpress post page. this box contains a custom Copy button. Now, I want to open a popup window on clicking 'copy' button. Also I need to show content of parent window in ...
0
votes
1answer
19 views
How can I prevent redirects from mysite/page to mysite/wp path/page?
Apparently this is built into WP somwhere since going to mysite/wp-login.php takes me to mysite/<wp path>/wp-login.php (same for wp-admin and I presume other paths).
The problem is, I don't ...
1
vote
1answer
41 views
Disable /wp-admin/plugin-install.php
How can I disable plugin upload and installation via Wordpress Admin?
Should still be able to activate/deactivate plugins in admin.
0
votes
1answer
26 views
unsuccessful attempt to change domains- wordpress re-routing to old domain
I've tried to switch a website from zoparealty.com to zoparealtygroup.com.
When I go to zoparealtygroup.com, I can see what appears to be a strictly HTML version of the site(no CSS, no php).
...
0
votes
0answers
32 views
WP Admin Menu Manager - Move Parent with Children
Specifically in the Admin appearance menu, I have something like 20 pages on a website for a client of mine. There are all kinds of pages with subpages and when creating the menu it's a real pain to ...
0
votes
1answer
26 views
Distinguish profile user and admin user IDs / get ID of user being edited
On the user-profile page of my site I want to allow admin role users to be able to edit specific user-meta fields of subscriber role users.
How can I distinguish between the two user IDs.
The ...
0
votes
1answer
36 views
Remove “Published On” inside wp-admin
How do I remove this? Preferaly would like to do an action hook inside functions.php to remove this. I don't want the editor to see/edit when they published the article.
Thank you for your help.
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 ...
2
votes
1answer
25 views
How to set Active plugins as the default screen?
In my testing environment, I've got one hundred plugins. I'm more interested in seeing first the Active plugins than the complete list (All).
How can I change the default screen for the Plugins menu ...
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 ...
0
votes
0answers
29 views
Adding New attribute in wordpress
I'm using Wordpress to implement the website:
The pages in my templates should be sliding vertically, so there is a 'Next' button in the end of each page. Now my problem is in the admin section ...
4
votes
1answer
112 views
Create a “Dummy” parent page for a hierarchy in page listing?
Is it possible to set up a "dummy" page - just a page title that appears in the page listing, and a page that is not editable and doesn't have a slug?
This is more of a hypothetical question, as I ...
0
votes
2answers
50 views
Wp admin - Set default value to 999 in comments
When you are at the comments menu in wp-admin you only see 20 comments at the time, so if you want to delete alla comments you can ONLY mark the 20 comments you see on current page. It dosent mark ...
0
votes
0answers
30 views
Have different site location for wp-admin in IIS
I'm attempting to put a WordPress blog on a Windows server. PHP and WordPress installed just fine, and I have a working website, and admin site. However, I want to access the wp-admin directory using ...
6
votes
1answer
70 views
API to trigger prompt on leaving page
I have a proprietary plugin that creates a metabox on the edit-post page. When the data managed by the plugin is edited and the user navigates away then we would like the user to be prompted as ...
0
votes
1answer
33 views
displaying an error before update_post_meta
I'm trying to restrict how many items you can associate with a post so in my save function I have:
add_action( 'save_post', array( $this, 'save_custom_items_data' ), 10, 2 );
public function ...
0
votes
0answers
38 views
Remove featured image link not working
I added a featured image to my post through set featured link in backend. Not when i click on remove featured image, it removes it . But when i update the post then, The featured image still comes ...


