Created
May 4, 2025 02:30
Revisions
-
henshaw created this gist
May 4, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ "@id": "<?php the_permalink(); ?>" "headline": "<?php the_title(); ?>" "description": "<?php echo get_the_excerpt(); ?>" "datePublished": "<?php the_time('c'); ?>" "dateModified": "<?php the_modified_time('c'); ?>" // For author type "name": "<?php the_author(); ?>" "url":"<?php echo get_the_author_meta('user_url'); ?>" // For image type "url": "<?php if ( has_post_thumbnail() ) { the_post_thumbnail_url( 'full' ); } ?>"