ZaddKeefer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show Custom Taxonomies from ALL Custom-post-types on index.phpMost probably yes Nisha,
Thanks for your reply!Thanks for replying! I’ve already seen through your plugins they do some pretty sweet stuff, but I can’t seem to find any documentation on displaying child-post categories and child-post at the same time? I have nothing against learning to code with custom post types.
I might have overseen something?
What I am trying to achieve:
Click on parent-post and list categories and child-posts like this:
Season 1 (category)
– Episode 1 (link to child-post)
– Episode 2 (link to child-post)Season 2 (category)
– Episode 1 (link to child-post)
– Episode 2 (link to child-post)Looking for same answers
I can’t seem to find ANYTHING related to my problem on the internet.. I can’t be the only one trying to fetch a child post link on a parent post?
Any help appreciated.. Been trying my haredest to find a solution for this..
It should kinda work like on your documentation, except I want to use it in my template file:
https://wp-types.com/documentation/user-guides/displaying-related-child-posts/Forum: Fixing WordPress
In reply to: Search in a tag/archive and search from there?Nobody knows this??
Forum: Fixing WordPress
In reply to: Search Page Not Returning Tags In URL from tags in archive.phpAnybody with a solution? All I need is some sort of _GET function to work on the search.php.. But it seems not to fetch it at all
Any help appreciated ??
Forum: Fixing WordPress
In reply to: Search Page Not Returning Tags In URL from tags in archive.phpCan someone help me with this?
Forum: Fixing WordPress
In reply to: Search Page Not Returning Tags In URL from tags in archive.phpIf I manually put a tag like “adventure” it works well on search.. But whenever I try to use the search form in a tag and search for somethin it leaves tag= empty..?
Forum: Hacks
In reply to: Custom Post Type for TV Shows, Seasons, EpisodesYea you are right, even though my mind went through all of this ?? Let me see if I can get it to work, even though my biggest problem would be the episodes POSTS, and that is certainly one of my biggest issues in this project..
But thanks for your help indeed, will try and see how to categories works out.. ??
Forum: Hacks
In reply to: Custom Post Type for TV Shows, Seasons, EpisodesAlso I want to list the posts within episodes on my main post, not only the categories
Forum: Hacks
In reply to: Custom Post Type for TV Shows, Seasons, EpisodesYes that function might do the job, but I have no clue to use it for my advantage, of course I might use of child_of=8 (lets say its south park) What when I make another “main post” (lets say spiderman) with categories attached to that as well, like so
– Series
— South Park
Main Post (of South ParkCategory)
— Episodes
Episode Post (of Episodes Category)
— Seasons (Parent-Category)
—- Season 01 (Child-Category)
—- Season 02 (Child-Category)
— Spiderman
Main Post (of South Park Category)
— Episodes
Episode Post (of Episodes Category)
— Seasons (Parent-Category)
—- Season 01 (Child-Category)
—- Season 02 (Child-Category)Is there any dynamic way to fetch the cat id the main post has, to get the child category posts?
I have no clue on how to code this, I might need an example to tweak it myself
Forum: Hacks
In reply to: Custom Post Type for TV Shows, Seasons, EpisodesWell it’s sort of that I want, but how does I make the query on single.php.. For instance if the post is “South Park” details bla bla bla. and under all this I want to list Seasons(Categories) and Episodes(Posts from Episodes) but related to the main post
– Series
— South Park
Main Post (of South Park Category)
— Episodes
Episode Post (of Episodes Category)
— Seasons (Parent-Category)
—- Season 01 (Child-Category)
—- Season 02 (Child-Category)I guess it would be something like that.. The problem is I have no idea how to make a query for this? Where on Main Post, I want to query so it echo seasons and episodes under the main post
If that makes any sense at all, thanks for putting your mind to this!
Forum: Hacks
In reply to: Custom Post Type for TV Shows, Seasons, EpisodesThanks for the respond Joey.. Really! I only know how the standard of “templating” a wordpress theme, and this seems a bit more complex than I know of :p
If you are familiar with taxonomies, I might go with that? If you know a way how to put it all together.. I want a post to be a parent of another and those childs (however you talk about tags) This might works as well, even though I used tags as (comedy, horror, etc) and categories with (series, episodes and seasons)
If you got a solution to get this to work under a certain parent-post (even with a tag) then I just exclude the tags(genres) in the certain parent-post
I just really want an easy solution to post “child-posts” to a parent-post
?? Hope you can help
And your link might work.. But have no clue how to “echo” all the child-posts on a parent-posts, that I need help with
Forum: Fixing WordPress
In reply to: TV Show database.. Child Post of Parent PostNobody can help in the community :/?
Forum: Hacks
In reply to: Custom Post Type for TV Shows, Seasons, EpisodesCan someone please help me with this?