$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Images missing from Blog post page|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Images missing from Blog post page

matteradmin9PV0评论

I have created a blog named Tutsguru. When i visit Main page it shows feature images of blog post but when i visit Blog page then images are not shown. I tried different browser but same problem.

Can you please tell me whats the problem?

Thanks.

I have created a blog named Tutsguru. When i visit Main page it shows feature images of blog post but when i visit Blog page then images are not shown. I tried different browser but same problem.

Can you please tell me whats the problem?

Thanks.

Share Improve this question edited Nov 1, 2018 at 23:54 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Nov 1, 2018 at 21:29 Md Habibur RahmanMd Habibur Rahman 12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Since your theme puts a default image in place of a not-found image, it's hard to tell why the images aren't there.

But, I'd suspect an error in the theme template that displays your blog page. You would need to look at the theme template code to see what code is being used to show the image (or to show the default image when the image is not found).

If you post the code from your template that displays the blog page, we could help. But, your best bet is to contact the theme developer's support area.

(All of this assumes that the images are there; which they apparently are, since the images show up on the other page.)

(Note: posted as an answer instead of a comment due to length limitations.)

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far