Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › selected post snippets
Tagged: porfolio shortcode
- This topic has 6 replies, 4 voices, and was last updated 9 years, 7 months ago by
ozmanzia.
-
AuthorPosts
-
September 14, 2013 at 3:34 pm #1659
greglr
ParticipantHi, using this porfolio shortcode
[show_post_snippets post_type="portfolio" number_of_columns=4 post_count=4 image_size='small']I would like to show selected content from a category or range of order. Is there a solution? ThanksSeptember 16, 2013 at 4:48 am #1665livemesh
KeymasterYou can use the following shortcode arguments. Thanks –
[show_post_snippets post_type="post" number_of_columns=4 post_count=8 image_size="medium" taxonamy= 'category' terms='news,announcements']
September 16, 2013 at 4:49 am #1666livemesh
KeymasterFor portfolio items, pls use –
[show_post_snippets number_of_columns=3 post_count=6 image_size='large' show_meta='false' terms="inspiration,technology" taxonamy="portfolio_category" post_type="portfolio"]
September 23, 2013 at 9:48 pm #1786metalpotatouk
MemberHey Livemesh,
Can any of these shortcodes be used to show the latest posts? I know there is a shortcode for latest posts, however it displays them one above the other. I was wondering whether there was a way to have the recent posts show up in 4 columns, exactly the way the portfolio is laid out please?
Thanks for your support. You’ve been nothing short of fantastic so far!
September 24, 2013 at 1:28 pm #1799livemesh
KeymasterI think this will meet your need –
[show_post_snippets number_of_columns=3 post_count=6 image_size='large' show_meta='false' terms="inspiration,technology" taxonamy="category" post_type="post"]
But, I found that there is a slight typo in the theme which requires fix before you use this shortcode –
Pls change the line 434 in framework/presentation/layout-manager.php code from –
$thumbnail_output = mo_get_blog_thumbnail($thumbnail_size, $taxonamy);
to
$thumbnail_output = mo_get_blog_thumbnail($image_size, $taxonamy);
The fix will be part of the next update and hence this should one time change for you.
September 24, 2013 at 1:52 pm #1800metalpotatouk
MemberThat did the job perfectly. Thanks Livemesh!!
September 2, 2016 at 9:00 pm #23918ozmanzia
Member[show_post_snippets number_of_columns=4 post_count=21 image_size=’small’ terms=”small-qurans” taxonomy=”portfolio_category” post_type=”portfolio”]
i am using above short code me EXTINCT THEME in PAGE ATTRIBUTE Template = Portfolio 4 Column. I want to display categories of only category that i have selected. The problem is the template starts showing other categories items after the one i have written
-
AuthorPosts
- The forum ‘Extinct Theme Support’ is closed to new topics and replies.