Robert

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Section 1 alignment / remove "Read more" / latest posts #24419
    RobertRobert
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: February 25, 2016

    Hi Dave!

    The site’s not publicly accessible yet. I’ve figured out where to make the changes, but struggle to incorporate some changes in the child theme as they involve changing both functions.php and /inc/custom-functions.php, e.g. removing the code below from custom-functions:
    <div style=”float:left;”>’.get_the_date().'</div>
    <div style=”float:right;color:#cccccc;font-weight:bold;font-size:15px”>  ‘.get_comments_number().'</div><div class=”clear”></div>

    </div>
    </div>’;
    endwhile;

    $postoutput .= ‘<div class=”post-nav”>’;
    $postoutput .= ‘<div class=”prev-page”>’ . get_previous_posts_link( “« Newer Entries” ) . ‘</div>’;
    $postoutput .= ‘<div class=”next-page”>’ . get_next_posts_link( “Older Entries »”, 3 ) . ‘</div>’;
    $postoutput .= ‘</div>’;

Viewing 1 post (of 1 total)