wordpress-plugin

Wordpress post visit count?

Hello,sorry for starting another post,here is the link of my previous similar post my previous question.Problem is when someone visit some post,I want to record that,to increment counter for that post.But counter is also increment for previous post(always previous post).Can not find a way to solve this. here is the code that I use : fu...

How to achieve Post-Redirect-Get in a Wordpress plugin's admin menu page?

I am writing a Wordpress plugin, which adds an admin menu page. In the page is a form. When the form is submitted, the plugin writes to the database. But then I encounter a problem: whenever the user reloads the page, he/she is asked whether to send the POSTDATA again. If the user clicks yes, the plugin writes to the database again. Aft...

Getting list of categories available in wordpress NETWORK sites.

In my plugin, I am trying to get the list of categories available in all the available network website. Is it possible without writing SQL query? ...

Easiest way to hide (some) wordpress plugins from users?

I'm using WordPress to make my users make their own website/blogg. I have a set up im cloning out to all the users with some special user-roles and standard plugins. however, some of the plugins are the users not supposed to make changes to or inactivate. is their any way to select which plugins different user roles are allowed to use...

Upgrade Wordpress Plugins Remotely

Is there a way to remotely upgrade wordpress plugins? The closest thing i have found is http://managewp.com/ but the updater there does not work properly. ...

WP ecommerce – Flow Player not working on product pages

I've got flow player working within Wordpress WP-ecommerce module. But for some reason the player does not work on the products pages. Any Ideas? ...

How does array(__CLASS__, work in wordpress?

I'm trying to mod a wordpress plugin to take custom categories. So when the random_post_link is called, I can add the custom category by using random_post_link('Random Link',3). 3 being the category name. How does the plugin below create a new object of class Random_Post_Link? I thought you created new objects by doing something like: ...

Event-calendar style dates for own category

Hi, Is there some easy way to add event-calendar plugin style dates to my own category? I would like this page: http://www.papermakerswiki.com/blog/category/call-for-papers/ to look like the one event-plugin generates: http://www.papermakerswiki.com/blog/category/events/ ...

How to link WP Pagenavi to a different page template

I'm using wp-pagenavi plugin on a page with multiple post loops. The pagenavi works with the bottom loop, but on ever page after the first I want to only show one of the loops. Do I have to add a php conditional statement to the page template? if so how? Thanks ...

Wordpress Email subscribtion ?

Hi, I have Wordpress blog site and I wanted the users to enter their email to subscribe to my blog.If i add any new post in the blog the subscriber should to get the email alerts. I know this is possible since I have seen in many blogs. If anyone know how to implement this in Wordpress, let me know. ...

Wordpress and buddypress advice

Hi There, I have a website that I want to setup so that users can register for the site but the administrator of the site will have the final say on whether or not they can be a member of the site or not. I am running Wordpress 3.0.1 and Buddypress 1.2.5, buddypress is used to register the user, so I assume it will need to be a buddypr...

How To Include CSS and jQuery in my wordpress plugin ?

How To Include CSS and jQuery in my wordpress plugin ? ...

How to create wordpress user from cross domain registration form

I want to create registration form for my website but my server is not provide database for storing data. so in this way i used wordpress on another server and i want to store registration information in wordpress user information and maintain also with wordpress. hows this possible.... ...

Templating within a plugin - Wordpress

Hi folks, I need to create a plugin used to create a part of a web page. Therefore, it would be very useful for me to create a php template to be used by the plugin to generate the content. Unfortunately, I can't find anything within the Plugin API and I'm quite confused about it right now. The plugin needs to generate a list of i...

Wordpress popularity contest to only track posts from a specific category

Hi there! I am using popularity contest for wordpress in a self-hosted website. Is it possible to the popularity contest only track the posts from a specific category? Thanks in advance. ...

How do I call functions from my Plugin in WP template?

I've created a calendar plugin and now I want to show a event list in one of my templates. The code I'm using now, is this: include_once(WP_CAL_PLUGIN_DIR.'eventcal.class.php'); $calendar = new EventCalendar(); $events = $calendar->getMultipleEvents('5'); (...) <table> <?php foreach($events as $event) : ?> <tr> <td><span><?php ...

Plugin Suggestions - Wordpress as a Membership Directory

I've been trying struggling over the last 2 weeks to find a viable way to configure a Wordpress installation as a membership directory that pulls information from user profiles (custom and default) and displays it in a presentable (possibly sortable) format. Initially, something along the lines of the Sobi2 plugin for Joomla! was search...

Accessing post custom variables within a plugin - Wordpress

Hi folks, 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(); $featuredPosts->query('showposts=5&cat=1'); for($i=1; $i<=$featuredPosts; $i++) { // second for() loop for post slides while ($featuredPosts->h...

Why my wordpress plugin settings shows up for users other than administrator?

I have a plugin installed in my wordpress site which allows user logins as contributor. But the settings tab for this plugin appears even if user logins as contributors. Is there a quick way to make sure the plugin settings appear only for administrators? ...

[Plugin: WP-Table Reloaded] Data Export

Hi, I recently moved my WordPress site from my Mac OS X to Windows XP and before my site url was http://localhost:8888 on Mac and now is just http://localhost. After exporting the WP-Table Reloaded dump file from plugin options from my Mac, I viewed the dump file and noticed that it had the path http://localhost:8888, which is not corr...