Ended up resolving it by using this in the taxonomy template instead…
<?php
/*
Redirect To First Child
*/
if (have_posts()) {
while (have_posts()) {
the_post();
$pagekids = get_pages("child_of=".$post->ID."&sort_column=menu_order");
$firstchild = $pagekids[0];
wp_redirect(get_permalink($firstchild->ID));
}
}
?>
Related Posts:
- Direct link to “New post” in specific category?
- Post Category link is same with Page link
- How to remove category and other tags from posts page
- Including categories in search results
- Count how many posts in category
- Custom Single Post By Category
- Convert custom fields to post categories
- How to disable Uncategorized category URL?
- Add role that restricts user to post in specific category
- Count posts in category including child categories
- Query posts from current year
- Show One Category on Post
- how to grab first link in post… and of course call it
- Display all posts under child sub category in sidebar on post page?
- How do I get the slug of a custom taxonomy category of a post?
- Featured Posts for Category Pages
- Authors in menu, template list post by author
- Get user’s most published categories
- How to set post expiration date and time and move the page to archive after expiration [closed]
- Adding a text link under the post title in the lists of posts
- Count to how many categories a post belongs to
- How can I remove posts of a certain category from homepage after a specified time period?
- How To Remove Certain category Posts From the Blog Page
- Add icon/badge next to posttitle of specific category
- Edit custom post type admin menu link
- How to display WordPress archive into three columns [closed]
- Get mixed category random posts
- Using wp_list_categories like the the_category (showing just current categories of a post)
- Saving category to a post, before publishing the post
- Should I use posts or pages in this scenario?
- How to allow users to post only in certain category and hide elements from edit page?
- Need help with category listing!
- Prepending %category% onto default posts fails
- get_adjacent_post by language
- List all categories with featured image from post?
- How to handle broken links created by permalink/slug changes?
- Is it possible to paste a link without tags and make it directly a link in a post?
- How to make the first post in the loop be styled like a “new / featured” post?
- How can you display all sibling categories to a post?
- How to create a sub post?
- Adding a user’s ID behind the tag ref link address
- Category page when using static front page
- How to create a “latest news” page showing a list of posts from blog category
- how to hide empty fields of post category description?
- how can i display my posts alphabetically?
- How to generate/create link automatically on every word of post in wordpress
- How to have more than one page for your posts if you have 8 posts but can store max 4 on a page
- Extract wordpress posts content and category content
- All categories displays the same posts
- Having pages after specifying post_type post
- Get latest post from categories
- How to show a featured image inside a post in only 1 single category
- Highlighting Current Category in the Archive and Feeds page
- Get current taxonomy and display query accordingly
- Geting error in post and category [closed]
- Display most recent posts in category with Twenty Ten theme widget
- Display a specific category in a focused area of my site
- How to make ajax load posts from the current category?
- How can I create a ‘sub-blog’ which has its own sidebar on individual posts?
- how to filter posts by category without page load (ajax) in wordpress?
- Does having category name in permalinks affect SEO when having a post in multiple categories?
- How to 301 redirect from url with post id to permalink with post name (slug)?
- Create/Set Category as Title of Post
- How to distinguish pages created by woocommerce?
- How to display related post from same category in single.php
- Save All Post Permalink From A Specific Category into a .txt file
- show image gallery in archives or category page
- Page with Category Returning 1
- get current index of post content in category page
- Get 5 most recent categories
- Dynamically load posts based on category
- Get Categories & Posts With Type Article
- Nothing appears using get_the_excerpt() in category.php
- Set multi posts random categories and tags
- Add new post only in assigned category
- Changing the Category for all posts of an Author
- Unable to uncheck a category in a post
- Admin Post List Only Show One Category
- Next/Prev category post in same button
- Add category attribute to custom recent post shortcode
- Featured Images link to post parent
- Show category post with excerpt text
- Same sidebar in all posts as in the category
- How do I list categories and the common categories for posts beneath those categories?
- Latest Posts not in the right order
- Retrieve latest post by multiple categories with ID
- How to set a link to custom archieve page
- External link not showing on post but showing on comment
- How to Include a common category in a custom Category Search
- How to display only one post on first category page and rest on next pages?
- Can’t assign another category other than Uncategorized int he following front end post submission form?
- Viewing category won’t show up Custom post type posts
- Automatically add class to link based on link text
- Show Title/Date/Excerpt of first post & only Title for rest in Query [duplicate]
- Listing category and its posts one by one
- Print out one of 2 post category [closed]
- How to get if category has posts?
- Show some texts in posts belonging to Specific category
- View post with specific category id and name which I selected in the backend (drop-down option)
- Filters do not work when there are multiple (one works)