wordpress-plugin

Adding DFP Script to Wordpress

Hi, I am playing with Wordpress 3 for the first time and had a quick question. I am placing ads on a site and wondered the best practice to add in the script. The code that Google generates is in 2 parts, one for the of the page and one where the ad should go The head code is in the form <script type='text/javascript' src='http://par...

Wordpress Modulle Help

I created a wordpress module, with a single function that outputs some dynamic data. I would users to be able to call the plugin from pages. I've seen this b4 w/ the contact plugin, you create a page and just [[contact-form]] on the page. How can I do this? Thanks :) ...

WordPress plugin for document vault

I'm looking for a plugin for WordPress that will: With users, allow users to upload documents into a vault. Other users should NOT be able to view other users documents. The admin should be able to view ALL documents that are organized by user. The admin should be able to upload files into a user's account for their view. Does anyone...

Wordpress - How do you organize your plugins and themes code ?

Hello, I starting working with WordPress as a CMS, now that the V3 makes it way easier to manage taxonomies and custom post types. My work is mostly focused on developping plugins and themes. My biggest plugin does some admin stuff (add admin menu items and the related pages and features), but also does some importing and exporting, an...

Creating a Dynamic Horizontal Menu

I'm trying to create a horizontal menu in WordPress that can be changed on the fly by non-technical users without editing the theme directly. i.e. The graphics department :). I'm a .net developer and the way I would do this in .net is to create a database with the attributes of the link, and make a user friendly back-end to display the c...

Creating a custom function to replace one in WordPress

Hi Guys, I'm using WordPress 3.0 and the 'the_post_thumbnail' function to resize my images. The problem is that the function doesn't resize to exact dimensions when you don't specify a square image. // Works fine add_image_size('my-image-size',100, 100, true); // Image is only resized to width or height, not both add_image_size('my-i...

How to customize TDO miniforms in wordpress

Is there any way to post TDO miniform content to different post types. Currently its allowing only to post to categories. Is there any hack to post to content types using TDO mini form. Also I can't see the contents posted through TDO Mini form in the site. I can see the fields and content while editing the post but in the site, only the...

Some Technical Problem with my Blog Post !

I recently posted a article in my blog site which uses Wordpress for CMS and after posting the article i noticed a set of dots appearing after the post . I'm not able to remove it .. Can anyone help me ? and explain me what's wrong with it ?! ...

Wordpress plugin that serialize custom fields data

Is there any WP plugin that is able to serialize custom fields data ? My issue is the following: e.g. You want to create "Book information" like post where you want to add e.g. Author + Price custom fields for each post... If you do it standard way WP will create for you 2 rows in table for every custom field you enter. Assume you have 1...

Wordpress and custom menu using wp_page_menu

I'm using the following code to add custom taxonomies to my menu in wordpress. I need to make these "sub" items under Products. Example right now they are showing up: Photography > Lighting Photography > Cameras I need them to show up as Products > Photography > Lighting Products > Photography > Cameras add_filter( 'wp_page_me...

Wordpress Contact form 7: Google Analytics Tracking

I've got contact form 7 installed. I've followed the documentation to add tracking code to the : additional settings field in wordpress (http://contactform7.com/2009/11/24/tracking-form-submissions-with-google-analytics/) but then recieved pageTracker object errors. Anyone else experienced this before? ...

Adding email sucbscription to Wordpress theme

Hi All, I've developed my own Wordpress theme and I wanted to give users the ability to subscribe to my blog. I have the typical Post RSS and Comment RSS options that come with Wordpress under the META section of the sidebar, but I also wanted to give my readers an option to just input their email address and press a button to "subscr...

Repetetive data in WordPress posts

Hey! I am creating a tutorial site for music producers. On each tutorial (post, that is) there will be some information that are repetitive and recurring, so I was wondering what's the best practice to enter this data while creating a post to later being able to present it in the post? This is an example, where the data is bold and lab...

wordpress select multiple results in plugin category post like style

I am looking at creating a selection pretty similar to the posts and categories in Wordpress admin page. When you add a new post you can select multiple categories that it belongs too. I have a video and playlist plugin that I need to associate with one another. How would I go about achieving this? ...

Thumbnail Captions Single and Double Click?

Hello all, I know nearly nothing about this all so I turn to you for some desperately needed help. If you need to see any more code or info just ask and i'll answer asap. the following code snippet is what im using for a photo gallery on: http://luisposada.co.uk/home/photography-2/ The problem is the following the caption below the m...

How to Sharpen Post Thumbnails in WordPress 3

Hello! I am using the default thumbnail feature of Wordpress 3 to add thumbnails of various sizes to my posts. Now the problem I face is that the shrinked thumbnails become very blurry. In .Net I know how to sharpen images and this works really well for thumbnails, so I am now looking for a way to do this for Wordpress (in php obviousl...

Not able to find file using jQuery.post

I've used jQuery.post in several jQuery scripts now, and it all works fine. But after upgrading to WordPress 3.0, it stoped working. I'm working on a plugin where I hve the following jQuery code: //Delete event and remove from UI jQuery("#eventList .cancelEvent").live('click', function() { jQuery.post("/wp-content/plugins/wp-eventcal...

How can I set WordPress roles such that once a Contributor's post is scheduled to be published, they can no longer edit it?

At least for my purposes, it is absolutely essential that a Contributor be unable to edit his posts once they've been scheduled to be published, as well as actually published. This seems like it should be simple because otherwise in a system with a lot of users a malicious user could slip under the radar with a sketchy post by first sub...

What is a good Wordpress plugin to upload a photo to a page?

I have a site where each page has 3 photos in the header. I want the user to be able to switch out the photos that appear on each pages header. I'm looking for a wordpress plugin which will allow the admin to upload photos to a specified location for a certain page. Does anyone know of a wordpress plugin with that sort of functionality...

WP: writing an admin plugin for managing custom content

Hello, A client of mine has a site in wordpress, with one section being a directory of agents that each have different text and videos associated with them. The client wants to be able to easily add/remove/change these agents from within the wordpress admin interface. There will be anywhere from 50-75 of these agents, so doing each pa...