Record number, if there is no thumbnail.
-
Hello.
How to make sure that if you do not upload a thumbnail, the displayed number of the record on the main page.
I tried in the file content-standard.php
add the following lines:<?php elseif ( ot_get_option('placeholder') != 'off' ): ?> <?php $count = wp_count_posts( 'post' ); $count = $count->publish; echo $count; ?> <!-- <img src="<?php echo get_template_directory_uri(); ?>/img/thumb-standard.png" alt="<?php the_title(); ?>" /> --> <?php endif; ?>
but nothing happened.
https://yadi.sk/i/3z45ZdkF33gpo7
Prompt, please, that I did not like: ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Record number, if there is no thumbnail.’ is closed to new replies.