bigmumu
Forum Replies Created
-
Forum: Plugins
In reply to: Contact Plugin with 'Bookmarkable Preview Order' PageAnything? ??
Forum: Themes and Templates
In reply to: ‘Current Page’ nav setting works for every page but BlogI was just trying this in my sidebar:
<li class="<?php if(is_single($current_post) ) { ?>current_page_item<?php } ?>">
Full code:<?php $args=array( 'showposts'=>5, 'caller_get_posts'=>1 ); $my_query = new WP_Query($args); if( $my_query->have_posts() ) { while ($my_query->have_posts()) : $my_query->the_post(); ?> <small>» <?php the_time('d.m.y') ?></small> <li class="<?php if(is_single($current_post) ) { ?>current_page_item <?php } ?>page_item"><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li> <?php endwhile; } ?>
Doesn’t work. Anything similar that works so that I don’t need to add a line for every post I make?
For pages I have this line in sidebar.php
<?php wp_list_pages('title_li=Navigation' ); ?>
& this in header.php
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
WP then adds .current_page_item class automatically to displayed pages.Forum: Fixing WordPress
In reply to: Next and previous post links goneI have similar problem but I know it doesn’t come from the theme coz:
1. Tested default theme – same problem
2. Tested my theme on different site – working fine.Here’s what I see in the source:
<div class="navigation"> <span class="previous"></span> <span class="next"></span> </div>
I use WP 2.5.1 & have langswitch plugin installed, even deactivating it didn’t solve the problem ..
Forum: Fixing WordPress
In reply to: Can’t Upload Images in 2.5Same problem, I don’t like WP 2.5 at all, upgraded 1 blog & now hesitating to upgrade the rest. WP was simple, that’s what I liked best in it ..
Forum: Plugins
In reply to: Nice idea, but don’t get too cockyNope, I have the 1.3.1 version & WP 2.2.2, could be WP needs to be upgraded?
Forum: Plugins
In reply to: Nice idea, but don’t get too cockyThe plugin was just blockin all comments on my site, I found odd didn’t get any comment for days, then tried to make a comment on Opera with JS / Cook enabled & got that error message .. any idea?
Forum: Requests and Feedback
In reply to: WordPress rocks!Didn’t try other software
but compared to blogger.com wordpress (both .com & .org) rocks
Thanks for such great services ??