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.

learn more… | top users | synonyms (2)

0
votes
0answers
6 views

How to correctly install YUI Compressor with the W3 Total Cache

I try to install YUI Compressor on my wordpress installation (cent OS CPanel). I followed this tutorial. Now I receive this error "JAVA executable (/usr/local/bin/java) is not a valid file." What is ...
0
votes
1answer
23 views

How to multiply a post to test internal search results?

I'm using two ways to do my search. One, located in search.php: <?php /* Search Count */ $allsearch = &new WP_Query("s=$s&showposts=-1"); $key = wp_specialchars($s, 1); ...
1
vote
3answers
337 views

Why am i getting this error? WordPress database error: [Query was empty]

I am using Wordpress 3.4.2, latest version! I have no plugins installed except the one that I am writing. So Here's the deal, I'm reading a json feed and i'm trying to import its content into a ...
0
votes
0answers
23 views

very simple oop issue with wordpress plugin

I'm using Tom Mc'Farlins Plugin Boilerplate, and I'm facing this huge problem. I can't update an option when the publish_post action is fired. I have a function that hooks into the publish post ...
1
vote
1answer
21 views

What is the purpose of $merged_filters?

Savvy WordPress user here, or at least trying to be. I have the hang of hooks and filters with the code in WP's plugin.php The only thing I cannot seem to understand is the $merged_filters global. ...
0
votes
2answers
19 views

register child class in another plugin

I think this should be relatively easy, but somehow I cannot figure out how to do this. essentially there's a preexisting plugin that does this: add_action('widgets_init', create_function('', ...
2
votes
1answer
104 views

Inherit plugin settings to new site in Multisite

I use the Breadcrumb NavXT plugin for a WP Multisite. I activated the plugin for all sites so I can use it throughout my network. My problem is that every time I add a new site I have to change the ...
-1
votes
0answers
11 views

How can I embed a map into my blog in which I can add markers? [closed]

I am trying to build a wordpress blog, the center of which is a map where I show people cool places to go to in my city. So, what plugin can I use where I can add my own markers?
0
votes
2answers
312 views

Disable all scripts and styles from NextGEN Gallery?

I use nextgen gallery in a multisite. How can I disable all scripts and styles? These thing are loaded in the code of my site: <link rel='stylesheet' id='NextGEN-css' ...
0
votes
2answers
106 views

How to run Two Wordpress blogs with different themes and with single database and same content

How do you run two Wordpress blogs with different themes using one database where the content remains the same in both sites? The issue that I am getting is at the Domain mapping in both blogs.
-1
votes
0answers
12 views

I want to make a wordpress login , user have there dashboard and managing account [closed]

I want to make a wordpress login , user have there dashboard and managing account ,Please send me any plugin which suit this .....logic
0
votes
0answers
14 views

Spinning Articles and Publishing to Multiple Sites

I have a main wordpress blog site and several small specialized sites that are each similar. I'd like to be able to create original articles using spin code (so I can create many variations on a ...
1
vote
1answer
1k views

Reblog from Tumblr to Wordpress

If you have a Tumblr blog, you can 'reblog' from other Tumblr blogs, much like a trackback. I follow a couple of Tumblr blogs and sometimes want to quote from those websites. And, on these Tumblr ...
2
votes
1answer
175 views

How could I execute my plugin just in frontend (not in backend)

I don't need my plugin running through wp-admin, including wp-login. How could I prevent it? is_admin works fine but i don't know how to ignore everything related to wp-admin (like wp-login.php). ...
0
votes
1answer
37 views

How to make my plugin theme-independent?

I need a little help and/or consulting for my next steps. (I'm a beginner!) I've been working on my plugin, using a Custom Post Type "Project", some help from the plugin "Advanced Custom Fields" - ...
1
vote
1answer
278 views

AJAX search as you type?

I'm trying to implement a kind of "search as you type" feature with the Search bar. Essentially, I'd like to have the user begin to type, make some kind of ajax request after each key, and then ...
1
vote
1answer
17 views

Plugin Handle URL With Custom Theme

I need to develop a plugin in which a special page needs to be created. This page will have a completely separate design from the rest of the website, and will be located at a specific URL. I realize ...
0
votes
0answers
21 views

register_setting - validation callback weirdness

I'm working on a plugin and having some issues validating input on its settings page. I'll try to explain as briefly as possible what I'm doing in the plugin file: if (is_admin()) { ...
0
votes
1answer
8 views

Simple tree display of WordPress menu

I want to display my wordpress menu in the form of a simple tree like this: >First menu item >sub-menu-1 >sub-sub-menu-1 >sub-menu-2 >sub-menu-3 >Second ...
0
votes
0answers
16 views

Wordpress plugin update required not showing in dashboard

I've updated my first plugin (making a branch/tag to tags/1.1.0 from the trunk) All version numbers are correct in the files and everything shows up on the plugin page as it should. However, the ...
3
votes
2answers
223 views

Tag selector like stackexchange?

I'm creating my own form based on this and I'd like to have a tag selector which is similar to the one on StackExchange. I can roll my own but I was wondering if something similar already exists. ...
-1
votes
1answer
18 views

Client collab area with custom forms [closed]

We are a sign company. One of the projects we would like to get done is to have an area where we can work with clients to do permitting, cost analysis, etc... The idea being that the salesman goes ...
0
votes
1answer
161 views

Display Thumbnail instead of text title - Wp Plugin 'Download Monitor'

i am using this nice plugin (wordpress download monitor), nice feature. i have a one problem, there is category download section, actually i want to display thumbnail instead of "post title" please ...
0
votes
1answer
12 views

Redirect url in plugin to somewhere else?

I am using WP-SNAP Extended! v1.0.0 and I want to use this alphabetical menu as a sub-menu beneath my header. I managed to get the alphabetical menu in place, but now, if I click on a letter, it will ...
3
votes
2answers
2k views

Auto-post to multiple sites like Posterous? [closed]

I'd like to be able to autopost from my wordpress site (private wordpress.org, not on wordpress.com) to multiple sites with one plugin/hack from within wordpress. I'd like my posts to be able to be ...
4
votes
1answer
2k views

Making my plugin multi-site compatible

I want my plugin to be installed on each blog and create database tables per blog. I have this code: register_activation_hook( __FILE__, 'install1' ); function install1() { global $wpdb; if ...
0
votes
2answers
24 views

Add Stack Exchange Recent Questions to a wordpress sidebar?

So my question is what is the easiest way to go about scraping a Stack Exchange forum "recent questions" and display them in the side bar of a wordpress site?
0
votes
1answer
19 views

Looking for advice for a mail sending plugin

I would like to write a Wordpress plugin that sends one email every day for 7 days for newly registered users but I'm not sure how to start. My plan would be: hook the register function to send ...
2
votes
2answers
198 views

Custom database or Custom Post Types?

I have been searching throughout the web for the best way to implement what I need but just cannot find a best solution as there always seems to be some drawback. I'd prefer to do it right the first ...
-5
votes
0answers
40 views

Plugin to style current sub-category in categories widget [closed]

I have posted before, wanting to style the parent category in use, and the current category in use. Here is a Plugin that does that: Editing "Kahi's Highlight Used Categories" plugin ...
0
votes
0answers
22 views

Get plugin info from Wordpress.org repository API with plain PHP code [duplicate]

The documentation of the Wordpress.org API is quite terrible. It links to a website that gives a 502 Bad Gateway error. To be precise, how should my POST request look to the ...
0
votes
1answer
13 views

Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts

I use WyPiekacz to set various conditions for authors when creating posts, for example checking if the post has a featured image or how many tags that are being used. It works fine. However, these ...
0
votes
1answer
118 views

Adding class to last list item? Not WP generated

this one has been getting me for a while. At the moment I have a repeater field with Advanced Custom Fields: <ul id="servicelist" class="clearfix"> <?php if(get_field('homepage_service')): ...
0
votes
0answers
12 views

How to get a sitemap for self hosted wordpress blog? [migrated]

My website is javatechig.com is around 6 months old. I have used All-in-One SEO word press plugin for SEO tricks. Definitely after using SEO plugin, my website page view is increased, but still it is ...
-2
votes
3answers
157 views

Plugin: Custom menu item problem

I'm using the following snippet to add a menu item: <?php add_menu_page( 'Foo Server', 'Foo Server', 'manage_options', 'foo-server', array('Class', 'method') ); ?> Fine, ...
0
votes
0answers
9 views

How can I improve the performance of the TablePress plugin?

I have some tables on one of my sites and I realized that the Tablepress plugin is taking lots of resources, I did a test with the plugin P3(Plugin Performance Profiler) and that plugin a lot is ...
4
votes
2answers
245 views

How to tell if Jetpack's Photon is active?

There are multiple ways to identify if a plugin is active (here's one) but how can we identify if a specific JetPack component is active, for example Photon?
-1
votes
0answers
25 views

get_terms wordpress

I created one PHP class that has a method which is using get_terms() function of word press. Then I am creating the object of that class in other PHP file and calling that method, the method is called ...
0
votes
0answers
24 views

load blog post with AJAX

I want to be able to load a specific blog post without reloading the page. I was thinking to use prettyphoto which is already installed in the theme which I'm using, I added this : <a ...
0
votes
1answer
18 views

How to send “Location” header on plugin form submit event?

How to redirect to specified page after form was submitted? Warning: Cannot modify header information - headers already sent by (output started at wordpress\wp-admin\menu-header.php:94) in ...
0
votes
1answer
22 views

Overwrite CSS of Instaemail plugin popup

I am using instaemail plugin on my wordpress for sending a post by email and I am trying to customize popup window, but seems that I can not overwrite Id or I don't know how to do it. Same popup you ...
0
votes
0answers
12 views

Google XML Sitemaps and WP Realtime Sitemap: problem with accessing URL “/sitemap(/)”

I created a page called "Sitemap" with a permalink of http://domain.com/subfolder/sitemap/. On this page I used [wp-realtime-sitemap]. When I try to access this page I have two different behavior: ...
0
votes
1answer
22 views

Absolute paths in backend for plugins after moving wordpress

I wanted to move my wordpress from www.domain.com/old-name to www.domain.com/new-name. I thought that this is no problem and I missed backing up... Now if your are logged in into the dashboard the ...
0
votes
2answers
30 views

How to override shortcodes.php core file?

I would like to override/update to core shortcodes.php file. Build an array and send data differently to other functions, but my question is how to do that without editing the core file? Is there a ...
0
votes
1answer
22 views

Photos do not show on SEO platform built into a wordpress plugin

I’m building an SEO application. I built a plugin from the folder with the application. So, the folder is called body_call and inside has the body.php, the index.php (in which I placed the plugin ...
0
votes
1answer
74 views

Products not adding to cart using jigoshop plugin

I have used Jigoshop plugin in my wordpress Ecommerce website. I have an issue. When i add the product to the cart after logged in as any user, it works fine. But when i add a product to cart before ...
0
votes
1answer
21 views

Example for use tinymce in wordpress 3.5.1?

I'm search the topic about how to use tinymce in wordpress 3.5.1 and i not found. I'm writing plugin and i have textarea that i want to add timymce into What should i do to add tinymce into suppose ...
4
votes
1answer
841 views

Combine multiple plugins into one?

I've collected a few plugins that each have specific functionality I need for what would otherwise be a single large plugin. Is it possible to bundle these into a single installable zip?
0
votes
2answers
231 views

How to get post ID with hooks publish_post, new_to_publish, etc

I have two plugins, one uses the function wp_insert_post(), the other has a code like this: add_action('future_to_publish', 'myFunc', 10, 1); add_action('new_to_publish', 'myFunc', 10, 1); ...
0
votes
0answers
10 views

Product Bundles + Gravity Forms=Quantity

We have just bought both Product Bundles and Gravity Forms Add-ons to be able to create packages. The feature we want doesnt seem to be there. We want customers to be able to pick 2 x number one, 3 x ...

1 2 3 4 5 61