$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'); ?>posts - Blog featured images disappeared on my homepage|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)

posts - Blog featured images disappeared on my homepage

matteradmin10PV0评论

I am quite new to this but I edited and updated a website which has the blog area on the homepage. The website is a one page website and the blog area is also called 'News'. The blog was yet still created as a new page and the featured images were shown before using 'post grid' but stopped showing and now shows blue boxes from the branding of the website. The blog page also has been categorized as 'Digital Advertising'. Does anyone have an easy fix to help me get the featured images to be displayed like it used to?

Code below: [vc_empty_space][ultimate_heading main_heading="NEWS" main_heading_color="#000000" main_heading_font_family="font_family:PT Sans|font_call:PT+Sans|variant:700" main_heading_style="font-weight:700;" main_heading_font_size="desktop:56px;"][/ultimate_heading][vc_empty_space][vc_basic_grid post_type="post" max_items="10" grid_id="vc_gid:1550684152354-9952e6d1-8e6b-5"][vc_empty_space]

Thanks

Post a comment

comment list (0)

  1. No comments so far