Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jsuopa

    (@jsuopa)

    Hi,
    this fixes the problem, but I can’t use custom audiences until I upgrade php version on the server side.

    Thanks for help!

    Thread Starter jsuopa

    (@jsuopa)

    I found a solution of some sort. Since I need only one featured post, I simply changed on the row before the Loop call on index.php
    On a line 76 I changed `

    <div id=”content” class=”site-content” role=”main”>

    to

    <div id=”content” class=”featured-content-secondary” role=”main”>

    Now wordpress calls class featured-post-secondary instead of site-content. I also changed width of .featured-content-secondary article on expound.css to 300px.

    Because I do not need featured secondary posts this was easy. If you need them and also want to arrange older posts into columns, I think you can do it by duplicating the featured-post-secondary class, rename it, modify the width to meet your needs and then calling it on index.php

Viewing 2 replies - 1 through 2 (of 2 total)