| Server IP : 216.238.66.20 / Your IP : 216.73.216.158 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/sweetheart.mx/htdocs/wp-content/themes/rosemary/ |
Upload File : |
<li>
<article id="post-<?php the_ID(); ?>" <?php post_class('grid-item'); ?>>
<?php if(has_post_thumbnail()) : ?>
<div class="post-img">
<a href="<?php echo get_permalink() ?>"><?php the_post_thumbnail('misc-thumb'); ?></a>
</div>
<?php endif; ?>
<div class="post-header">
<?php /*if(!get_theme_mod('sp_post_cat')) : */?><!--
<span class="cat"><?php /*sp_category(' '); */?></span>
--><?php /*endif; */?>
<?php if(is_single()) : ?>
<h1><?php the_title(); ?></h1>
<?php else : ?>
<h2><a href="<?php echo get_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php endif; ?>
<span class="write-by-grid">Escrito por <?php the_author() ?></span>
</div>
<div class="post-entry">
<p style="text-align: justify"><?php echo sp_string_limit_words(get_the_excerpt(), 34); ?>…</p>
</div>
<div class="list-meta">
<?php if(!get_theme_mod('sp_post_date')) : ?>
<span class="date"><?php the_time( get_option('date_format') ); ?></span>
<?php endif; ?>
</div>
</article>
</li>