harneev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: display the taxonomies name which post carriesdone with this …… m marking it as resolved … thanxx guys !!
Forum: Themes and Templates
In reply to: display the taxonomies name which post carries@rev. Voodoo — thanxx, as the code is working for single taxonomy
i can make two variables storing separate value of author and publisher.now the deal in front of me is that, how do i separate out the variable assignment for different post type . e.g)
if (post_type = books)
$taxo_text = //show authors and publishers
else if (post_type == movies)
$taxo_text = // show the actorshow do i differentiate these post_types…. its not working for me . could u please help me out
Forum: Themes and Templates
In reply to: display the taxonomies name which post carries@realchaseadams – its not like that i’ve to show it it alike . its that i want it to be at every post end and every post comprises of its own taxonomies values…. eg. first post is about a movie and in actors taxonomy i’ve added ‘jason statham’ then in the area ( at end of post ) actors label should be accompanied with ‘jason statham’ and like wise
Forum: Themes and Templates
In reply to: display the taxonomies name which post carries@realchaseadams – i didn”t get the site whose link u posted.
i want the thing to look similar to this site :
linkhere i want a signature similar to “CrunchBase Information” in the link above and in this signature i want to show the data in taxonomies…..