Dlaythem
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Show Sub-categories with Hover "CSS"Not Working π
@chadrew, Thank you very much .. i found what i’m looking for :
<?php if (function_exists('get_highest_rated')): ?> <?php query_posts($query_string.'&r_sortby=highest_rated&r_orderby=desc&post_per_page=5') ?> <?php while(have_posts()) : the_post(); ?> <?php endwhile; ?> <?php endif; ?>Up Please !!
i have the same problem !!!
the message is sent ! but the image ( ajax-loader.gif ) is still there and no message ( thanks ….. ) !
Forum: Plugins
In reply to: I need a help about ( members can register and post )i’m still waiting π
Forum: Themes and Templates
In reply to: Threaded Comment don't work with visitors !!!resolved ..
it was just by add
<?php comment_id_fields(); ?>
on the comment form,
Forum: Themes and Templates
In reply to: fix Reply link in commentsup, and i wish i could have a answer for that :
http://wordpress.org/support/topic/fix-reply-link-in-comments?replies=7#post-2240469Forum: Themes and Templates
In reply to: Need to Fix WordPress CommentsAll is about css / html
with html you change the place of the avatar/author…
with css you style it ( give it float,margin,padding… )Forum: Themes and Templates
In reply to: fix Reply link in commentsthe problem now is that working for me ( admin ) but not for visitors !
when i click on “reply” the comment form comes under the quoted comment and it’s work, Great !
but for visitor when he click he takes him to the comment form, and the comment is added like a simple comment !
Forum: Themes and Templates
In reply to: fix Reply link in commentsi fixed it
i add :
<?php comment_id_fields(); ?>
in the comment form and i add too :
<?php if ( is_singular() && get_option( ‘thread_comments’ ) ) wp_enqueue_script( ‘comment-reply’ );
wp_head();?>just like you said,
Thank you very much π
Forum: Themes and Templates
In reply to: fix Reply link in commentsi don’t think so,
it could be a functions.php issue π
because it working before i change the functions.php
thanks!Forum: Themes and Templates
In reply to: fix Reply link in commentsi add it now, but it’s not working
thanks!
Forum: Themes and Templates
In reply to: Add Reply link to my themeThank you,
And how to use the simple version ( without plugins ) ?!