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 &#187;’, ‘1 Comment &#187;’, ‘% Comments &#187;’); ?>
<?php edit_post_link(’Edit’, ‘ &#124; ‘, ”); ?>
</p>
Salveaza si dai refresh, vei observa [...]

Cum sa codam o tema wordpress(2) ?

Dupa ce ati parcurs partea 1 a tutorialului putem trece la faza a 2-a.Primul lucru care trebuie sa il faceti este sa intrati in “adresasite-ului/wp-content/themes” si sa creeati un folder nou, asa se va numii tema dvs. eu o sa numesc tema “carteamea”.
Acum deschideti notepad sau orice alt editor html/php si creeati cele 2 fisiere [...]