Alyson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: when you are in a category show the subcategories in the sidebarok i found this plugin WordPress Folding Category List
It does this!
with option “show children categories only”http://www.lonewolfdesigns.co.uk/focal
resolved.
Forum: Fixing WordPress
In reply to: when you are in a category show the subcategories in the sidebarSomebody?
I found a plugin to do this, but only work with pages ( Plugin -> Dynamic Subpages )
I need something to work with categories.Forum: Hacks
In reply to: Upgraded to WordPress 3.0.5 and Traffic has stopped Cany Anyone help?NOTICE: This domain name expired on 02/08/2011 and is pending renewal or deletion
Forum: Fixing WordPress
In reply to: Display the submenus in the sidebar while in categorywell…this is the code in my sidebar1.php
Forget about dinamical widgets.<div class="layout-cell sidebar1"> <?php if(is_category()) { // are we on a category or archive page $current_category = get_query_var('cat'); // the current category id $category= get_categories( 'include='.$current_category ); // if the parent category ID in the top navigation is the parent of the current category if($category[0]->category_parent == 1){ $child_categories= get_categories( 'child_of='.$current_category ); if(!empty($child_categories)){ foreach ( $child_categories as $child_cat ) { $categories[] = $child_cat->cat_ID; } $sub_children = implode(',', $categories); echo '<ul>'; wp_list_categories('include='.$sub_children); echo '</ul>'; } } } ?> </div>i’m, using this code..
I acess the top Menu e when i click in one sub-category ( this sub have other subs ) nothing show in my left sidebarscreen: http://img827.imageshack.us/img827/1816/categoriesz.png
Forum: Fixing WordPress
In reply to: Display the submenus in the sidebar while in categoryi’m trying put this code in dinamic widget in sidebar…
is it why not this working?
my sidebar get dinamics widgets…
Forum: Fixing WordPress
In reply to: Display the submenus in the sidebar while in categoryyes i put the code in sidebar1.php
you ever tested this code?
Forum: Fixing WordPress
In reply to: Display the submenus in the sidebar while in categoryI put this code in sidebar1.php of my theme
Do you mean sidebar.php of my wordpress and not my theme?
Forum: Fixing WordPress
In reply to: Display the submenus in the sidebar while in categoryok my ID=1
Nothing happen =/
Blank screen in widget
Forum: Fixing WordPress
In reply to: Display the submenus in the sidebar while in categoryIn my tests shows nothing
I don’t know the ID of the category with subcategories, have tried several numbers.
Thanks so much for your help.
Forum: Fixing WordPress
In reply to: Display the submenus in the sidebar while in categoryi don’t know, is just a ideia
i don’t know the logic to do this
Forum: Fixing WordPress
In reply to: Display the submenus in the sidebar while in categorynobody?
Forum: Themes and Templates
In reply to: Change recent post list style in widgetThanks, works perfect!
resolved =D
Forum: Themes and Templates
In reply to: Change recent post list style in widget.blockcontent-body ul li {
line-height: 1.26em;
border-bottom: 1px solid #477029;
padding: 5px 0 5px 15px;
}Forum: Themes and Templates
In reply to: Change recent post list style in widgethttp://www.cargoesclub.com/site/
[Login details removed. Don’t post login details on a public forum!]
Forum: Themes and Templates
In reply to: Change recent post list style in widgetfound a small problem…
In Internet Explorer the changes not occurred, what should I do in the file and style.ie7.css style.ie6.css?