Title: is_section()?
Last modified: August 31, 2016

---

# is_section()?

 *  Resolved [shaneparsons](https://wordpress.org/support/users/shaneparsons/)
 * (@shaneparsons)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/is_section/)
 * Hey,
 * What’s the best/recommended way to evaluate which section the post is assigned
   to.
 * Is there something along the lines of `is_page()`?
 * [https://wordpress.org/plugins/cornerstone/](https://wordpress.org/plugins/cornerstone/)

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

 *  Plugin Author [Archetyped](https://wordpress.org/support/users/archetyped/)
 * (@archetyped)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/is_section/#post-6986196)
 * Hi,
 * You can use the `cnr_is_section()` template tag to determine if the current request
   is a section.
 * When working with a post, you can use `cnr_get_the_section()` or `cnr_the_section()`
   template tags to get a post’s section data.
 * You can see all of CNR’s template tags in [function.php](https://github.com/archetyped/cornerstone/blob/master/functions.php).
 *  Thread Starter [shaneparsons](https://wordpress.org/support/users/shaneparsons/)
 * (@shaneparsons)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/is_section/#post-6986221)
 * Just what I needed – thanks!

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

The topic ‘is_section()?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cornerstone.svg)
 * [Cornerstone](https://wordpress.org/plugins/cornerstone/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cornerstone/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cornerstone/)
 * [Active Topics](https://wordpress.org/support/plugin/cornerstone/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cornerstone/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cornerstone/reviews/)

## Tags

 * [section](https://wordpress.org/support/topic-tag/section/)
 * [Which](https://wordpress.org/support/topic-tag/which/)

 * 2 replies
 * 2 participants
 * Last reply from: [shaneparsons](https://wordpress.org/support/users/shaneparsons/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/is_section/#post-6986221)
 * Status: resolved