Cara Tambah Template HTML ke Theme WordPress

[soc_full_section class=”my-class” bgcolor=”#fff” textcolor=”#000″ bgimage=”IMAGE_URL_TEXT_MODE” parallax=”1″ margin_top=”0″ margin_bottom=”0″ margin_left=”0″ margin_right=”0″ padding_top=”25″ padding_bottom=”25″ padding_left=”0″ padding_right=”0″]

Tutorial cara mudah integrate html template ke wordpress untuk jadikan sebagai homepage atau landing page. Ada soalan hubungi saya disini

Download Kod

<?php
/**
* Template Name: HTML Template
*/
?>

<?php
if ( have_posts() ) {
while ( have_posts() ) {
the_post();
the_content();
} // end while
} // end if
?>

CSS / Js <?php echo get_stylesheet_directory_uri();?>/custom/

http://localhost/wp/wp-content/themes/socrates-v5/custom/images/

[/soc_full_section]

Scroll to Top
Enable Notifications OK No thanks