Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   [SOLVED] Better Extended Live Archive & Atahualpa (http://forum.bytesforall.com/showthread.php?t=3259)

gidibao Sep 3, 2009 11:24 AM

[SOLVED] Better Extended Live Archive & Atahualpa
 
Hello,

does the Better Extended Live Archive plugin work with Atahualpa 342?

I have to place
PHP Code:

<?php af_ela_super_archive(); ?>

in my archive page template (archives.php)!...

Any tip?

Thanks in advance

regards

juggledad Sep 3, 2009 02:33 PM

looking at the plugin page, it looks like there is a problem in wp 2.8 that some people have solved, but I did not see a solution.

If you can get it to work with the default theme, it should work with Atahualpa.

gidibao Sep 4, 2009 04:35 PM

Hello juggledad,

thanks so much for your kind reply!

Yes, I agree with you. The Better Extended Live Archive plugin works properly (only) with WP 2.7.x.

Please, take a look at the step #3 of the plugin installation note:

Quote:

Place
PHP Code:

<?php af_ela_super_archive(); ?>

in your archive page template. Generally it is named archives.php NOT the archive.php.
There is no "archives.php" file in Atahualpa 3.4.2! :(

Where do I have to place the call
PHP Code:

<?php af_ela_super_archive(); ?>

?


Thanks in advance

Regards as always

juggledad Sep 5, 2009 04:07 AM

What version of Atahualpa, WP and PHP are you running?

there is no archive.php with atahualpa 3.x but you can create one. Please see http://forum.bytesforall.com/showthr...ht=archive.php for more information

gidibao Sep 8, 2009 03:08 AM

Hello juggledad,

thanks so much for your tip!

Good news! The Better Extended Live Archive plugin works properly with Atahualpa 342 (WordPress 2.8.4 | PHP version 5.2.9).

1. I've created a new archives.php file by copying Atahualpa's index.php first

2. I've added a tiny amount of code at the top of the page

PHP Code:

<?php
/*
Template Name: archives
*/
?>

3. I've added this code in the LOOP

PHP Code:

<?php af_ela_super_archive(); ?>

4. I've create a page based on the "Archives" page template

Please, take a look here: http://gidibao.net/index.php/archivio/

Regards as always

Gianni


All times are GMT -6. The time now is 03:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.