olorin
Forum Replies Created
-
Hi,
I,m looking for the exact opposite. Anyone know how to kill the article views log ?
Ok I have found a solution.
The problem was because i set my options to “less stats” before reseting the hits. I changed the option to normal stats, then i could reset the hits, and i switched back to “less stats”
Ok i just had a look at the database. Hits table has been reset (wp_prli_clicks) alright. But the hits in the wp_prli_link_metas table (meta_value) are not resetting.
It did not work
Forum: Fixing WordPress
In reply to: Adding custom fields to an RSS feed?I need the same hack. I tried different things, resulting only in failure.
Each post excerpt has a thumbnail associated with it. I would like to display the FULL thumb url in the feed like :
<item>
<image>http://www.domain.com/thumb_name.jpg</image>
</item>My custom field key : image
Custom field value: thumb_name.jpgBy the way, this thumb is displayed in the_excerpt (in the loop)using this code:
<?php the_excerpt(); ?>
<center><?php if(get_post_custom_values('image')){
foreach(get_post_custom_values('image') as $value) { ?>
<a href="<?php the_permalink() ?>"><img src="http://www.domain.com/vids/<?php echo $value; ?>" class="br" alt="<?php the_title(); ?>" /></a>
<?php } ?>
<?php } ?>
</center>Do you know why it doesn’t appear at all in the feed under
<description><![CDATA[ ]]></description>Thank you for your time
Forum: Fixing WordPress
In reply to: No Cache Folder?is it possible that is a bug of the 2.0.1 version ?
Forum: Fixing WordPress
In reply to: No Cache Folder?ok that’s what i thought. As i said, i’ve upgraded from 1.5.1 to 2.0.1 and absolutely no cache folder has been created when running upgrade.php in /wp-content and there was no cache folder in the /wp-content of the 2.0.1 zip file.
BTW i’ve got no error message when i’ve updated.
The problem is, if i create /wp-content/cache manually, will wordpress use it ?
Forum: Fixing WordPress
In reply to: No Cache Folder?so do you mean that i have to create it manually then ?
Forum: Fixing WordPress
In reply to: No Cache Folder?Bump, i’ve got the same problem, i have upgraded from 1.5.1 to 2.0.1 and i’ve got no cache folder. How can i enable it ?