Unity-C#

 2024.07.07 unityC#  
 2024.05.15 unityC#  
 2024.05.15 unityC#  
 2022.11.06 unityC#  
 2022.11.06 unityC#  
 2022.11.06 unityC#  
 2022.11.06 unityC#  
 2022.11.06 unityC#  
 2022.08.16 spritekit  

add_shortcode



functions.php
function show_contact() {
ob_start();
get_template_part('myfile/time');
return ob_get_clean();
}
add_shortcode('time', 'show_contact');

function content_shortcode() {
 return '<a class="font-weight-bold lead" href="https://tate.gif.jp/abc/">&numsp;Minakami Site</a>';
}
add_shortcode('my_link', 'content_shortcode');


footer.php
<?php echo do_shortcode('2024/09/27(金)
  Spritekit'); ?>