oh i see upload mo yung php folder sa root directory ni wordpress
so magiging ganito sya kung yung name nang phpfolder mo is dtr-system
You do not have permission to view the full content of this post.
Log in or register now.
then create ka nang custom page template sa theme directory mostly nandito yan (wp-content/themes/themename/)
since php project yan pwedeng ganito template-dtr-system.php
tas eto sample code
<?php
/* Template Name: DTR System */
get_header();
?>
<div id="primary" class="content-area">
<main id="main" class="site-main">
<?php include_once('path/to/your/dtr-system/index.php'); ?>
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();
?>
or pwede ka naman mag subdomain nalang CNAME kaso lang mag iiba yung link para pwede mo sya i host kung saan mo gusto
sample link like this imbis na sa hulihan like yang need mo sa unahan natin lagay
You do not have permission to view the full content of this post.
Log in or register now.