-
AuthorPosts
-
February 12, 2014 at 3:23 am #13617
Hi,
Basically I have a portfolio of videos that I want people to click them thumbnail that takes them to a single page with my video + info on that video.
I added some portfolio items but I want my home page to just show all of them (with pagnation if possible)
and also make my portfolio item filterable based on tags.
IF none of that is possible then at the least how can I show my portfolio items automatically onto my home page? thx
February 12, 2014 at 5:33 am #13632Hey Jacky,
currently none of this is possible although you could create a page template for the portfolio section. Then you would have to create a page and select the portfolio page template and then could set that page as front page. If you want to do that then let me know and the first step would be creating a child theme since we have to customize some template files.
February 12, 2014 at 12:39 pm #13801You mean I cant even just enter a shortcode to just display my portfolio items like the [recent_post] shortcode?
February 12, 2014 at 1:21 pm #13830Jacky,
You can use the [recent_posts] shortcode to show off your most recent posts from the portfolio anywhere you like, but you cannot have the masonry portfolio on the homepage currently. If you need more information on how to use this shortcode, please consult the Knolwedge Base where our in depth tutorials go into more detail on this.
Thanks!
April 15, 2014 at 9:18 am #33610@Support: Is this still not working? I also want to put 6 portfolio items on my homepage, because its a single page theme …
April 16, 2014 at 10:48 am #33914Hi Steffen,
Have you tried using the recent posts shortcode for this? For example, you could get 6 portfolio like this:
[recent_posts type="portfolio" count="3"] [recent_posts type="portfolio" count="3" offset="3"]
You can find the complete shortcode reference here: http://theme.co/x/demo/integrity/1/shortcodes/recent-posts/
-
AuthorPosts