Coding WordPress untuk tema sendiri
1. content.php <article id="post-<?php the_ID(); ?>" <?php post_class(); ?> > <header class="entry-header"> <?php if ( is_single() ) : ?> <h3 class="entry-title"><?php the_title(); ?></h3> <?php else : ?> <h3 class="entry-title"> <a href="<?php the_permalink(); ?>" rel="bookmark"> <?php the_title(); ?></a> </h3> <?php endif; ?> <div class="entry-meta"> <?php edit_post_link( __( 'Edit', 'temase...
Komentar
Posting Komentar