correodefelipe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: downgrading to 2.0.2?what can I do then?
shall I upgrade everything again or I just need to replace teh wp-include files?thanks for your suppor ptvguy.
Forum: Themes and Templates
In reply to: using a theme for a specific categoryThanks,
I’ve done it with the Theme Switcher, but now how can I modify it to make the new theme selected by default?
thanks again.
Forum: Themes and Templates
In reply to: using a theme for a specific categoryHi Viper,
I’ve read this allready a thousand times tough but I believe that’s not the answer.
Suppose you are using your default theme, but you want for your index.php?cat=4 page to use the classic theme that is in another folder in your themes directory. Then? how can you do that?
Forum: Plugins
In reply to: How can I make the excerpt mandatoryThanks OnSeduction but that’s not what I want. What I need is to make my authors to write an excerpt for every posts.
For example: if they are going to publish a post without writing an excerpt an error signal should appear once they press the Publish button.
Forum: Themes and Templates
In reply to: separate categoriesthank you petit for your reply, can post your LOOP code or at least just the part where you exclude the category.
Forum: Themes and Templates
In reply to: separate categoriesI suppose the example that you’re telling that’s in the LOOP section is:
http://codex.wordpress.org/The_Loop#Exclude_Posts_From_Some_Categorywell I have tried it with no success in my wp2.0.1 installation.
Forum: Installing WordPress
In reply to: where can I find wp 1.5?Thanks a lot podz!!
now I want to ask you something…
I just “upgrade” from 1.2 to 2.0.1 without noticing this was not possible. Now I know I should have upgraded to 1.5 first…
Do you know how can I clean this mess out?
thanks again,
felipe.Forum: Fixing WordPress
In reply to: Warning: main(blog/wp-comments.php): failed to open streamby the way… do you know where can I download the 1.5 version, I haven’t been able to find it in this site.
Forum: Fixing WordPress
In reply to: Warning: main(blog/wp-comments.php): failed to open streamOoppps, now I realize I didn’t upgrade from 1.2 to 1.5….
now that I’ve already messed up upgrading from 1.2 to 2.0.1 directly should I upgrade to 1.5 and then to 2.0.1 ?
Forum: Fixing WordPress
In reply to: Warning: main(blog/wp-comments.php): failed to open streamyes I did, indeed I have been able to manipulate all the WP1.5 new features quite well. As I told you everything is running fine except this error message.
Can you suspect about any common error?Forum: Fixing WordPress
In reply to: Warning: main(blog/wp-comments.php): failed to open streamSorry I didn’t run with the same luck.
I’ve updated to WP1.5 and everything seems fine except for the comments. On my main page I receive an error message that says:
Warning: main(/var3/www/mywebsite/wordpress/wp-comments.php): failed to open stream: No such file or directory in /var3/www/mywebsite/index.php on line 30
what it is really strange is that the new WP1.5 doesnt comes with any wp-comments.php file. Does it?
By the way, this is the part of my code who brings up the comments:
<div class=”storycontent”>
<?php if ($p==0) {the_excerpt();} else {the_content(‘Read More…’);} ?>
</div><div class=”feedback”>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div><?php comments_template(); // Get wp-comments.php template
Forum: Fixing WordPress
In reply to: Is wp-comments.php not in 1.5?