How do I set my home page so that I have some featured content in my Feature Slider and then in my Penci block, below, have more featured content, but not the same? [Soledad had a checkbox for it.]
You can use element "Featured Slider" and click on "Build Query" ( check this image ) button to query any post/page/categories/ tags.... you want to display for each section
1/ offset is the number of post to displace or pass over.
Example: If you don't set an offset, you have a list posts:
Post 1
Post 2
Post 3
Post 4
But, if you set offset = 2 for example, it will igrone 2 first posts and show from 3th posts.
Post 3
Post 4
Post 5
Post 6
2/ Taxonomies is a support for custom taxonomies. Example you use a custom post type - not Posts. This fileds will help you to query for taxonomies ( categories, tags...etc ) for that custom post type
How do I set my home page so that I have some featured content in my Feature Slider and then in my Penci block, below, have more featured content, but not the same? [Soledad had a checkbox for it.]
Thanks!
Hi,
You can use element "Featured Slider" and click on "Build Query" ( check this image ) button to query any post/page/categories/ tags.... you want to display for each section
Best Regards,
PenciDesign
What does 'Offset posts' mean?
And 'Taxonomies'?
Hi,
1/ offset is the number of post to displace or pass over.
Example: If you don't set an offset, you have a list posts:
Post 1
Post 2
Post 3
Post 4
But, if you set offset = 2 for example, it will igrone 2 first posts and show from 3th posts.
Post 3
Post 4
Post 5
Post 6
2/ Taxonomies is a support for custom taxonomies. Example you use a custom post type - not Posts. This fileds will help you to query for taxonomies ( categories, tags...etc ) for that custom post type
Best Regards,
PenciDesign
I think it must be the Offset I should use.
Thanks!