Is there a way to link the slider to a page instead of a post?
I know there isn't a way to have a "featured image" in a page and that's what the slider uses... So, I'm not sure if there's a way or not.
Is there a way to link the slider to a page instead of a post?
I know there isn't a way to have a "featured image" in a page and that's what the slider uses... So, I'm not sure if there's a way or not.
+1 the same question
I would also like to know.
as I found on other forums, the author of the theme is now working on upgrade of the theme just in this questions... but who knows when it'll be done
+1 for the question
I would love to see this, also.
I know this is kind of an older thread but I have the same question.
1. @tsmith89 it is possible to have featured images for pages aswell. You just need to add page to the following call in the functions.php
add_theme_support( 'post-thumbnails', array( 'post', 'page' ) );
Unfortunately if i try to edit e.g. the loop-slider.php to only display pages
$args = array(
'posts_per_page' => 4,
'ignore_sticky_posts' => 1,
'post_type' => 'page'
);
it doesn't work the right way. I think one needs to modify the inital add_theme_support calls in the function.php to work the same way for pages as for posts.
Is still anybody watching this thread?
Ok, quick update. It works fine with a few extra adaptions in the css.
For me it worked, when just adding the all the styles like #knicks .post, and #slider .post, a corresponding style like #knicks .page ...
For the pics you also need to add
add_theme_support( 'page-formats', array( 'image', 'gallery', 'video', 'audio', 'aside', 'link' ) );
to the functions.php.
I personally like this better then this solution.
I have seen an example of a Minimatica site, and there is a new slider menu associated with each post.
Does anyone know how you can do this?
:-)
http://westhovensdesign.nl/amide/?cat=7
I hope the creator does not mind me posting this, all discussions related to the site were here one year ago.
I would also like to completely remove the caption on the slider menu as has been achieved here.
This topic has been closed to new replies.