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?
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.
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”>’;
}