Title: Styling Sticky Posts
Last modified: August 21, 2016

---

# Styling Sticky Posts

 *  Resolved [gavinwilshen](https://wordpress.org/support/users/gavinwilshen/)
 * (@gavinwilshen)
 * WCBRS 2019 Contributor
 * [13 years, 1 month ago](https://wordpress.org/support/topic/styling-sticky-posts/)
 * Love the plugin, thanks!
 * Is there an easy way to put the Sticky Post’s title to a h1 tag and use ‘the_content’
   instead of the_excerpt with this plugin?
 * Any help, greatly received. Thanks
 * [http://wordpress.org/extend/plugins/category-sticky-post/](http://wordpress.org/extend/plugins/category-sticky-post/)

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

 *  Thread Starter [gavinwilshen](https://wordpress.org/support/users/gavinwilshen/)
 * (@gavinwilshen)
 * WCBRS 2019 Contributor
 * [13 years, 1 month ago](https://wordpress.org/support/topic/styling-sticky-posts/#post-3772761)
 * Tried this in my loop, as suggested here: [http://wordpress.org/support/topic/making-sticky-posts-full-text-instead-of-excerpts?replies=12](http://wordpress.org/support/topic/making-sticky-posts-full-text-instead-of-excerpts?replies=12)
 * but no joy unfortunately:
 * <?php if (property_exists($post, ‘sticky_in_cat’)) {
    the_content(); } else {
   the_excerpt(); } ?>
 *  [Tom McFarlin](https://wordpress.org/support/users/tommcfarlin/)
 * (@tommcfarlin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/styling-sticky-posts/#post-3772818)
 * Hey Gavin,
 * Unfortunately, this plugin doesn’t really offer this particular functionality.
   This is more of a theme issue.
 * All this plugin does is basically order the posts so the posts that’s marked 
   as “sticky” in a category is displayed first.
 * You’d need to do some additional work in order to get this to happen which is
   outside support for this plugin.

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

The topic ‘Styling Sticky Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/category-sticky-post_cccccc.svg)
 * [Category Sticky Post](https://wordpress.org/plugins/category-sticky-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/category-sticky-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/category-sticky-post/)
 * [Active Topics](https://wordpress.org/support/plugin/category-sticky-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/category-sticky-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/category-sticky-post/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tom McFarlin](https://wordpress.org/support/users/tommcfarlin/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/styling-sticky-posts/#post-3772818)
 * Status: resolved