More than just posts and pages in slider?
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi there,
Great theme. I’m not really sure if this is possible, but I thought I’d ask.
I’ve installed a plugin for handling events: Events Manager Extended. It doesn’t store events in posts. Any thoughts on how I might get them in the slider.
I’ve tried making a post and using a redirect plugin to get the button in the slider to point to the event. It didn’t work.
I’ve tried messing around with the code given to allow pages to show up in the slider. It didn’t work.
<?php
function graphene_custom_slider_post_type(){
$post_type = array('post', 'page', 'eme_events_page');
return $post_type;
}
add_filter('graphene_slider_post_type', 'graphene_custom_slider_post_type');
?>
Thanks for all your help.
Viewing 3 posts - 1 through 3 (of 3 total)
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.
Made with by Graphene Themes.