wordpress-plugin

How to create a a Custom posts page in wordpress

Hey Guys, First timer here :) I'm writing my own plugin, and I need the basic "Pages -> Edit" page, the one that displays all the available pages in my wordpress, But I need it with a custom query, and if possible to change some actions available. I'm using the Flutter plugin that uses "filter-posts=1" and the rest is just normal "edit...

Wordpress multilanguage plugin

I have a blog on Wordpress in which I need to serve contents in several different languages. I don't want to translate the articles, I just want to have some in each of the languages and just have a way of switching between them. I was looking for a wordpress plugin that allows such functionality but so far I found only xLanguage but it'...

WordPress Plugin Issues

I learned how to create a plugin on WordPress a while ago. However, WordPress changed everything around and I'm trying to create the same plugin using the new WordPress format. I've read several things, but tried to jump right in by modifying the WordPress Text Field plugin (one of my goals with redoing the plugin was to make it usable m...

No feed output when working with Friendfeed and Wordpress API?

This is probably a Wordpress issue more than a Friendfeed issue but could be either. I have tried to debug with Firebug, wP_DEBUG, and error_log() but no issues have appeared. I'm trying to initalize a set of ajax-powered feeds (using Friendfeed API) in the middle sidebar on various Wordpress category pages using a conditional statement...

wordpress-mu: other options apart buddypress to build a good blog social network home page etc…?

Hi, I want to mount a social network of blogs and I am using Wordpress-mu, I need to have a home page to resume all the activity / members / comments, and add featured blogs. I have considered buddypress but I am not very satisfied, because it has more things than what I want. Plz, can you give me names / urls of free plugins for wordp...

wordpress (301 redirect plugin)/ php question

I am setting up a website in wordpress. the site was done by someone else. After setting up the site / database I get the following error: Parse error: syntax error, unexpected $end in C:\Documents and Settings\user101\ Desktop\wordpress\wp-content\plugins\wp-301redirect\wp-301redirect.php on line 320 line 320 is the very last line o...

For Wordpress, Is there a Twitter plugin shows twitter updates from people I follow?

Hi, does anybody know if there is a Wordpress plugin that allows me to show Twitter updates from people I follow? If someone knows about it, please share with me. Thanks in advance. ...

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, 'wp-members' which wouldn't work with 2.8.4 'user access manager' which was too complex clunky to be useful. There should be something basic...

Wordpress: Accessing A Plugin's Function From A Theme

Hi all, 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 can help. I have a plugin in Wordpress that is activated and working fine. The class for this plugin has a function called generat...

WP-Facebookconnect Fatal error: Cannot redeclare class PEAR_Common

Hi, I'm attempting to install the WP-FacebookConnect plugin for Wordpress using these instructions: == Installation == Copy the plugin to wp-content/plugins/wp-fbconnect under the Wordpress installation. In the Wordpress Admin panel, visit the plugins page and Activate the plugin. the following error message occu...

How to allow self-registration to join a specific Wordpress MU blog.

Hi, I have a Wordpress MU instance installed. I allow self-registration, and self-creation of blogs. I have a user who has created a blog for a Chemistry class. He wants his 100 students to be able to self-register and become authors on this blog. By default, when you follow the Wordpress MU register link, you are signing up for a ...

Inserting a post in Wordpress using MySql

Does anyone know how to insert a new post into Wordpress using sql? ...

Wordpress Plug-ins: How-to add custom URL Handles

I'm trying to write a Wordpress Plug-in but can't seem to figure out how you would modify how a URL gets handled, so for example: any requests made for: <url>/?myplugin=<pageID> will get handled by a function in my plug-in. I'm sure this is a very simple to do, but I'm pretty new to working with Wordpress and couldn't find it in the d...

Text box value into array instead of options

I'm working on a wordpress plugin, and have come across a barrier of sorts. I need to take in a value from a textbox from the options page, but I don't want that information stored within the options.php file. Instead, I need to get that value, and then store it within an array, and later that array will be filed into the options.php fil...

Wordpress custom query pagination

I have a wordpress site, where on the main page I list the content from more categories. My question is, is there a plugin where I can paginate the results from a category?I mean something like $this->plugin_paginate('category_id'); or smth? Best Regards, ...

How do I concatenate a string in a PHP Array Element?

I am customizing wordpress blog and I have a need to make custom sidebar widgets. My PHP is rusty at best. What I am trying to do is concatenate a php variable into a string being set as an array element. here is the code I am using, it doesn't seem to work. All it does is print the stylesheet directory at the top of every page: if ...

Sorting top votes in a timeframe using "Vote it up" and wordpress

I'm building a digg-like voting site for christmas greetings. I'm using wordpress and the "Vote it up" plugin. I am having alot of troubles being able to sort the vop votes within a timeframe. You can see what I mean on this site; http://wordtaps.com/ Look at the timeframe on the top right, that's exactly what I want. The site also use...

WordPress Contact Form 7: Send button does not submit, redirects to same page (jquery / anchor navigation)

I am developing a WordPress page that uses a jquery.slideto.js navigation system and html anchors. I am using the Contact Form 7 plugin When pressing the "send" button, the form does not submit, and the included jQuery validation script does not fire. Instead, it just reloads the current page without submitting. I have included the ...

Add URLs to list of urls to send pingbacks to in Wordpress

Is it ok to ask question about Wordpress development here? Any way i have a plugin that inject some HTML into a post to display some information from our site alternativeto.net. The plugin is located here: http://wordpress.org/extend/plugins/alternativeto/ The problem is that our content is added to the post via javascript when the pos...

How do you remove inline styles in Wordpress?

I am currently trying to remove inline styles that come from the wysiwyg in Wordpress. My problem comes from editors styling their blog posts and its looking terrible, the main culprit being font sizes. I was wondering if anyone knew of a plugin for Wordpress? OR if anyone knows if it is possible to turn off CSS inline styles in tinyMCE...