Perhaps this is the code that linking a default page:
<?php if($ct_options['ct_link_title'] == 'Yes') { ?>
<h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4>
<?php } else { ?>
<h4><?php the_title(); ?></h4>
<?php } ?>
<?php the_content(); ?>
I want to display a page that I build in page-builder instead of default page
Please advise. Thanks in anticipation
install plugin ACF in your wordpress and follow this TUTORIAL
If you still have any problem let me know
Update:
If you are not easy with this plugin then I'll strongly recommend another very easy plugin "Redirection".
Just copy paste source and target URL's and you are done