vaxace on "Getting the directory of another plugin"
I'm writing a plugin wherein I need to get the directory of another plugin. The only functions that I've found that return a plugin directory all require a file within that plugin to be passed to them...
View ArticleSpartanCopy on "How to add plugin shortcode as php in template"
I am using Artpal which used the shortcode [artpal=insert] in the post content to add paypal button and pricing to the post. Unfortunately the plugin does not provide a php version of this shortcode so...
View Articlec0nc3pt.SF on "update_post_meta returns true, but doesn't work."
Hi all, Hitting a major brick wall using update_post_meta in a particular instance. I'm writing a plugin and am using the the method in various other parts of the plugin, but for some reason it's not...
View ArticleCory.Nickerson on "Formating the_content()"
Which file contains the formatting code for the filter of the_content()? Cannot seem to find it. I'd like to see how it is formatting the content after it reads the plain texted stored in the database.
View ArticleMarkgoessens on "Exclude meta_key from wp_query"
Hi everybody, I'm struggling for hours now with the following problem. What I'm trying to do is 'exclude reduced items from a wp-query array' This is the code I allready have: echo...
View Articlefrietbakker on "Removing function from pluggable.php"
The wp_mail function in my plugin does not override the core wp_mail. The function declaration in the plugin is like this: if (!function_exists("wp_mail")){ function wp_mail( $to, $subject, $message,...
View ArticleAnn-Sophie on "Rewrite taxonomy slug in archive permalink"
I can access my custom taxonomies with this url: www.example.com/taxonomy-name/term But I'd like to have this rewritten to www.example.com/term Can anyone help me out with that? I have no idea where to...
View Articleeflouret on "Call to undefined function wp_insert_term()"
Hello, I need to call wp_insert_term() from outside the wordpress environment. Usually loading wp_load.php is enough to use all wordpress functions outside wordpress. But that isn't working this time....
View ArticlehowToPlease on "Calling widget using shortcode query poblem"
I am calling a widget using shortcode, everything is wordking except when I passs a widget option as a query then it only accepts title. Like [widget...
View Articletstrebeck on "Display same menu for parent and all its children"
I posted this yesterday, but I think this is a better way of wording what I'm wanting to accomplish... I have three main directories in my site, and I'm wanting to display one unique menu for each...
View Articlezsero on "How to change the naming of the resized image files"
Now with custom image sizes Wordpress is almost as powerful as timThumb / phpThumb. There is one problem however. The way Wordpress handles the resized images are chaotic and doesn't survive theme...
View ArticleShafan Hameed on "How to make a registration page and form"
Hi. i want to make a registration page with 2 types of categories but within my theme. Means. i want to make a registration page with registration form. 1 for the customers and 2nd for the subscribers....
View Articlehexagongirl on "Display error messages in custom login form"
I am using wp_login_form() to display a custom front-end login form. I am then using the following code to ensure if the user inputs invalid login credentials or leaves username/password blank, they...
View Articlejetkappu on "change login link"
hi.. how to change link at buddypress , its still default to wp-login and i want change it to page/ http://postimg.org/image/wxriwfj0f/ thanks
View ArticleAndrewND92 on "Count the number of categories one post has"
Does anyone know how to count the number of categories one post has?
View ArticleDLOnline on "Stop current post featuring in recent post on single.php"
I am running a custom query for my recent posts, code can bee seen at: http://pastebin.com/CFZdP3c9 My problem is that it shows my current page post item and I cannot figure out how to pass over it....
View ArticleDigex on "add an icon to homepage service tab"
I have a theme that i am customizing. I created 4 pages. On the homepage, below the featured slider, is a tabbed content area. Each tab is populated by one of my four pages. I want to add icons to the...
View Articleedrdesign on "Multiple Custom Post Type Admin Tables on One Page"
Is it possible to display multiple CPT admin tables on one page? I'm talking about the kind of full functionality you get(edit, quickedit, delete, etc.) within a single admin page? I don't want to use...
View Articlemuhajirkhan on "want to create member directory"
hi to all, i want to maintain the society member's directory on wordpress based website. i checked many plugin, but i am not satisfy with their functionality. i want to make in manually. a little...
View ArticleDesignNoir on "load more post on front-page template"
Hi! I've made a front-page template that displays my selected pages and the 3 latest posts on the same page. Also comments are forced showing on each post. I want to be able to load the next 3 posts by...
View Article