• Resolved benmackie

    (@benmackie)


    I am taking over this site from another developer and I cannot figure out what is going on with this page.

    https://www.easnc.com/resources/

    This page populates all the posts. The posts towards the bottom of the page don’t seem to be inside the main content area and are all messed up. Thanks in advance.

Viewing 10 replies - 1 through 10 (of 10 total)
  • You can add
    code under Post content code in single.php file. If any problem, reply to me…

    Thread Starter benmackie

    (@benmackie)

    Thanks, but I do not know PHP, just CSS. What code would I add?

    Please wait, I will tell you what PHP code you have to add. Please wait. While I design the code you keep single.php file open from your wordpress admin panel.

    Thanks:)

    Thread Starter benmackie

    (@benmackie)

    I will, thank you for your help.

    Before following the steps what I say in this post, you please copy the code to notepad or wordpad, to make sure that you can restore the file any time even after you make changes.

    Please follow the steps below:

    1) Open Single.php
    2) Find the following code

    <?php the_content('Read more ?'); ?>
    
     or 
    
    <?php the_content ?>

    3) Replace it with following

    <strong><?php the_content('Read more ?'); ?><br><br>
    
    or 
    
    <?php the_content ?><br><br></strong><strong>

    Keep it in mind that, refers to break (Enter button in HTML form which is in your keyboard)

    Ohh sorry! This is the wrong code I have specified in above post! Actually I think it is crisis with the CSS codes which I don’t have any knowledge. So Sorry please don’t follow the above step!

    Thread Starter benmackie

    (@benmackie)

    I located this line of code:

    <?php the_content(‘<p>Continue reading this post</p>’); ?>

    and I replaced it with

    <?php the_content(‘Read more ?’); ?>

    It did not work.

    Thread Starter benmackie

    (@benmackie)

    Ok, just saw this. Yes, I was thinking that this was a problem with the css. Thanks anyway.

    Sorry, I think you must wait for someone who knows CSS codings. Sorry for the inconvenience.

    Thread Starter benmackie

    (@benmackie)

    No worries, thank you for your time.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Why are my posts not getting the same style applied to them?’ is closed to new replies.