admin管理员组文章数量:1023263
I have a CPT/Pods, so it makes Post to Country, but it's the almost identical.
Content to Post (or Country) is easy, example: /country/page/5 (Content) to /country/taiwan/ (Post).
while ( $query->have_posts() ) :
$query->the_post();
?><a name="title<?php echo get_the_ID()?>"></a>
<?php echo '<a href="'.esc_url( get_permalink() ).'">'.get_the_title()."</a>";
endwhile;
On Post (Country), I also wanted to go to the previous before. So how I go back /country/taiwan to /country/page/5#title58? I can not go to /country/page/5#title58, nor /country/page/5, only manual /country/.
<a href="/country/page/">Country</a>
Can you show me the -> Content, that is the function linking to /country/page/5#title58?
I have a CPT/Pods, so it makes Post to Country, but it's the almost identical.
Content to Post (or Country) is easy, example: /country/page/5 (Content) to /country/taiwan/ (Post).
while ( $query->have_posts() ) :
$query->the_post();
?><a name="title<?php echo get_the_ID()?>"></a>
<?php echo '<a href="'.esc_url( get_permalink() ).'">'.get_the_title()."</a>";
endwhile;
On Post (Country), I also wanted to go to the previous before. So how I go back /country/taiwan to /country/page/5#title58? I can not go to /country/page/5#title58, nor /country/page/5, only manual /country/.
<a href="/country/page/">Country</a>
Can you show me the -> Content, that is the function linking to /country/page/5#title58?
本文标签: linksContent gt Post is easybut Post gt Content is hard
版权声明:本文标题:links - Content -> Post is easy, but Post -> Content is hard 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745567732a2156552.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论