creativewild on "Make plugin options available in front-end for registered...
Hi all, I have tried to search but i was unable to find or i used the wrong keywords for that. Here's my Question: Is there a way to make the backend option os a plugin to be available in the front-end...
View ArticleSupa Hero on "Require email activation link for New Users and also BAN...
Hi, Since my blog will allow public registrations via the default url (wp-login.php?action=register) I registered to my site with a temp username & another gmail address. WordPress didn't even ask...
View ArticleSupa Hero on "Check specific "text" from a Custom Field and output it, or...
Hi, So my blog is based on music news and such.... On my custom fields for embedding media. I only allow 2 sources. - Either Youtube OR a SoundCloud URL So, i'd like a simple php code that can do this:...
View Articlejoshlevinson on "Correct User Login Redirect Action/Filter"
The popular membership plugin 's2Member' uses the wp_login action hook to wp_redirect a logged in user to where s2 deems appropriate. This causes a conflict with other plugins, in that other plugins...
View Articleanoopd on "Change default Url of Category-slug"
Hi Is it possible to change the default url of a category-{slug} page from http://www.mysite.com/category/{slug} to http://www.mysite.com/category/{slug}/{year} where 'year' is the year of latest post...
View Article5ulo on "Multiple category sets"
I'm trying to make to work something like this: Category set 1: + Meat + Vegetables + All (Meat & Vegetables) Category set 2: + Recipes + Info + blah blab bla + some other stuff It's not hard to...
View Articlekazgrafix on "Need to add the User Role in Support ticket admin page"
Currently within the admin of the support ticket plugin I am using it shows a list of tickets that have been submitted. What I'm needing is to have the user role next to the user nicename i.e....
View ArticleDanF89 on "How to get book cover from Google Books utilizing ISBN entered in...
I'm running a theme that has a custom post types built in, and essentially what I need to do is display a book cover on the post (actually a custom post) page when the ISBN was already entered into a...
View Articleaenimaleye on "Exclude blockquote from being displayed in excerpt"
On most, if not all, of my posts there will be a blockquote at the top of the post to introduce a theme or topic, followed by the content of the post. I only want them both to be displayed when the...
View Articlebjarvis2785 on "WP Query Post by Post ID"
I'm trying to create a new template for my theme. What i want to do is actually only show one result in the template. So i need to get post id from the url (which i believe is a standard function), and...
View Articlebushal on "Cannot seem to force XMLRPC posts to pending status"
Hi, this is probably one of those simple stupid things, but I am trying to force all posts created via xmlrpc to be reviewed on the admin interface before being published. Foolishly I thought this...
View Articlehdmhos on "Centralize and Automatic Plugin Data Synchronization"
Can anyone help with a viable solution? We are updating a fantasy football plugin that will be converting into mobile app and install in wordpress sites as well. Update of plugin data (e.g. match...
View Articlemighty.one on "Making Product Titles Hyperlinked on Products Catalog Page"
Hello everyone, Sorry, not sure if this is right for the Hacks subforum. I have a problem with my woocommerce. Basically, on my product (catalog) pages (where products are viewable in a grid), the...
View Articlewebifish on "Find depth of nested shortcodes"
Hi there, I'm trying to find a way to write a PHP function using recursion that finds the maximum depth of short codes inside other short codes, Any ideas ? or a lead on how to do that ?
View ArticleAbhik on "Best Practice for Conditions"
What is the best practice to implement conditions? Within callback or wrapping the hook? Like, function myfunction() { if ( get_option() ) { // Do Something } } add_action( 'hook', 'myfunction' ); Or,...
View Articlechiaroscuro1 on "Need to tweak code for contact form"
I need someone to help me with a minor tweak to some contact form code. I added two custom fields in a contact form a " Phone field" and a "Title, Company" field. They both look great. I found some...
View Articlemgkoller on "Displaying a custom field in Category Archives"
I am using WordPress 3.5.1 / Twenty Twelve Theme. I would like to display a custom field in my Category Archives. I have the following custom field working in my single.php , it displays a custom url /...
View Articleclickmac on "Save Changes function after sorted"
I have a simple table, and the jquery works great for sorting. The fields drags an drops perfectly, and updates then and their. Also of course the data in the fields are saved in a array. The data in...
View Articlepurcebr on "filter hook to add options to the Walker_Nav_Menu_Edit walker"
Hi There! I've set up a custom plugin to allow my user to edit each li's background color from the Menu edit area. It adds a farbtastic color picker to each menu item, by using the...
View Articleedtiley on "Undefined Function Fatal Error In Plugin Class"
Building a plugin using Class structure. Want to display the result of a formula, so I created a public function so it could be done as needed. Something like: public function foo($x,$y) { return...
View Article