i am collecting some old articles where members can submit. Is there a way to have the date picker and based on the date picked submitted post’s date will be matched to the date picked in the custom field ?
]]>I came across this article, however I do not see the “hide date snippet on search” https://www.bloggingtriggers.com/hide-remove-date-google-search-results/
Do we need the pro version for this?
Here is an example…
https://skyharbortransportation.com/scottsdale-airport-transportation/
In the source code is states the following in the YOAST Meta:
<meta property=”article:published_time” content=”2021-09-01T16:35:10+00:00″ />
<meta property=”article:modified_time” content=”2022-11-28T13:39:20+00:00″ />
Any suggestions would be great. Thanks!
]]>Does YOAST have an option to remove the post date on search?
I couldn’t find this setting:
https://www.bloggingtriggers.com/hide-remove-date-google-search-results/
Thanks so much
]]>For now, I already wrapped the needed function in a if (!function_exists()) condition in the functions.php of the parent theme and overrided it in the child theme functions.php file, but this is not a good solution.
Best regards,
Iurie
Actually this is my php code, it’s working for the title and date but i’am stuck about grabbing the thumbnail
<?php $args=array( 'post_type'=> 'post', 'post_status' => 'publish', 'posts_per_page' => 1, 'caller_get_posts'=> 1 ); $my_query = null; $my_query = new WP_Query($args); if( $my_query->have_posts() ) { echo ''; while ($my_query->have_posts()) : $my_query->the_post(); ?>
<li><a href="<?php the_permalink() ?> title=" <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
<?php the_time( 'd.m.y') ?>
<?php echo get_the_post_thumbnail( $page->ID, 'thumbnail' ); ?>
</li>
<?php endwhile; } ?>
]]>And if finally somebody knows why the contact form by contact form7 https://azubi-scout.net/online-bewerbung/ can not be formatted with cakifo I really would be deeply impressed
Thankls in advance
cara
And if finally somebody knows why the contact form by contact form7 https://azubi-scout.net/online-bewerbung/ can not be formatted with cakifo I really would be deeply impressed
Thankls in advance
cara