Initial commit: Atomaste website

This commit is contained in:
2025-12-10 12:17:30 -05:00
commit 0b9e5d1605
19260 changed files with 5206382 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<?php
/**
* Template part for displaying results in search pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Rara_Business
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
/**
* @hooked rara_business_post_thumbnail - 15
* @hooked rara_business_entry_header - 20
* @hooked rara_business_entry_content - 25
* @hooked rara_business_entry_footer - 30
*/
do_action( 'rara_business_post_entry_content' );
?>
</article><!-- #post-<?php the_ID(); ?> -->