問題タブ [permanent]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
20 参照

wordpress - 他のページのワードプレスへのリンク

wordpress の single.php ページに、book.php などの別のページに移動できるリンクを配置したいと考えています。私はこれを持っています

<a href="<?php the_permalink();?>"><?php the_title();?></a>