forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
34
html/wp-content/themes/lawcarta/page.php
Normal file
34
html/wp-content/themes/lawcarta/page.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
get_header();
|
||||
|
||||
if (have_posts()):
|
||||
while (have_posts()):
|
||||
the_post();
|
||||
?>
|
||||
|
||||
<div class="content">
|
||||
<?php the_content(); ?>
|
||||
<div class="mp-feature with-bg bot-form">
|
||||
<div class="cont">
|
||||
<div class="inner-cont">
|
||||
<div class="flex">
|
||||
<div class="col">
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a Demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign Up For Free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
endwhile;
|
||||
endif;
|
||||
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user