Eric @ EricBess WebHome

Rather than just thinking, knowing it would be meaningless

Chinese (Simplified) flagItalian flagKorean flagPortuguese flagEnglish flagGerman flagFrench flagSpanish flagJapanese flagArabic flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flagFinnish flagHindi flagPolish flagRumanian flagSwedish flagNorwegian flagCatalan flagFilipino flagHebrew flagIndonesian flagLatvian flagLithuanian flagSerbian flagSlovak flagSlovenian flagUkrainian flagVietnamese flag
By N2H

WordPress plug-filing categories: extended-live-archive (ELA)

Extended Live Archive Plugin (hereinafter referred to as ELA), in order to be able to list the date and a list of categories and labels such as the form of blog articles summary, the easy-to-clear view of the ideal is a plug-in wordpress. It is based on the Super Archives Plugin for further improvement and now it has gone beyond the functions of the Super Archives Plugin has been. ELA uses AJAX technology, such as the effect of its site in the upper right corner of the table index.

ELA function to introduce

Support for the month showed the initials, that is, Jan is this January.
The use of the modified display messages can be separated and pingback / trackback number of Extended Live Archive plugin)
Since the beginning of support will be displayed only the most common tags or tagged to the article shows that the number of conditions to make.
Will be able to use CSS from the display.

Installation requirements

Space PHP version 4.3 and above, the space is now the general PHP version 4.4 and above all, do not have to do too much to consider fundamental.

Installation steps

1, is now the latest version 0.10 Beta-r18, are related to each version of the changes in Extended Live Archive - Changelog page to see a clear, first of all from the author of the page to download the plugin and other plug-in zip file, the download directly connected Together to extract the root of the plugins folder, the plug-in cache folder permissions set to 777 properties; hit live plug-in.

2, the display settings in the plugin zip file containing a af-ela-style.css file, you can use this CSS file as a blueprint for amending the mind of its own co-style show. Changes in the CSS, how to increase near the original theme as well? Just to af-ela-style.css copy in the theme folder inside and changed its name to become ela.css, and then set the ELA in the screen to select "Use the default CSS stylesheet" will be, directly or af-ela-style. css accession to the theme of the content of style.css.

3, the Option-> Ext. Live Archive personalized settings do, but remember that according to the "Show Advanced Options Panel" button, or else show the options are very limited.

4, a new Page Template
Page Template form and fact, the general template of the same PHP file, you can use the template file page.php modify and amend the best use of this document, so the back of the entire emerging dislocation Template. However, most of the files is the most local of the beginning of the following statements (following the example of Page Template called "Archives Template"):

? View Code PHP
 1 
 2 
 3 
 4 
 5 
  <? php 
  / * 
  Template Name: Archives Template 
  * / 
  ?> 

To call af_ela_super_archive () function in a statement released in Page Template, as follows, on the recommendation <? Php the_content ('');?> Before:

? View Code PHP
 1 
 2 
 3 
  ( function_exists ( 'af_ela_super_archive' ) ) { <? php if (function_exists ( 'af_ela_super_archive')) ( 
         af_ela_super_archive (); 
  )?> 

5, page write, this is easy. Take a "archive", "index" or do you want the title page, and then in the module page, select "Archives Template", fill in a number of content </ br> (up to the border to the appropriate page size), the last direct Release it.

Special Note

WordPress 2.3 added a new tagging feature, database schema changes have been made accordingly, the following 3 tables will be deleted.

  • wp_categories
  • wp_link2cat
  • wp_post2cat

Instead, it is 3 tables.

  • wp_terms
  • wp_term_relationships
  • wp_term_taxonomy

Therefore, the author provided by the zip will be installed, the following errors:

WordPress database error: [Table 'databaseXXX.wp_categories' doesn't exist]
SELECT * from wp_categories

According to the new database schema, on the ELA has made the appropriate changes you can download here, the full support of the wp-2.3 version.

Classification archive plug-in: extended-live-archive (ELA) for wp-2.3 (29.6 KiB, 6 hits)
You need to be a registered user to download this file.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
- Welcomed the rating for this article

Log-related

Readers of this article is also concerned about the following:

  • N / A

January 18th, 2008 Author: eric | WordPress | Trackback? | 4 comments | Email This Post Print This Post | 284 views

Add a Comment

Leave a reply

Hide Post Comments
  1. Lam posted the following on 2008-11-15 at 8:16 pm.

    Has been looking for, I do not know how to, well

    Reply
  2. jhgh posted the following on 2008-09-18 at 10:53 am.

    Your template has been a dislocation, ie6

    Reply
  3. Running with the wind posted the following on 2008-08-26 at 5:02 pm.

    Hello, may I ask the plug-ins can now use it? I download from the author of many looking for a long time to find a bug you here, but you have to close the link, if you can have, can you give me a email I really like this I would like to thank the plug-in ~

    Reply
    1. eric posted the following on 2008-08-27 at 8:36 am.

      Can be also be able to download.

      Reply