TM thanks for the reply. As I was reading rest of the questions in the forum, a similar solution was posted.
it’s this one:
=================
find
the_content(__(‘Read more of this article »’, ‘social-magazine’)); ?>
change it to
the_excerpt(); ?>
==================
I meant the “feed tabs” to be those divs for articles (2 vertical divs in each row in homepage).
With the solution, I had 1 horizontal div in each row. However I would like to have 2 divs like that of home page. I tried searching for those divs identifiers/class so that I could change its col, could not find in style.css file.
I would like to know how to do it.
thanks!