Wordpress plugins allow users and developers to extend the default Wordpress functionality.
14
votes
7answers
15k views
Can I install/update wordpress plugins without providing ftp access?
I am using wordpress on my live server which only uses sftp using an ssh key.
I want to install and upgrade plugins, but it appears that you are required to enter your ftp login to install the ...
6
votes
1answer
266 views
Is there a PHP 5.2 'compatibility mode' for PHP 5.3?
I'm currently developing a Wordpress plugin. I just became aware of the fact that most major Wordpress hosting environments are still using PHP 5.2. Given the fact that security patches for 5.2 are ...
6
votes
3answers
1k views
Free comment spam blocking alternatives to Akismet [closed]
Hello can somenone sugets the best free alternative to Askimet for blocking spam from coments in WordPress?
6
votes
2answers
1k views
Adding posts with thumbnail programatically in WordPress
I know I can use the wp_insert_post() function in WordPress to add posts programatically, but I want to add posts with a thumbnail, and for that matter, also resize/crop the post photo to the correct ...
6
votes
1answer
2k views
Wordpress plugin - add a new page
Starting out with Wordpress plugin development - how does a plugin add a page to Wordpress that utilizes the current theme? For instance the plugin would create a page at this URL:
...
6
votes
1answer
147 views
Manage widgets from page edit screen
I'm looking to find a way to integrate the widget control area into the page edit screen. For the site I'm making it would be perfect with the same drag and drop functionality.
I want a list of the ...
6
votes
4answers
958 views
Wordpress API: Add / Remove Tags on Posts
I know it seems like a simple operation, but I can't find any resource or documentation that explains how to programmatically add and remove tags to a post using the post ID.
Below is a sample of ...
6
votes
4answers
3k views
PHP and WordPress: Debugging
I am writing some plugins and themes for WordPress, and I finding it hard to debug because somehow by the time the page has loaded, $_GET, $_POST and $_REQUEST are all empty. Even with error reporting ...
6
votes
9answers
14k views
Wordpress Digg-Like Voting System Plugin
I just found out about BuddyPress (a collection of plugins that convert a WordPress MU install into a social network) and now I was wondering if there are any Digg-like voting plugins for WordPress. ...
5
votes
1answer
2k views
How to check if currently in Wordpress Admin?
I am creating my first plugin and have a single function that controls the output. This function has different output based on whether or not it is being viewed from within the WordPress admin vs. the ...
5
votes
4answers
1k views
WordPress plugin development using OOP
I am new to plugin development. So please correct me, wherever I get it wrong.
I have a website which needs a players plugin with the following needs:-
An administrator controllable form for player ...
5
votes
2answers
646 views
How do you add a WordPress admin page without adding it to the menu?
I'm building a WordPress plugin and I'd like to have an edit-item page that can't be reached via the submenu (because then the item wouldn't be specified).
This resource ...
5
votes
13answers
583 views
Good resources for Wordpress?
I'm building quite a large site, no e-commerce, but a a lot of specific content to be managed. For some reason, the client wants Wordpress. There is no way of getting around this...
I've used ...
5
votes
1answer
681 views
Git and WordPress (+ managing plugins and media)
I'd like to apply revision control - using git - to my WordPress-based website development.
Based on my concerns below, how do I go about?
Concern 1: Pushing "granular changes"
In this specific ...
4
votes
1answer
89 views
jQuery in Wordpress not working as expected in Chrome
I've been having this weird issue with jQuery which came with Wordpress 3.2.1. I'm developing a WordPress plugin. I'm using Chrome to do my debugging. I would normally turn on the developer tools to ...
4
votes
3answers
184 views
PHPBB with wordpress
How to integrate phpbb with a wordpress site. When ever a user registered on my site automatically creates a forum account also. Any body knows the solution for this please help me.
4
votes
3answers
247 views
Wordpress as cms for different page content per country
Which plugin to use?
I use wordpress as a CMS and was wondering which plugin I could use make 1 page with dynamic content for different selected country/per domain/URL?
(I would like to have many ...
4
votes
3answers
110 views
Reduce chances of PHP plugins being malicious
I was wondering what steps you use to keep downloaded plugins from being malicious?
For example, what does wordpress do to ensure that the plugins you download do not simply execute unlink('/')
I'm ...
4
votes
7answers
5k views
what's the best ecommerce plugin for wordpress? [closed]
I would like to design an eCommerce website with WordPress. I don't want to do it from scratch so I'm looking for a free plugin. The features I expect it to have are:
shopping carts
shipping ...
4
votes
1answer
1k views
Wordpress: Accessing A Plugin's Function From A Theme
I'm trying to add some functionality from a plugin I have made into a Wordpress theme but I am having little joy. The documentation doesn't really help me solve the problem so perhaps someone here ...
4
votes
2answers
1k views
Wordpress - automatically creating page
How to automatically create wordpress page (for example when plugin is activated)?
3
votes
2answers
397 views
How to change this complex function to a simple redirect
I have been making some changes to a wordpress ecommerce plugin and I've taken out a ton of functions to make it simpler for my needs. Now it won't redirect to the thankyou page after the purchase ...
3
votes
2answers
281 views
How can I secure a GPL based application against unauthorised use?
I am developing a subscription based WordPress plugin, where a paid subscription gives the product owner an API key and the right to use the plugin. This question is a variant of my broader question ...
3
votes
1answer
133 views
Wordpress PageNavi Plugin Doesn't Work on category.php
I have a problem with PageNavi showing 126 pages (for 126 posts -- that part is almost correct), but instead of breaking it down by 10 (expecting 13 pages) it shows all posts in every page. If I ...
3
votes
1answer
49 views
Apply theme based on user selection in Wordpress?
I have an idea to create a template sites that basically shows a different templates in web page. When user select particular template, The site should have changed to that theme selected by user at ...
3
votes
1answer
63 views
Where should I store global data for my multi-site WordPress plugin?
I wrote a plugin for WordPress which has a few user-configurable settings that are stored using WordPress's suggested method. I know they are saved in the wp_options table, but that is abstracted by ...
3
votes
1answer
89 views
How to create a widget that uses parameters on a global and per post basis?
I have created a widget and so far it only displays on the home page. However I want it to appear on the post page, and only if the user has inputted a parameter.
class My_Widget extends WP_Widget {
...
3
votes
3answers
184 views
wordpress: loading javascript only where shortcode appears
have an interesting conundrum. I need to load about 8 javascript files and the same number of styles for my plugin. These are only needed where ever my shortcode is ran.
I've tried to load them with ...
3
votes
1answer
118 views
Custom file name in cforms upload
I really like the cforms plugin for wordpress. It's very powerful, yet easy to use.
But today I ran into a dead-end.
Basically I need a form to let users submit their first- and last name, then ...
3
votes
3answers
820 views
Problem with WordPress “save_post” Action
I have developed a WordPress plugin which needs to perform additional processing when a post of a custom post type is saved.
The most logical solution was to utilise the "save_post" action. Upon ...
3
votes
5answers
2k views
How to integrate Facebook into WordPress registration/login?
Here's what we hope to accomplish: a WordPress site that will allow users to register/login EITHER with Facebook OR WordPress and have the same access to posts/pages/content. From all the research ...
3
votes
1answer
399 views
How does plugin system work (wordpress, mybb …)?
I'm curious how plugins work, I just know that instead of changing the code we use plugins, but how do they do their job without changing the code ? and what should a coder consider when coding a new ...
3
votes
3answers
173 views
Multi theme wordpress plugin idea
I have an idea for running multiple wordpress themes at ounce. This might be a good thing to build into a wordpress plugin, if possible. And yes, I might undertake such a task if it isn't ridiculously ...
3
votes
3answers
278 views
Help to execute a shortcode outside postent content area
To Begin, I'm using this plugin
http://wordpress.org/extend/plugins/my-youtube-playlist/
& this theme,
www.press75.com/themes/on-demand/this-is-a-sample-video-post-4/
My intention is to have ...
3
votes
1answer
122 views
Accessing post custom variables within a plugin - Wordpress
I've tried the following method within a plugin:
get_post_meta($featuredPosts[$i]->ID, "Thumbnail", true);
within the following plugin code:
$featuredPosts = new WP_Query();
...
3
votes
2answers
307 views
Check if user with ID or name X is online
Is there any way to check if a user with a certain id or name is online in Wordpress?
3
votes
3answers
315 views
Custom hooks in WordPress across plugins
I'm trying to create a hook in one Wordpress plugin that could be used by other plugins. First off, is this even possible? I'm also sending some additional args so this may be 2 questions in one since ...
3
votes
1answer
564 views
Wordpress: Insert Category & Tags Automatically if They Don't Exist?
My goal is just to use some type of default method for checking if category exist in Wordpress, and if it doesn't, add the category. Same with tags.
Here is a mess I made trying to make it happen:
...
3
votes
4answers
153 views
Assume that WordPress is an almost-there CMS. What Plugins would you add to the 'core' to make it equal to “Real” CMSes?
It's obviously a matter of some controversy as to whether WordPress is a CMS, but like it or not, it's an extremely popular platform.
Assume for a moment that it's an almost-there CMS.
What ...
3
votes
1answer
846 views
I want to implement TinyMCE in my Wordpress plugin. HOW?
Basically need the default Wordpress TinyMCE WYSIWYG editor where the user will enter some formatted text in my plugin. How do I integrate/implement TinyMCE in a simple HTML Wordpress form??
I'm ...
3
votes
3answers
879 views
Does a PHP library exist to work with PRC/.mobi files?
I'm writing a WordPress plugin to create an eBook from a selected category in most major eBook formats. I would like to support MobiPocket since that's the format used by the Kindle but I'm not sure ...
3
votes
4answers
1k views
Wordpress Database $wpdb versus get_option()
So I have been developing plugins that create interact and delete to a database by using the get_option functions.
I have now seen some tutorials showing how to use the global $wpdb way of getting ...
3
votes
3answers
3k views
Inserting a post in Wordpress using MySql
Does anyone know how to insert a new post into Wordpress using sql?
3
votes
7answers
2k views
Members only based plugin for Wordpress
Can anyone recommend me a good membership based plugin? I just want to hide pages(as well as their tabs) if users aren't signed in.
So far I found:
'Member Access' which doesn't hide the tabs,
...
3
votes
2answers
6k views
How do i make custom query with wordpress?
i need to make a query in a wordpress plugin but i couldn't find a wordpress function and i'm not sure is right to use mysql_query
the functions i've found enable ordering and grouping but i need to ...
2
votes
0answers
12 views
Bizarre, registering/enqueueing / plugins_url() custom css in Admin of wp 3.3.1
I have a problem with registering and enqueueing a css file (in an admin form)
I'm trying to register and enqueue my css file in admin using admin_init, with
$myStyleUrl = ...
2
votes
1answer
23 views
WP Plugin: Adding a custom code in editing post and rendering it
I am new into WP Plugin development. I want to make a plugin which adds the facility to use any custom code within editor to render it into something else. For instance if I am referring my Hacker ...
2
votes
1answer
43 views
Sharebar floating Restriction - WordPress
I'm using a Sharebar plugin in my wordpress blog, which is floating vertically on the left side of the post page. I like to know is there a way to restrict the floating property of the bar to a ...
2
votes
1answer
23 views
Subscribed users only download feature
I am looking for an WordPress plugin which allows only the subscribers in feed burner to download an particular file. Could any one help me with it?
2
votes
1answer
51 views
Javascript & JQuery Troubles - Grabbing & Writing YouTube Data to Page
I would say I have a little experience with Javascript and JQuery, but in the time spent working on one of my newer sites, nothing is going my way. Basically, I use PHP to write a video ID to ...