Vulisha
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Special Text Boxes] wp-special-textboxes.css.php long wait timeWell I decided to take HTML from source, and copy css and add them manually to page and deactivated(but not delete) plugin, and it is fine now.
Forum: Hacks
In reply to: Posts For Page modification not working (add category-slug class)and here it is :)) ty very much on wp_get_post_categories()
$post_categories = wp_get_post_categories( $child->ID ); $cats = array(); foreach($post_categories as $c){ $cat = get_category( $c ); $cats[] = $cat->slug ; } $classes = implode ( " category-", $cats ); $output .= "<div class='pfpItem entry-content category-$classes'>";Forum: Hacks
In reply to: Posts For Page modification not working (add category-slug class)Thats ok, I am hotheaded a bit to :p
but that is not problem, you se i get category class with my code, bud problem is i get the same PAGE category in every post class instead POST categoryForum: Hacks
In reply to: Posts For Page modification not working (add category-slug class)Nono that doesn’t help, with both options i get output
div class="pfpItem entry-content post-1447 page type-page status-publish hentry"so actually i get some post class, but not neded post, i get page class where plugin is activated:
you can see it for your self
dobitni.com/testingspfp/Forum: Fixing WordPress
In reply to: Calendar on page too big, in sidebar normali tricked it in to working using dynamic widgets
Viewing 5 replies - 1 through 5 (of 5 total)