Hi.
First of all, wonderful theme (Vantage) and plugin. I’m first trying their possibilities but will most likely to buy the upgraded version :) looks worth it.
Now, the question. I’m trying to add a carousel slider on frontpage with some pages, and I wanted to exclude a few of those pages. I added this in “Additional”, but it’s not working:
Is it possible to exclude pages, and how? Or can I use the argument “include” to just show the pages I want (that’d be actually better)?
And how to modify the characteristics (height, etc.) of these – carousel slider… -?
Thank you!!
Help, please?
Anyone??
Good Morning Layla
I have emailed support to follow up asap.
Hi Layla
It’s not possible to modify the characteristics of the slider right now. However you can use the last field, the Additional field in the widget to add various query arguments. To exclude a category insert
cat=-1
Where 1 is the category ID you want to exclude. You can also comma separate to exclude several categories:
cat=-1,-2,-3
Hello.
Thanks for the answer.
I was interested in excluding (or rather, including only some) pages -not posts or categories-, is it possible? (I have just seen that the query argument I posted here for you to check is not being shown…).
Regards.
Technically this is possible within the template but it doesn’t seem to be possible within the Post Loop (PB) widget as it stands. We are planning further functionality for the widget in the future.
Thank you again.
When or where is it possible?
Kind regards.
No problem.
It’s possible within a page template if you built your own loop. At this stage I can’t say when the widget will be able to do this, other than it is planned for the future.
Hi.
Sorry to bump this, but how can I build my own loop?
The functionality to retrieve content from a page to be used in another page is very important for me. I’d really need to use this function.
Thanks again.
Hey Layla. It’s unfortunately a bit beyond the time we have available here at the moment.
Please remember to work in a child theme.
Here is some info a creating a page template assuming you’re going to use a page for this: http://www.expand2web.com/blog/custom-page-template-wordpress/.
About the loop: http://blog.teamtreehouse.com/wordpress-loop-beginners-guide
Users talking about using the loop for pages vs posts: http://stackoverflow.com/questions/196505/using-wordpress-loop-with-pages-instead-of-posts
Thank for this info
http://www.kembar.pro
Super, glad to hear that helped you.