littlebrain
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrade from 1.5.1.1 to 1.5.2 doc ?Thanks both, I just have now to follow the instructions : easy part 🙂
Forum: Installing WordPress
In reply to: Upgrade from 1.5.1.1 to 1.5.2 doc ?Thanks both, I just have now to follow the instructions : easy part 🙂
Forum: Installing WordPress
In reply to: Import from DotClearThanks for the answer. I’d guess it 😉
For those who are looking to import posts from DotClear, you can do it thanks to RSS.
In DotClear, you have to make a big export :
In rss.php, modify line 74$news = $blog->getLastNews(n,$cat,’post_dt ASC’);
Replace n by number of posts.
The drawback is you’ll lost the link between posts & comments… ouch !
Any other solution ?
Forum: Fixing WordPress
In reply to: How to display link categories ?Well… just one word… it works !!
We get by, thanks to you podz 🙂
The “wrong” line comes from Michael Heilemann style. I may write to him to make him note this in its code… just in case some other fool like me want to see its link categories 🙂
Thanks again !Forum: Fixing WordPress
In reply to: How to display link categories ?It may comes from my template (index.php) :
'
<li>'<h2><?php _e('Links'); ?></h2><ul>
<?php get_links('-1', ''
<li>'', ''</li>
'', ''); ?>
</ul>'</li>
'`
Is it enough to get link categories ?Forum: Fixing WordPress
In reply to: How to display link categories ?Sing with me :
“anonymous get a name,
it’s now Littlebrain…”
…sorry…
For my issue, I seem to be in trouble because you are moderator and you must be right !!
But…
– in ‘Categories’, I have ‘News’ and ‘Philosophes’
– in ‘Links’ > ‘Link categories’, I have ‘Liens divers’, ‘Cool Weblogs’ and ‘Incontournables’
– in ‘Links’ > ‘Manage Links’, all my for links have a category assigned
… help …