0
votes
1answer
9 views

Wordpress Feed Creator Name Tag Full Name Instead Of First Name

I am parsing a Wordpress feed in my iOS application. I don't know much about Wordpress and its customisation. The feed shows the author name as below: <dc:creator>andy</dc:creator> ...
-1
votes
0answers
19 views

Beginner/Well-documented plugins for practice for a newbie [closed]

I just read Plugin development chapter from 'Professional Wordpress 2010' book. I also created the example plugin. But i am not confident yet. i need more practice. So, please suggest me few plugins ...
0
votes
0answers
20 views

WordPress Popularity Score relative to all posts (score views, shares and comments)

I am trying to find a solution to score my posts in an effort to visually represent how "hot" they are, relative to other posts, or relative to a score of 1. I have views, total shares and comments ...
0
votes
1answer
104 views

Query Problem - Show posts within category 'x' that have a custom field between 'y' and 'z'

I'd like to display all posts within a given price range. For example: When a user inputs 100 and 1000 (in two separate form fields) - my site will display all posts that have a custom field called ...
0
votes
1answer
80 views

How do I use duplicate wordpress plugins

I am using Inventory Manager Plugin and it is currently working great. The issue I have is that I need to use the same plugin, but I need to install a fresh version of the plugin while maintaining the ...
2
votes
1answer
354 views

Show a user their recently viewed posts

I am working on a project that showcases a number of products, so i'd like to add a "recently viewed product" selection that keeps track of the last 5 or so viewed products or posts. I saw this ...
0
votes
1answer
116 views

Practical Solutions to HTML5 Video on WordPress

I was directed here from Stack Overflow -- We work with clients who have WordPress sites and one thing we keep struggling with is implementing HTML5 video across all browsers and devices in the ...
0
votes
2answers
298 views

Let user subscribe to specific categories

How could I let each user subscribe to a specific categories of his choice? I want to do something like reddit subscribe to categories? Is there any tutorial helps doing this?
0
votes
1answer
33 views

Cross-Blog Related Posts

Is there any known way to display related posts across blogs? Its a really simple question, but I'm not aware of any ways to effectively link the blogs together.
0
votes
2answers
46 views

creating a plug in that would tap into save/update action of posts

What's a good plug-in that taps into the update post or save post action that allows admins to enforce rules such as if a user selects a category with the ID 5 then he also has to select at least one ...
0
votes
1answer
94 views

Using Taxonomies with Vote It Up plugin chart

I am using the Vote Me Up plugin http://wordpress.org/extend/plugins/vote-it-up/ on my site. I have the MostVotedAllTime function showing the top 10 posts. Currently this displays the Post Title ...
0
votes
2answers
235 views

Simple Job board functionality? [closed]

The website is for a non-profit that partners with other non-profits. Either via the frontend or backend, need to allow registered members of a certain role type to post jobs and/or edit their own ...
2
votes
3answers
214 views

Wordpress plugin for mail subscriptions

I'm working on a news site built with Wordpress, and I now want to add a page for subscriptions. This will be paid subscriptions for the printed paper that people can get delivered to their home. My ...
3
votes
3answers
1k views

Nav menu separators?

Anyone know of a plugin that can, or have an idea how to, allow a user to drop in separators/dividers between certain nav menu items? Google only seems to bring up rookie CSS tips for first/last ...
-1
votes
1answer
707 views

How to Implement SAM Broadcaster with Wordpress? [closed]

I want to implement SAM Broadcaster software in wordpress. This is radio automation software. my client wants to implement with wordpress because he want to add some articles and videos regularly with ...
1
vote
1answer
54 views

How would I go about creating a user ranked post popularity page?

I currently run a music blog using Wordpress as my CMS and i'm looking to redesign the site in the very near future. Part of my plan for the redesign is to try and integrate a user ranking system for ...
0
votes
1answer
92 views

Development plugin to view and manage scheduled wordpress cron jobs?

Is there a plugin for wordpress that can help a user to view and manage the crons that are currently schdeuled in WordPress? I have looked into Core control but doesn't allow the user to manage the ...
0
votes
1answer
209 views

breadcrumb need to show all pages and subpages

am using Breadcrumb NavXT plugin. i want to show all the pages and subpages in breadcrumb.i know this is tough to understand, so am explain briefly here. i have the pages: ->mainpage ...
0
votes
1answer
4k views

contact form 7 captcha support anyother captcha plugin?

I am Using Wordpress. I installed Contact form7.Now I Want To Add Captcha with Contact form7.I Don't like "Really Simple Captcha" because it shows very simple images.Any other Captcha Plugin Support ...
0
votes
3answers
2k views

How to get Recent Post From Each Category with Thumbnail?

For Example,Now I have 3 Categories Like Food,Transport,Technology.Under These Categories I have Many Posts.Now I Want To Show the Latest Post From Each Category.{How to get Recent Post From Each ...
3
votes
1answer
407 views

Build path for a custom portfolio plugin

I'm finishing up a personal site that I've spent many weekends on. I've left one of the (potentially) most complicated parts to the end of production. I'm looking for some advice on how to proceed ...
39
votes
17answers
2k views

WPSE Plugin Repository: The plugins that came out of WP-Answers

Link your WPSE-Plugins If you answered a question and made a plugin out of your code, than this is your place to share it. The Idea: An old comment from @MikeSchinkel during the beta phase where he ...
1
vote
2answers
843 views

Best plugin for most viewed post

I just want to show how many user viewed a post (says 12 views) and a widget for top viewed blog list in the sidebar any plugin for the above concepts Thanks, Edvin
3
votes
1answer
266 views

Displaying search results in the widget itself?

I am new to wordpress, so if this question was already answered I apologize in advance. I have a search form in wordpress which looks like this: <form action="wordpress/action.php" ...
1
vote
1answer
145 views

Is there a way to alter the order in which the plugins appear in the page?

I currently have the following plugins activated in my wordpress installation: row 1: Outbrain row 2: Subscribe via feedburner RSS/email row 3: Topsy tweet widget, FB like widget, WP-Email a ...
2
votes
1answer
327 views

How Does Wordpress Uninclude/Deactivate A Plugin?

Wordpress uses the Observer Pattern for its plugin system and operates on the premise of checking if a plugin is activated, scanning the plugins directory and storing everything in an array in the ...
1
vote
2answers
2k views

Post from front-end with post types, categories and taxonomies

I am now developing a wordpress site that will be something like a directory. People will be able to submit walkthroughs, advanced reviews, as well as cheat codes for games. We were going to make a ...
1
vote
2answers
372 views

What parameter should I pass to wp_enqueue_style to depend on the themes stylesheet?

I have written a basic gallery plugin that uses wp_enqueue_style to include a stylesheet on the page. I'd like for the WordPress theme to be able to override the style of the plugin which means I'd ...
0
votes
1answer
362 views

Need specific kind of “Poll Voting” for Wordpress

I'm designing a website for a client. I don't really know how I got landed with all the backend structure code, but I did. I'm not an awful programmer, but I need something solid to work off, I can't ...
0
votes
2answers
580 views

Can Shopp Commercial Plugin be hacked to display radio buttons instead of Dropdowns?

I need to know if the 'Shopp' e-commerce plugin can be modified to display radio buttons instead of drop down menus for the product options. I don't need you to tell me how this can be done (though ...
16
votes
4answers
566 views

Who are the most trusted plugin developers? [closed]

Note: Please vote on the question, and any answers you find useful by clicking on the UP arrow on the left hand side of the question or answer. There are so many plugins out there. Whose plugins can ...
0
votes
1answer
296 views

Hook to See if Comment got a Reply?

Okay I know the title is pretty vague but I didn't know how to articulate it. Basically, I want a plugin that sends email notifications to users who opted-in only if they specifically got replied to. ...