Temat: TDO mini forms
Witam ,dziękuję za okazywaną pomoc.
Walczę dzień dalszy :)
Analizuje wpis :
Set Uploaded Image as Featured Image Check this box if you want to set submitted images as Featured Images (aka Post Thumbnails) for posts. Note: your theme’s single.php file must include the_post_thumbnail() to display Featured Images.
single.php file must include the_post_thumbnail() <--------------------------------------------
Nie widze tego w kodzie pliku signle.php
Po aktualizacji pliku single.php :
<?php
/**
* The template for displaying all single posts
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
get_header(); ?>
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main">
<?php /* The loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php the_post_thumbnail( $size, $attr ); ?> <--------------
Opcja Set Uploaded Image as Featured Image aktywna.
Po dodaniu wpisu jest tylko nazwa posta na stronie glownej i zadnego obrazka.
Co sadzisz o tym thumnail, moze gdzies musza byc zdefiniowane size i attr ?