Get attachment ID from “Insert into Post|Page” button

We always use this nifty “Insert into Post” button when uploading image in any types of field, including uploading a image for some meta field or anything else. Then we attach a JavaScript listener on window.send_to_editor and insert the attachment/image URL to the input field. Today I needed a way to get the attachment ID … Continue reading Get attachment ID from “Insert into Post|Page” button

IMDB like post rating plugin for WordPress

I was looking for a plugin that will work like IMDB movie rating does, but didn’t found like what I wanted. And they were bloated with features like GD Star Rating. So spend some hours and wrote one myself. Features Creates a table {wpprefix}_imdb_rating Using IMDB_Post_Ratings::init()->rating_input(); inside a post, provides a 10 star rating. Change … Continue reading IMDB like post rating plugin for WordPress