yazerty
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Does anybody know the changes in 2.6http://trac.ww.wp.xz.cn/milestone/2.6
Here is a short list a main features : http://www.webinventif.fr/wordpress-251-et-26/ (in french but with links to the trac)…
Hop :).
Forum: Fixing WordPress
In reply to: Show only articles’ authorok, i found it…
Forum: Fixing WordPress
In reply to: Show comments on index.php ?nobody 🙁 ?
Forum: Fixing WordPress
In reply to: Youtube without plugin and without desactivate visual editorI got it : you must write all the video code in 1 line only !
Mmm I prefer to use Embedded Video Link (plugin) : this seems to be a useful plugin, and it is often updated (very important for a plugin !).
Forum: Fixing WordPress
In reply to: Show comments on index.php ?Mmm, that doesn’t work at all with it, because <?php $wp_query->is_single = true; ?> show my posts on index.php like they were on the single page. So, it’s bad for long posts :-/
Is there anybody who have a solution please ??
Forum: Fixing WordPress
In reply to: Show comments on index.php ?If I put this :
<?php $wp_query->is_single = true; ?> <?php comments_template(); ?>this show the dafult comments template.
Could I make another version of comments.php ? Could I use comments-popup to make it ?