Change the way featured articles are displayed - Joomla! Forum - community, help and support


on home page of site display featured articles in boxes/"tiles" have styled using css. ideally out put of featured articles this:

code: select all

<article>
  <section>
    image
  </section>
  <aside>
    first lines of text article.
 </aside>
</article>               


here example of site doing similar this: http://marshill.com/

i have built own template , done core overrides alright digging in make happen :geek:
thanks!!!






Comments