akis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sticky posts doesn’t work on query_posts?Yes, but unfortunately this is not a solution.
Some related question:
Do you have any idea if its possible to prioritize posts from Featured category?Forum: Fixing WordPress
In reply to: Sticky posts doesn’t work on query_posts?Tried that already, nothing changed.
Forum: Fixing WordPress
In reply to: Sticky posts doesn’t work on query_posts?They are included but like normal posts not stickies.
Forum: Fixing WordPress
In reply to: Sticky posts doesn’t work on query_posts?Thanks. I have checked those but didn’t help, I don’t want to display only sticky posts, I just want the normal behavior.
Forum: Plugins
In reply to: Will the wordpress-mu-domain-mapping be supported in WP 3?I hope it will, also.
Forum: Themes and Templates
In reply to: SidebarDid you modified style.css? Try to replace it with the default one.
http://i49.tinypic.com/iqjtz5.pngForum: Fixing WordPress
In reply to: query_posts multiple categories offsetOr, how to exclude the last 3 posts from category 5 without using another query?
Forum: Plugins
In reply to: [Plugin: ThinkTwit] Voted less than 5? Please say why so I can improve!Thanks, I’m still waiting for it.
Forum: Themes and Templates
In reply to: Page-Nav Plugin Not Working<?php comments_template(); ?> <?php endwhile; else: ?> <h2><?php _e('Not Found','lightword'); ?></h2> <p><?php _e("Sorry, but you are looking for something that isn't here.","lightword"); ?></p> <?php endif; ?> <!-- <div class="newer_older"> <span class="newer"> <?php previous_posts_link(__('« Newer Entries','lightword')) ?></span> <span class="older"> <?php next_posts_link(__('Older Entries »','lightword')) ?></span> </div> --> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Plugins
In reply to: [Plugin: ThinkTwit] Voted less than 5? Please say why so I can improve!Thanks Stephen, anything new about that cache problem?
Forum: Plugins
In reply to: [Plugin: ThinkTwit] Voted less than 5? Please say why so I can improve!Thanks for your answer, I didn’t rated the plugin with less than 5 stars though.
Best,
AkisForum: Plugins
In reply to: [Plugin: ThinkTwit] Voted less than 5? Please say why so I can improve!Is it possible to remove the last 7 days tweets limit?
Forum: Themes and Templates
In reply to: Lightword – is putting links to dirty content in footer .. how??I don’t get it, there are thousands of wordpress blogs infected with this kinda viruses and you blame the theme developer?
Nice.Forum: Plugins
In reply to: Next / previous posts link – How to disable output?Like I said, I don’t need output.
Seems to work fine with this code.
$previous_link = get_permalink(get_adjacent_post($in_same_cat = true, $excluded_categories = '', $previous = true)->ID);For next link, set $previous to false.
Forum: Plugins
In reply to: Next / previous posts link – How to disable output?Well,
<?php echo get_previous_posts_link(); ?>in single.php doesn’t seem to display anything.