There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
Add a widget area to the footer, get the 'exec 'php'' plugin, add a text widget with that code in it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#3
Oct 25, 2010, 02:46 AM
catastrophy
52 posts · Jan 2010
Nice France
Ill try with the footer wiget in Widget but it doesnt work.. do I had to put in it :
<?php wp_get_archives('type=monthly'); ?>
Sorry buy I don't understand your post. Did it work?
If the link at the bottom is your site, it looks like the archive is there. Is there still an issue?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#5
Oct 26, 2010, 08:57 AM
catastrophy
52 posts · Jan 2010
Nice France
Yes it works but i would like to have the titels of the post and not the date.. an idea...
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#7
Oct 27, 2010, 07:20 AM
catastrophy
52 posts · Jan 2010
Nice France
No, I didn't use a widget.
I 've put this code in ata's "style and edit footer" :
<ul><li><h2>A random selection of my writing</h2>
<ul>
<?php
$rand_posts = get_posts('numberposts=5&orderby=rand');
foreach( $rand_posts as $post ) :
?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
</li></ul>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support