Cum sa codam o tema wordpress(5) ?
Ok, pana in acest moment ar trebuii sa aveti acest cod.
Pasul 1: Adaugati acest cod sub <?php the_content(); ?> :
<p class=”postmetadata”>
<?php _e(’Filed under’); ?>
<?php the_category(’, ‘) ?>
<?php _e(’by’); ?> <?php the_author(); ?><br />
<?php comments_popup_link(’No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?>
<?php edit_post_link(’Edit’, ‘ | ‘, ”); ?>
</p>
Salveaza si dai refresh, vei observa [...]





