Title: ableslayer's Replies | WordPress.org

---

# ableslayer

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] How to hide Custom Posty Type Categories on Normal Posts?](https://wordpress.org/support/topic/how-to-hide-custom-posty-type-categories-on-normal-posts/)
 *  [ableslayer](https://wordpress.org/support/users/ableslayer/)
 * (@ableslayer)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-hide-custom-posty-type-categories-on-normal-posts/#post-3529537)
 * What’s the name of your taxonomy? Your taxonomy can’t be name “Category” since
   this is the same taxonomy that is being used by wordpress on Posts. Change your
   taxonomy name to a different name and your taxonomy will be not be in the posts
   section.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dynamic css class on a Post](https://wordpress.org/support/topic/dynamic-css-class-on-a-post/)
 *  [ableslayer](https://wordpress.org/support/users/ableslayer/)
 * (@ableslayer)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dynamic-css-class-on-a-post/#post-3151735)
 * A refined explanation can be found here:
 * [How to Style Each WordPress Post Differently](http://www.wpbeginner.com/wp-themes/how-to-style-each-wordpress-post-differently/)
 * my solution:
 * enable your custom field and put a key: class and value: featured
    on your post
   that you want to feature.
 * in your index.php wherever you put your blog listing, do this:
 * in your div class, put this:
 * <div class=”<?php $value = get_post_custom_values(“class”); if ( is_array($value))
   echo “featured”; else ?> <?php echo ”; ?>”>
 * finally, style your .featured
 * .featured
    { width:500px; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Where is my Image Attachement page (template)](https://wordpress.org/support/topic/where-is-my-image-attachement-page-template/)
 *  Thread Starter [ableslayer](https://wordpress.org/support/users/ableslayer/)
 * (@ableslayer)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/where-is-my-image-attachement-page-template/#post-1648488)
 * The attachment page is using the page.php template. Thanks for helping!

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