Support » Fixing WordPress » WordPress.org Plugin Reviews – How was it built?

  • I’m trying to build a social book review site, one that allows users to submit reviews for a book. There should be a parent-child relationship between the book and review post types.

    I noticed, that while exploring various plugin options for my project, each plugin page has it’s own reviews section. How was this functionality built? Is this just standard off-the-shelf WP? I’d like to avoid reinventing the wheel or dealing with paid or home-brew plugins if possible.

    What plugins would be most suitable? I have installed the Types plugin which I think should provide me with a the parent-child custom post types. I would the post-creation process be via the front end, so I’d likely use one of the form-to-post plugins, but am not sure which is the best.

Viewing 4 replies - 1 through 4 (of 4 total)
  • each plugin page has it’s own reviews section. How was this functionality built?

    Apparently by somehow making a custom menu or navigation bar for each plugin. I do not know how to do that, but you might find a beginning point here:
    http://wordpress.org/plugins/search.php?q=custom+menus
    http://wordpress.org/plugins/search.php?q=custom+navigation

    Thread Starter WomperScomper

    (@womperscomper)

    Thanks, interesting that there isn’t a WordPress.org theme or distribution of sorts? Is it accurate to say that this review functionality is built with off-the-shelf plugins (if so which ones?) or is it purely custom?

    The main thing I’m interested is establishing a parent-child relationship in the application of a review site.

    I think that the plugin reviews on the WordPress.org site were custom coded by @otto and a few other developers. Otto does a lot of great work on the forums and does a lot of behind the scene coding, but as you can imagine, the WordPress.org site is massive and quite complex.

    WordPress.org themes need to adhere to a very strict set of guidelines and standards and a theme designed to mimic the plugin repo and review section would be quite challenging.

    I’ve never worked with the Types plugin, but I’ve worked with Custom Post types and it should be easy enough to associate reviews with books. Personally I would keep it even more simple and just use Posts for books and the comments for the reviews.

    A theme designed to mimic the plugin repo and review section would not be allowed in the WPORG Theme Repository as this would constitute “moving into plugin territory”.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress.org Plugin Reviews – How was it built?’ is closed to new replies.