• an image marker shows up on the post page, I don’t see where to replace or remove it? It is not in code on the text view either. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anonymous User 13805271

    (@anonymized-13805271)

    Excuse me, but I don’t really get what “an image maker” means. Do you be able to post the url?

    Thread Starter teambadv_blog

    (@teambadv_blog)

    You will notice that to the left of the Hellow World there is a white square with the words “no image” in it.

    Theme Author Anonymous User 13805271

    (@anonymized-13805271)

    Thanks, I understood!

    In order to delete it, delete following code in archive.php, home.php and front-page.php.

    else {
                    echo '<img src="' . get_template_directory_uri() . '/img/no-image.jpg" alt="No Image" width="150" height="150" class="attachment-thumbnail">';
                }

    Hopefully it can help.

    Thread Starter teambadv_blog

    (@teambadv_blog)

    Thank you! Mine looked a little different but here is what worked for future reference ( I did not have to change the archive.php:

    In order to delete it, delete following code in home.php and front-page.php.

    { echo ‘<img src=”‘ . get_template_directory_uri() . ‘/img/no-image.jpg” alt=”No Image” width=”150″ height=”150″ class=”attachment-thumbnail”>’;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image on post page’ is closed to new replies.