User talk:180.245.205.119

From Glitches

Thanks for sharing, this hepled a great deal! I added support for categories, and while this may not be logical it makes sense to me, because categories are organized in a hierarchy just like pages, and it is convenient to browse categories using the breadcrumb.[...]else if (is_category()) { global $wp_query; // Get the queried category $queried = $wp_query->get_queried_object(); // Append its hierarchy to the document (links) echo $separator . get_category_parents($queried->term_id, 1, $separator);} else if (is_single()) { $cats = get_the_category(); // Append the hierarchy of categories to the document (links) // Note: if posts are associated with more than one category, printing the hierarchies in this way may not be desirable echo $separator . get_category_parents($cats[0], 1, $separator); // Append the title of the current single element (text) the_title();}


This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical IP address to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please create an account or log in to avoid future confusion with other anonymous users.
Personal tools