Title: acasperw's Replies | WordPress.org

---

# acasperw

  [  ](https://wordpress.org/support/users/acasperw/)

 *   [Profile](https://wordpress.org/support/users/acasperw/)
 *   [Topics Started](https://wordpress.org/support/users/acasperw/topics/)
 *   [Replies Created](https://wordpress.org/support/users/acasperw/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/acasperw/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/acasperw/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/acasperw/engagements/)
 *   [Favorites](https://wordpress.org/support/users/acasperw/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Multiple Ratings Post](https://wordpress.org/support/topic/multiple-ratings-post/)
 *  Thread Starter [acasperw](https://wordpress.org/support/users/acasperw/)
 * (@acasperw)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/multiple-ratings-post/#post-4503690)
 * Thanks I understood that, is this something that could be built into the plugin
   in the future?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DD Rating] Add Same rating settings to all posts](https://wordpress.org/support/topic/add-same-rating-settings-to-all-posts/)
 *  Thread Starter [acasperw](https://wordpress.org/support/users/acasperw/)
 * (@acasperw)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/add-same-rating-settings-to-all-posts/#post-4503666)
 * Also, the WP-PostRatings allows you to echo posts sorted by rating, which is 
   a bonus
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DD Rating] Add Same rating settings to all posts](https://wordpress.org/support/topic/add-same-rating-settings-to-all-posts/)
 *  Thread Starter [acasperw](https://wordpress.org/support/users/acasperw/)
 * (@acasperw)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/add-same-rating-settings-to-all-posts/#post-4503663)
 * [Test No Limits coaster website](http://31.185.185.241/nlcontest/) Its just on
   my local machine and not themed, just working on features. Users can upload their
   own “Coaster” for a contest. then users rate it.
 * You see why i need some sort of rating system that applies automatialy, as the
   users post their own posts, i would have to manualy go to every post and enable
   your “rating” checkbox (im not so smart to figure out how to do this manualy 
   via the WP user front end system that allows people to upload their own posts.
 * For the moment i have disabled your plugin. Was looking at WP-PostRatings, which
   does have a bulk rating system (and intergration with the achievements plugin),
   BUT you can only have one rating (where as yours can have many… ) So both don’t
   work for me at this moment in time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DD Rating] Add Same rating settings to all posts](https://wordpress.org/support/topic/add-same-rating-settings-to-all-posts/)
 *  Thread Starter [acasperw](https://wordpress.org/support/users/acasperw/)
 * (@acasperw)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/add-same-rating-settings-to-all-posts/#post-4503611)
 * Ah ok! Can’t wait, it will be the only thing left for my website and then ill
   be happy feature wise
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] [Plugin: Easy Digital Downloads] Using tags and categories](https://wordpress.org/support/topic/plugin-easy-digital-downloads-using-tags-and-categories/)
 *  [acasperw](https://wordpress.org/support/users/acasperw/)
 * (@acasperw)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-easy-digital-downloads-using-tags-and-categories/page/2/#post-2770055)
 * Hey Pippin,
    Sorry i wasnt very clear. No not a theme, just a way of getting 
   the Catagories and Tags to show as classes in the `<div class=”edd_download”>
   part: so `<div class="edd_download Cat_1 Cat_2 Tag_1">`
 * Iv managed to frankenhack this by using
 *     ```
       <?php
       $cat_terms_as_text = strip_tags( get_the_term_list( $download->ID, 'download_category', '', ' ', '' ) );
       $af_class_cat = str_replace(" ", "_", $cat_terms_as_text);
   
       $tag_terms_as_text = strip_tags( get_the_term_list( $download->ID, 'download_tag', '', ' ', '' ) );
       $af_class_tag = str_replace(" ", "_", $tag_terms_as_text);
       ?>
   
       <div class="edd_download_inner <?php echo "af_cat_$af_class_cat $af_class_tag"; ?>">
       ```
   
 * Inside the Shortcodes.php (yeah i know i have to re-update it everytime you release
   an update) but we both know my PHP + DB knowledge isnt very strong.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] [Plugin: Easy Digital Downloads] Using tags and categories](https://wordpress.org/support/topic/plugin-easy-digital-downloads-using-tags-and-categories/)
 *  [acasperw](https://wordpress.org/support/users/acasperw/)
 * (@acasperw)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-easy-digital-downloads-using-tags-and-categories/page/2/#post-2770053)
 * Is there a way of getting this to work on the `<div class="edd_download">` part?
   so each download is tagged by catagory

Viewing 6 replies - 1 through 6 (of 6 total)