• How do I fix the Missing Post Images on WordPress Front Page ?

    I am told its the the_excerpt but I dunno how to do anything like that, break it down for me in noob terms lol.

Viewing 2 replies - 1 through 2 (of 2 total)
  • From the other thread:

    you do just what you just typed.

    Edit index.php template file in your theme and replace the_excerpt() with the_content().

    Thats what you do.

    You edit you theme’s index.php file ..

    that means you use an ftp client, you download the file, you open it in a plain text editor, you locate the bit of text mentioned, and you change that to be the other bit of text.

    Then you save the changed file.

    You open your ftp client, reconnect to your web site, rename your themes current index.php to something else like index.php-backup (thusly backing up the unchanged file) and then you upload your newly changed file.

    Then edit each post and insert the <!- more tag -> where you want your posts’ excerpts/teasers to finish.

    what dont you understand about that??

    and please refrain from creating further duplicate posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing Post Images on WordPress Front Page’ is closed to new replies.