Tagged Questions
Plugins are tools to extend the functionality of WordPress. This tag should not be used to mark requests for plugin recommendations, which are off-topic per the FAQ.
0
votes
0answers
10 views
Library License in WordPress Plugin? [on hold]
I'm planning on listing my WordPress plugins on WordPress's plugins and GitHub. However, the WordPress plugins contain javascript libraries in order to work which are licensed under the MIT License. ...
0
votes
0answers
5 views
WP-Customer-Reviews Causing Login Error? [duplicate]
I have the plugin WP-Customer-Reviews and it's very good, but each time I attempt to login this message comes up:
Catchable fatal error: Object of class WP_User could not be converted to string in ...
0
votes
0answers
8 views
Multiselect value in wp_query
i have been trying to display the post that contain specific tag.
what i am trying is: if user search for post related to tagss for example: if user selects the tag Don after submition the query ...
0
votes
1answer
10 views
disable lightbox in a plugin [on hold]
i'm using the PHOTO ALBUM plugin for wordpress and I would like to disable the lighbox effects - meaning, i just want to show the thumbnails...
is that even possible?
Thank!
1
vote
1answer
18 views
Disable WordPress password reset via mails,instead notify admin about the reset request
How can I disable password resets via mail and notify the admin via mail about the password reset request the user has made so that he can reset it manually?
So what I'm looking here,the user enters ...
0
votes
0answers
6 views
Compare all products together in Woocomerce Compare Plugin
I am using Woocomerce Compare Plugin.It is working fine but I want something other than it's basic functionallities or may be I dont know plugin has that feature also.
I have checkboxes on my product ...
0
votes
0answers
6 views
Memory Exhausted when using get_posts [on hold]
I am writing a plugin to parse the XML file as POST into database. This parsing has one condition that I have to search for other POST Type for particular record. i.e. if Agent with "Custom meta" ...
2
votes
0answers
13 views
Plugin translations files outside plugin directory? [duplicate]
I'm using the excellent Codestyling Localization plugin to translate themes and plugins.
But there's a problem when translating plugins, namely that the translated strings are saved to ...
1
vote
0answers
38 views
How to display sub taxonomy images on taxonomy page?
I am trying to display only sub taxonomies with images of current taxonomy in taxonomy page.
I have created custom taxonomies for a custom post type and using the plugin Categories Images to add a ...
0
votes
1answer
23 views
Get post id in Post Page within Wp-admin
I want to get post ID within Post page. I need this for custom meta box so i can set the id in shortcode. I can show the result in notices but don't know how to make it global to use for meta input. ...
0
votes
3answers
36 views
Absolute Path (ABSPATH) in WordPress is not working
I am currently working on a small task that store a plugin information into database, but I have problem regarding to include the file that has the functions to run the query.
Here is the line that ...
-1
votes
0answers
18 views
Will this block of code completely destroy the plugin? [on hold]
I stumbled upon a question not so long ago and was intrigued to see if there was a possible way of answering the person's question and after doing a little looking around I found this answer:
By ...
0
votes
1answer
26 views
How can I apply no-disposable when programmatically adding a user with wp_insert_user()?
How can I run no-disposable-emails plugin when programmatically adding a user with wp_insert_user()?
I mean how does that work?
http://wordpress.org/plugins/no-disposable-email/
...
-1
votes
0answers
11 views
Nodequeue like wordpress plugin [on hold]
Is there any plugin that mimic Drupal's nodequeue module? I tried 'Advanced Custom Sort' plugin but it takes a very long time to bring the results back and it's inefficient in doing the search. I ...
-1
votes
1answer
20 views
woocommerce_order_status_completed action hook not working
I am developing woocommerce extension wher i need to perform some task after order is successfully completed. For that I started coding.
I used following code in constructor of my class.
...