The “category” object contains information about a Blog Category. It can be accessed and used in things like Render Conditions and the Dynamically Populated advanced setting. It also contains information about individual Blog Posts in a specific category.
Requirements:
- An active ClickFunnels 2.0 account
- At least one Blog Category
TABLE OF CONTENTS
Context:
The “category” object and its properties are directly available on the Blog Category template page.
Properties:
- id: Every blog category needs a unique ID which allows it to be identified directly without getting confused for a different blog category. This property returns a number but as a String.
- blog_id: This is the Blog ID for the blog to which the category belongs. This should be the same as “blog.id”. Just like the “blog.id”, this property returns a number but as a String.
- name: The name of the category as it was created in the Blog Settings.
- posts: This property will return an array of “post” objects that are included in this category.
- url: This property provides the path to access the category page for the specific category. Usually, this is the Blog URL combined with some form of the category name.
Additional Information:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article