|
Server IP : 89.26.249.46 / Your IP : 216.73.216.42 Web Server : Apache System : Linux a.cp.cloudlink.pt 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : eticalga ( 1129) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/eticalga/www/files/themes/kobuxeticalgarve/partials/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
/**
* Partial: Search card
*
* @package kobuxeticalgarve
*/
$post_type = get_post_type();
?>
<li class="wp-block-group search-result <?php echo $post_type && $post_type == 'page' ? 'page' : ''; ?> <?php echo (defined('DOING_AJAX') && DOING_AJAX) ? 'ajax-posts' : ''; ?>">
<a href="<?php the_permalink(); ?>">
<?php
if ($post_type) {
$post_type_obj = get_post_type_object($post_type);
?>
<div class="post-type"><?php echo $post_type_obj->labels->singular_name; ?></div>
<?php } ?>
<h3><?php the_title(); ?></h3>
<div class="wp-block-buttons">
<div class="wp-block-button simple-button">
<div class="wp-block-button__link has-small-font-size has-custom-font-size wp-element-button"><?php _e('ver mais', 'kobu'); ?> →</div>
</div>
</div>
</a>
</li>