dzawacki on "Plugin Admin Page Overlapping wpfooter"
I'm working on developing a plugin and I'm running into some issues with the layout of the admin pages. My problem is that I have tabs built into the page and the content of the tabs are overlaying the...
View Articlexymalf on "The plugin generated 205 characters of unexpected output"
/* Plugin Name: options menu Plugin URI: Description: Companion to recipe 'Implementing the plugin menu' Author: adrian Version: 1.0 Author URI: http://www.xymalf.com The plugin generated 205...
View Articleandy999 on "Sort users by meta_value_num"
Been trying some things to output some users and sort by a meta_value_num, but nothing I try works and I can't find anything online about it. This one's a real challenge. <?php $args = array(...
View Articlewaltone57 on "Hiding checkout options"
Hi, I have coded custom button to my checkout form. Now I want to hide it if Order exceeds 299 €. I have tried everything I found but nothing is working. Now I'm going with this one: add_action(...
View Articlesiknoidas on "how do Login with query string? Test or user in in DB"
Hello, I wanna create simple query string to check or user is registred in wordpress site or no. I need this for apps communicate with WP DB. How create something like -...
View ArticleAliceWonderFull on "Question on codex documentation and dbDelta"
http://codex.wordpress.org/Creating_Tables_with_Plugins On that page it says You must have two spaces between the words PRIMARY KEY and the definition of your primary key'' but then the example does...
View Articlesuperninjaroboboy on "Filter for 'most popular articles within last 7 days'...
Hi all :) I've got the perfect filter for 'Most Popular Articles Within The Last 7 Days' working, but the only thing that still isn't working is that it's not adding the pagination? I'd assumed 'paged'...
View ArticleFree269 on ""Load more" posts button"
Hi guys, I want to build a "load more" button for post that will on the fly load more posts to the page. I know that there should be ajax involved. Has anyone tried doing it before? How do I start?
View Articlechris@vendiadvertising.com on "Extending WP_Customize_Control in plugin...
I've created some additional types of customization controls for a theme using Otto's tutorial. I'd like to now package these into a plugin to share code across several sites. Using Otto's exact syntax...
View ArticleBGUW on "Plugin Page Templates // routes - Best coding practice ?"
I am trying to keep within wordpress's preferred way of doing thing rather then a work around or hack. The end result is a page route such as ?page=checkout and to be able to load a custom php file...
View Articlexymalf on "Sub menu item crashing the plugin."
<?php /* Plugin Name: WordPress Menu Examples Plugin Plugin URI: http://example.com/wordpress-plugins/my-plugin Description: A plugin to create menus and submenus in WordPress Version: 1.0 Author:...
View Articlerickardtompsoum on "how to use WPDB class"
Amazing wordpress sites design http://8grids.com/demos/?theme=Food http://8grids.com/demos/?theme=Kingdom http://8grids.com/demos/?theme=Starboost http://8grids.com/demos/?theme=Hadron...
View ArticleJustRunLah on "How to query custom post types with mixed AND & OR statements...
I have a custom post type "events" which includes the custom fields "is_premium" (which is a true/false) and "premium_expiry_date" which is a date picker. On my front end, I want to have "events" which...
View Articlehariharakumar on "Jquery plugin Stickymojo issue"
Sorry guys i am not sure where to post this question. So i am writing it here. I have used Stickymojo plugin (http://mojotech.github.io/stickymojo/) on one of the client site here on this page...
View Articlemeandco on "Use Categories In A Page Template"
Hello. I'm wondering if anyone can help. What I want to do is show specific categories ina page template. For example: <!-- START LOOP --> <?php query_posts('category_name=catname'); ?>...
View Articlerusty1001 on "How to find plugin page and or file"
Hi I have a plugin that needs customization, The site uses a plugin to pull data into a page on the site. <?php dynamic_sidebar('Property Page'); ?> <?php dynamic_sidebar('Property side');...
View ArticleGabums on "custom fields and strings"
Good afternoon, I'm trying to get the value of one of my custom fields but it keeps returning "array array array". I figured it was because there were nested custom fields. When I broke it down, I got...
View Articleekazda on "Custom Walker Menu $this Error"
Hi, I would like to create custom walker menu. I used example code in the documentation http://codex.wordpress.org/Function_Reference/wp_nav_menu#Example but it is producing a Fatal error: Using $this...
View Articlepixieblitz on "Temporary Username and One-Time Change"
I'm running a multisite installation with buddypress, and I ended up with a list of names and e-mails of people that want to join. It's not *huge*, so technically I could set a temporary username for...
View Articlemugamugaw on "Search Page modification"
This may seem weird, but right now when you use the search box on my site it takes you to the search results page. On that page it has the post title and a little summary and a read more button. What I...
View Article