how to redirect the link to other page rather then

2019-07-10 11:58发布

enter image description here

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

1条回答
Animai°情兽
2楼-- · 2019-07-10 12:54

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

enter image description here

查看更多
登录 后发表回答