Tagged Questions
0
votes
1answer
95 views
How to use WP_Query() on single.php?
I'm using WP_Query() to pull out a few posts under a specific category "Featured" to display at the bottom of any post.
So I added <?php if (function_exists('getEditorPicks')) ...
0
votes
1answer
85 views
Make Next and Previous on single-$posttype.php use the same order as archive-$posttype.php
I have a custom post type events and am displaying these events using archive-events.php and single-events.php from the template hierarchy. I have a custom query in archive-events.php
$paged = ( ...
0
votes
1answer
80 views
Links in the_content not linked
I have alot of old posts that are being pulled with the_content() context.
In the_content() there is links in the text, however none of them are hyperlinked it just shows like ...
1
vote
1answer
846 views
Pagination for custom query on single.php
I'm building a site and the basic structure on most pages is as follows:
<!-- content query -->
<!-- recent posts preview query (paginated) -->
<!-- related posts preview query ...
0
votes
1answer
313 views
Get Child Custom Post Content on Single.php?
I have a custom post type, with children 2 rows deep...
Outfit 1
Inner
Child 1
Child 1
Child 1
Child 1
Outfit 2
Inner
Child 1
Child 1
Child 1
...