Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wordpress の single.php ページに、book.php などの別のページに移動できるリンクを配置したいと考えています。私はこれを持っています
<a href="book.php">book</a> it does not work
<a href="<?php the_permalink();?>"><?php the_title();?></a>