get permalink and append it
Well, succinctly you could just add ‘-book’ to your link, if your permalink settings result in post-name slugs: <a href=”https://wordpress.stackexchange.com/questions/210589/<?php echo untrailingslashit( get_the_permalink() ); ?>-book/”>Book Now</a> However if you’re not very careful, or are planning on running a site with a large number of content or with several people having access to the dashboard – … Read more