pospel
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Another network permalink questionI do not want to have 2 WP installs for / and for /members/. I want to have all network sites besides core one to have /members/ prefix on their permalink structure. Here is an example to make it more clear: on / core blog and it’s pages I want to display categorized blog directory, recent directory posts etc. And not to mess directory blogs content with core stuff I want all blog network sites to have virual /members/ in their permalink structure to clearly distinguish them as a network sites.
Hope I was clear ??
Forum: Fixing WordPress
In reply to: How to show only subcategory for a post? Anyone, finally!If you want to do something – do it yourself.
Here is a solution:<?php foreach((get_the_category()) as $category) { if ($category->category_parent == "6") { echo '<a href="' . get_category_link($category->cat_ID) . '">' . $category->cat_name . '</a>'; } } ?>
Forum: Fixing WordPress
In reply to: How to show only subcategory for a post? Anyone, finally!By it parent category, afaik, by applying some additional filtering.
In my case – post is only in subcategories of several parent categories. Think of it, like you have several category groups and you want to know what exact subcategories it bind to within one category group.
For example, you have categories for car manufacturers (toyota, audi, bmw) and for car types (sports car, minivan, offroad) . On single post page you want to show a link to car manufacturer group which post belong to (i.e. category). So you know, you should look in manufacturer group to retrieve exact manufacturer (i.e. subcategory).
Forum: Themes and Templates
In reply to: Cyrillic in WordPressAm not a really programmer, am a web/flash designer ?? But thanks for a nice words ??
Forum: Themes and Templates
In reply to: Want a bullet image for post titlesBest of the bests:
https://www.westciv.com/style_master/academy/css_tutorial/index.html