ruix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with if (is_front_page())ok…I’m on it…Thx!!!
Forum: Fixing WordPress
In reply to: Problems with if (is_front_page())here’s the link: http://www.alquimiadelasalud.com/test
I don’t know why Chrome can read it, and Firefox can not. And the page source is totally different between them!!! (explorer is now working once i uploaded the file to the server, but it was not working in my localhost)
Thx again!
Forum: Themes and Templates
In reply to: “Comments are closed” in the classic themeThank you again.
I did this:
<?php comments_template( 'comments.php' ); ?>and changed the messages that appeared inside that comments.php, such as No comments, and 0 comments, and the posts were not affected.
🙂
Forum: Themes and Templates
In reply to: “Comments are closed” in the classic themeI got this line of code from wordpress codex…I looked for it and couldn’t find where that file is :S
I deleted the reference to that file, and it shows up an error :S
Forum: Themes and Templates
In reply to: “Comments are closed” in the classic themeThe annoying message is still there.
The code:
<?php the_content(); ?> <?php comments_template( '/short-comments.php' ); ?> <?php if('open' == $post->comment_status) { comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); }?>:S
Forum: Themes and Templates
In reply to: “Comments are closed” in the classic theme@dkristine I am using the classic theme, and it does not have that file you mentioned (single.php) :S:S
Forum: Themes and Templates
In reply to: “Comments are closed” in the classic themeoh…there’s another problem. Now, The comments that should appear inside every post are not visualized :S
Do you know what’s happening?
Forum: Themes and Templates
In reply to: “Comments are closed” in the classic themeOMG….ESMI YOU DID IT!!!!!!!!!!!!!
THANK YOU VERY MUCH!!!!
I’ve been trying for days and could not get a solution.
I was using <?php comments_template( ‘/short-comments.php’ ); ?> to get the post content. I just replace that line with the one you gave me and finally it works perfectly.
Thx again!!!