Juanfra Aldasoro on "[Runtime Error?] Fatal error: Call to undefined function...
Hi there, I'm writing a plugin in which I relate some posts and data. I'm having the following problem: - I have a function ie: prefix_get_post_by_meta(), and it contains something like: function...
View Articlemrpolab on "Multiple loops and pagination"
Hi everybody, are you ready for my strange help request? ok, let's start. I need to paginate my multiple loops shown on the home: the first loop contains 2 posts from one category (some sort of...
View Articles.clause on "php in category description"
Does someone have solution for adding PHP code into category description? I am trying to find something on internet over 4 hours, but without success. I really need to put PHP code into category...
View ArticleText and back, contents marked dirty"">EdHynan on "TinyMCE plugin (3.x & 4.x): switch Visual->Text and back,...
Working on a tinymce plugin to make a pretty rendering for a shortcode used by my WP plugin. Code is based on the wpeditimage tinymce plugin from WP core. Have equivalent code for tinymce 3.x and 4.x,...
View ArticleSpidermanPuddin on "Select Query for Taxonomy Meta Data"
I'm trying to query by custom meta data from a taxonomy. I haven't been able to get a Select Query to work so I have a work around: $queried_object = get_queried_object(); $series_id =...
View Articlejoker1234 on "WPDB Update only the first row"
I have this code, and I want to update only the first row found where the times column is equal to 0, but it updates all. $dbHost = 'host'; $dbUser = 'user'; $dbPass = 'pass'; $dbName = 'name'; $mydb =...
View ArticleDa9L on "Should i use Transient API or Cookies?"
So im making a plugin, that relied on SESSION data.. Which i just now figured out is not working in Wordpress.. So as an alternative i would have used cookies, but came accross the Transient API in...
View Articledharmendrakumar on "Add new administrator user It more then 1000 so please...
I have create my own site http://www.dharaminfosys.com/ but add new administrator user it more then 100 per day so please help me.
View ArticlePower Design on "Incorporating Google Books API with using ISBN and Custom...
Hello, My client wants to display some recommended books on their site. So far, I have my theme set up so that when my client enters the ISBN of the book into the Custom Field "ISBN" for a post, it...
View Articlejinseiichido on "Please help me converting this login in python to php(wp)"
Hello. I have come up with this idea in python but being unfamiliar with php is not helping so I would like some help converting this python logic to php that can work with wordpress. I want to get...
View ArticleTesssupport on "Fatal error: Cannot redeclare get_url_999() Can't access site...
I don't know the version of WPress I am using because I cannot access my site. I did an upgrade through my FTP, so perhaps it is the latest? Here's the whole message: Fatal error: Cannot redeclare...
View Article3Lancer on "Wordpress user typed searches"
Hi, What's the best way to go about limiting the Wordpress search character length. For example: Preventing user's from searching only one character, does this help with server load? Preventing user's...
View Articleweirdrat on "how to eliminate google-fonts totally"
hi, can anyone please help a non-scripter like me to get totally rid of google-cloud-fonts in the wordpress-hardcode ? Not only deactivate them - I found several scripts for this - but what do I have...
View Articlenikki007 on "wp_cron usage"
I customized a spider calendar plugin which shows today's birthdays and current months list of wedding anniversaries in the home page of the site. i wrote a code in that plguin's displaying page using...
View Articlewebsupporter on "admin_enqueue_scripts hook & internationalization"
Hi everyone, I am currently struggeling with a small problem. Well, I've coded a workaround, but I am not very happy about it and I would appreciate your thoughts on this. I am programming a plugin,...
View Articlekeendev on "Media Gallery Attachment Details Category Taxonomy"
Hi All, I've got an interesting question I'd like to pose to you all, this might be a better fit for the advanced forum. However here goes: Below is an image: Media Gallery Example I currently have Wp...
View Articleteampaif4life on "Black Ninja Mailer error"
Getting error 360 object already loaded and I loaded all the OCX files and stated
View Articleteampaif4life on "Black Ninja Mailer 2.0 error"
getting error 360 object already loaded and I loaded all the OCX files as stated
View Articlegsexton on "PHP Version Strangeness - Different versions in same host"
I have a plugin that needs PHP 5.3 or higher. A customer has reported a problem. In my code I have: if ( !defined( "PHP_MAJOR_VERSION" ) || // PHP_MAJOR_VERSION came in 5.2.7 ( PHP_MAJOR_VERSION == 5...
View ArticleMaynard on "Looking for some advice on a filter-gallery functionality"
Hello! I've been working with wordpress building sites for clients for a couple of years, and I have a lot of experience with tweaking layouts and their css for the most part. I can code html and css...
View Article