The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
33 views

WP_User::__set doesn't persist custom fields as it claims

Looking through WP_User in version 3.5.1, the magic methods __get and __set supposedly read and write from custom fields, per their comment blocks. /** * Magic method for accessing custom fields * ...
0
votes
1answer
68 views

WP_editor problem

A few days ago I asked this question (Adding rich text editor to my plugin). Today I started building a new website in wich I copied the code of my plugin used at the website from my previous ...
0
votes
1answer
68 views

Adding rich text editor to my plugin

Hello Wordpress users, I'm trying to add a rich text editor to my own plugin. So I googled it first of course and I found serveral answers like: ...
1
vote
1answer
41 views

Possible bug: update_user_meta is updating two unique meta entries

On a CPT page I am checking to see if the user is logged in; if they are, I'm checking to see if they have a meta entry which is 'session-' + the current page's stub. If they do, I increment the value ...
0
votes
0answers
13 views

Very strange error only on one server [closed]

I've been asked by a client to try and find out what's going on with one of his clients websites; If you take a look at this URL you can see a lot of code at the top of the site, this is coming from ...
0
votes
0answers
41 views

Getting Uncaught TypeError with clashing text widget and tabs plugin [closed]

The code for the email subscription from constant contact that I put in my text widget up at the top of this page http://bit.ly/Zz4Faw is clashing with my Skinable Skins tabs plugin. When I remove ...
0
votes
1answer
79 views

Saving widget gets an undefined variable

I am developing a widget for cached feeds. The widget itself works exactly as I want but I noticed that if I were to delete the widget and then add a new one (or simply just add a new one) on the ...
0
votes
0answers
50 views

Wordpress is incorrectly reading my largest add_image_size size. How do I fix this?

Strange problem. I have the following set of images sizes defined. add_theme_support( 'post-thumbnails' ); add_image_size( 'full-width', $width = 614, $height = 0, $crop = false ); add_image_size( ...
1
vote
0answers
54 views

Word count not accurate - potential bug

My editors reported that there appears to be an issue with my word count on the post edit page. Testing this proved true, check the word count: This is affecting all posts, for instance, a post ...
0
votes
1answer
39 views

remove_menu_page breaks “Add media”

Using the the remove_menu_page function results in a really strange bug. By adding the code below in the functions.php file the integrated "Add media" widget starts to bug. function ...
0
votes
4answers
247 views

WP_Query and using a variable for 'cat'=> in the args array = WP Bug?

For the sake of this discussion, here's a version of my query within category.php: wp_reset_query(); $category_id = get_cat_ID(single_cat_title('', false)); $my_query = new WP_Query(array( ...
-2
votes
2answers
85 views

Is this a WordPress security bug?

<?php if ( ! is_admin() ) return; echo 'You should not see this if you\'re not logged in!'; ?> If you put this in a mu-plugin, and go to your admin, e.g., example.com/wp-admin/ while you are ...
0
votes
1answer
57 views

why i cannot see some plugins while they are enabled on network admin page?

i am using WPMU 3.3.1, i have some plugins enabled but why i cannot see them in some wordpress panel, it is confusing, but these plugins may take effect to these blogs, it is really strange to take ...
0
votes
0answers
27 views

Bug with addThis plugin [closed]

I have two pages: http://www.aotopo.com.br/servicos/ http://www.aotopo.com.br/blog/ On both pages I inserted the addThis plugin. Local testing is perfect for both, but online only the first one is ...
0
votes
0answers
62 views

I have a problem in IE8 for supporting google translate [closed]

ry i have a problem in here i added this script to my web page every things are great but IE8 doesnt support g translate there is no language in combo box there is no problem in other browser!!!
0
votes
1answer
2k views

Fix: Cannot modify header information - headers already sent? [closed]

I am getting this error on one hosting account but not on another with the same theme installed when I got to create a new page: Warning: Cannot modify header information - headers already sent by ...
0
votes
1answer
76 views

Is this a wordpress bug? get_comment_link auto shoots when user visits his dashboard

If user is editor, this function auto-shoots when user visits his dashboard! How is this possible? This function should only work when user successfully posts comment, so what is happening? could be ...
2
votes
1answer
97 views

Bug in Stackoverflow styled badge system script

I have modified an old Stackoverflow inspired badge system script to work with the latest Wordpress version. You can view the code here (and please feel free to use it if you wish): ...
2
votes
1answer
241 views

Programmatically insert hierarchical terms & set terms for post causes glitch?

I am inserting an array of terms into my custom taxonomy programmatically. Some terms have parents/children. After each term has been entered, I then insert an array of posts into my custom post type. ...
0
votes
1answer
72 views

Photos automatically uploaded to Media Library

Here's a bizarre one for you guys. I was using Search RegEx to remove Blogger html formatting that was screwing up my imported posts. Images hadn't been imported, so they were loading from Blogger ...
0
votes
0answers
38 views

Menus looking funny - Is this a bug? How to report this to WordPress? [closed]

This site: http://richardclunan.com/ ...in my browser looks like this: https://img.skitch.com/20120803-fc9rsnpudgp6kh8u4qkuy1r9fw.jpg Normally, the menus look like this: ...
3
votes
3answers
337 views

Dashboard says “no posts found” even though there are some posts

I have a weird bug on the dashboard: the dashboard says there are a total of 3 posts, but the list is empty and says "No posts found" (see image below) It's a fresh install on a shared Windows ...
8
votes
4answers
606 views

after_setup_theme always runs

I am setting up a child theme for some of my faculty members, and as a part of the theme, I would like a handful of plugins to be activated at the time that the theme is activated. So, naturally, I ...
5
votes
1answer
368 views

Weird behaviour when adding terms/term_taxonomies programmatically

This certainly looks like a bug to me. I put together the following code for you to test it on a fresh install. Basically, the code will add two sub categories under the "uncategorized" to achieve ...
1
vote
1answer
27 views

Plugins Page invisible / white

I found a lot of posts about the white-screen-of-death, but as far as I can tell, that's not my problem. Whenever I open the backend, everything is fine until I enter the plugins section. The ...
0
votes
1answer
145 views

Best Browser for Editing Posts

What browser is best supported by Wordpress.org for editing posts in the visual editor (which I guess is TinyMCE)? I use Google Chrome and have run into issues which are specific to just this ...
0
votes
1answer
370 views

get_shortcode_regex() only matches first shortcode

The Codex has an example of using get_shortcode_regex() to check if a shortcode is being called on a given page: $pattern = get_shortcode_regex(); preg_match('/'.$pattern.'/s', ...
0
votes
2answers
528 views

Problem saving wordpress settings with current version. Is it a bug?

With the current version of wordpress 3.2.1 I am having this kinds of problem. I install wordpress frequently and I did not notice it before 3.2.1 Problem: Not being able to save settings under ...
1
vote
1answer
332 views

Password Protected page not asking for a password

I have set a page to be password protected in the admin, but for some reason WP is not asking for the password when viewing the page. It definitely isn't a plugin as I have confirmed the behaviour ...