Hello. Thank you for a wonderful theme!!
I have a few queries I was hoping you could assist with.
http://test.inlink.com.au/blog-grid/
For the Blog/news page – after the excerpt text I would like to have the ‘Read more →’ text to appear for all blog articles. Because at the moment there is no clue as to there being more content to read (especially for mobile and tablet view). Is this possible? If so how would I do this?
http://test.inlink.com.au/portfolio/
For some portfolio items I will have video as a link, for others there is nothing more to show. Is there a way that I can be selective to stop the portfolio items linking through to the full portfolio post page – perhaps in the custom link for the items that I don’t want to link through? I tried just putting ‘#’ in the field, but the link still goes through to the full portfolio page. So that for some all that is seen is the thumbnail.
Many thanks,
Alison
The Question how to delete the Link of one or all Portfolio-Items ist interesting for me to. Any ideas?
In addition: Is there a way to do this changes in a child-Theme?
Hi!
1) I’m not sure – are you using a template (Advanced Layout Editor) or the standard blog page? If you use the template builder you can activate/deactivate the read more link on the blog element option screen. If you’re using the default blog page open up index.php and replace
$atts = array('type' => 'grid', 'items' => get_option('posts_per_page'), 'columns'=> 3, 'class'=>'avia-builder-el-no-sibling', 'paginate'=>'yes');
with
$atts = array('contents' => 'excerpt_read_more', 'type' => 'grid', 'items' => get_option('posts_per_page'), 'columns'=> 3, 'class'=>'avia-builder-el-no-sibling', 'paginate'=>'yes');
2) No, but you can install a redirect plugin like: http://wordpress.org/plugins/redirection/ which always redirects the user back to the portfolio page if he/she tries to access the single entry page. The advantage would be that search engines won’t index the empty portfolio item page too.
Cheers!
Peter