Clean Archives Reloaded

What Exactly Does This Plugin Do?

It creates a pretty list of all of the posts that you’ve made to your blog. To see an example, check out my archives page. Note that the image located there that shows the post times of recent posts is generated by a seperate plugin.

Download:

Support / Feature Request Forum:

http://wordpress.org/tags/clean-archives-reloaded

Credits / History:

This plugin is based on a concept (it no longer shares any common code) by Sebastian Schmieg for the archive page of his “Blix” theme. His code was later converted to a plugin by Shawn Grimes.

The drawback of both of those versions though was the sheer number of queries required (around 1 per month + 2 per post — it added up quick). So, I decided to make my own version which cached the output so that it was only regenerated when needed and otherwise just pulled with 1 query from the database. I was also given the idea by Chris O’Rourke to use Javascript to make the months collapsible as many people’s archives pages were getting rather long.

All of that was then replaced by the current version which uses WordPress functions and internal WordPress caching techniques to make only one query per page period.

721 comments to Clean Archives Reloaded

  1. [...] Clean Archives Reloaded?????????????????????????????????????? [...]

  2. Mick says:

    I’m getting the same issue as Roni.

    I added it to my sidebar as:

    <?php cleanarchivesreloaded() ?>

    TIA,
    Mick

  3. [...] Clean Archives Reloaded – Javascript-enhanced post archive list generator. [...]

  4. roni says:

    hoping someone would help.. this is a good plugin but unfortunately i can’t use it..

  5. Viper007Bond says:

    You guys are missing the underscores:

    <?php clean_archives_reloaded(); ?>
  6. [...] Clean Archives Reloaded ?????Ajax????? [...]

  7. Jamie says:

    This is a great plugin but would love to be able to make separate pages for each month of each year. Only because we write about 200 articles per month, so after a year the page would have 2400 article links on one page.

    I know people have asked this already, but I figure I’d add my two cents that I think it would be great if there was a shortcode to call specific months of certain years for individual pages.

    Thanks for the hard work!

  8. [...] 2. Clean Archives ReloadedClean Archives Reloaded????????WordPress?????????AJAX????????????????????????????????????????. [...]

  9. [...] because you can’t download any plugins. I’m going to miss the plugins I had. Farewell Clean Archives Reloaded, Contact Forum 7, Maintenance Mode and Page Navi. You’ll be missed. Look on the bright side, [...]

  10. Mufid says:

    Works on my Blog

    Many thanks for the author.

  11. Shruti says:

    I tried this plugin but seems like I am doing something wrong. The archives page shows a list of pages, categories, months, authors, and posts. It doesnt look like the one in your demo.

    Please help!

  12. Dan says:

    Hey! Thanks for the awesome plugin! Looks awesome on the site, and I plan on incorporating it into another site I’m working on now.
    http://www.drgphoto.com and http://www.fortheblog.com.

    Link-luv at the bottom too, :D

    Daniel

  13. Allen Taylor says:

    Viper, I’ve been using this plugin for some time now but I’ve recently re-installed it on a client site and it isn’t working. All I’m getting is a blank page. I know I’ve inserted the code correctly on the page. Not sure what the problem might be. It looks like others have had this problem too. Could it be an incompatibility issue with certain themes?

    • It could be running out of memory. I would suggest checking the server’s error_log or turning on display_errors.

      My plugin tries to use as few database queries as possible, but it does so at the cost of using more memory. On my (long) todo list is making this an option — few queries, high memory usage vs. lots of queries, low memory usage.

  14. Kim says:

    OMG. Help. I love what your plugin does and it worked on WP 3.0 Multisite just fine – but for one hitch. While it displayed perfect archives on a page I named Archives, it ALSO turned the Home page, which used to display my posts, into an archive page as well.

    I’ve deleted the archives page, uninstalled and then deleted plugin and now, when I enter http://thisonewildlife.com in any browser, it adds “/archives” to it. Of course, since deleting the archive page, http://thisonewildlife.com/archives gives a 404 error.

    Why does my domain name add “/archives” to it now? More importantly, how do I make display my posts again? Right now it’s just a shell with sidebars.

  15. Kim says:

    PS: In Settings>Reading, I tried to reset the front page to display posts but with no change. I then tried to set the front page to a specific page. It won’t do that either.

  16. Kim says:

    Thanks for the response – and thanks again for the terrific plugin. Turns out the Redirection plugin is automatically overwriting my home page with the archive page – but only after adding the CAR code. I guess these plugins like each other enough to sneak out and play together. After confiscating their incriminating notes, I’ve grounded them both and all is right with the world once more.

    • Hal says:

      Did you ever figure out what happened and how to correct it? I have the same issue right now, but I want to keep using Redirection (not CAR though unfortunately).

  17. Riyaz says:

    This is a great plugin. Thanks much :)

    Some queries though –
    How do I change the default CSS used in the plugin to suit my theme?
    Is there a way to show up archives by category along with archives by month?

    Appreciate your inputs.

    • My plugin doesn’t provide any CSS of it’s own really other than modifying the cursor when hovering over a month. It’s just a standard nested unordered list. You can use the classes that the plugin applies to it’s output though to style it. Just add the rules to your theme’s style.css file.

      And no, my plugin does not support category archives.

  18. Mufid says:

    Check the accordion menu at the sidebar of my blog, find the “Table Of Content” menu. That is the work of Clean Archives Reloaded plugin. Many thanks, Viper!

    Unfortunately, when I installed it in my other blog, it doesn’t works. It shows a blank page… What is wrong with it?

  19. [...] Clean Archives Reloaded generates a list of all of your posts sorted by month. It comes loaded with an efficient Javascript to allow collapsing and expanding of months. [...]

  20. [...] Eklenti Ana Sayfas? Geri izleme URLWeb Uzman? WordPress Wp Eklentileri | wordpress ar?iv eklentisi | wordpress eklentileri | wp ayl?k ar?iv eklentisi [...]

  21. [...] Eklenti Ana Sayfas? Benzer Konular:Wordpress'te Yorum Alan?na Smiley (Gülücükler) ?fadeler Eklemek ?çin..Wordpress'te Php,Asp,Html kod ekleme (Editörü) eklentisiWordPress 3.0 ?ndir (Türkçe)Sitemize 'Sayfa Sayaç' Eklentisi Eklenmi?tirWordpress-Sayfan?zda Toplam Kullan?c? Say?s?n? GöstermekTürkçe Hazel V.1 WordPress Flash Oyun Temas?Türkçe WordPress Temas?-deFusionTürkçe WordPress Temas?-Light [...]

  22. Downloadtaky says:

    I’m sorry but it doesn’t work with gForum template :-(

  23. Sam says:

    Trying to show content instead of the title.
    get_the_title( $post->ID ) is showing up the title.

    I tried few tweaks but could not work out. Any suggestion.

  24. [...] yaz?mda günlü?ümde kullanm?? oldu?um, Viper007Bond taraf?ndan yaz?lm?? olan Clean Archives Reloaded Türkçe ar?iv eklentisi elimden geldi?i [...]

  25. Great plugin – exactly what I was looking for! I’ve tidied up the jQuery a wee bit. Doesn’t really make much of a difference, just ditched a few lines!

    If you’re interested:

    		jQuery(function($) {
    		
    			/* Fancy archive stuff */
    				$('.car-monthlisting').hide().filter(':first').fadeIn();
    				$('.car-yearmonth').click(function() {
    					$(this).next().slideToggle('fast');
    				});
    				$('.car-toggler').click(function() {
    					if ( '<?php echo js_escape( __('Expand All', 'clean-archives-reloaded') ); ?>' == jQuery(this).text() ) {
    						$(this).parent('.car-container').find('.car-monthlisting').fadeIn();
    						$(this).text('<?php echo js_escape( __('Collapse All', 'clean-archives-reloaded') ); ?>');
    					}
    					else {
    						$(this).parent('.car-container').find('.car-monthlisting').fadeOut();
    						$(this).text('<?php echo js_escape( __('Expand All', 'clean-archives-reloaded') ); ?>');
    					}
    					return false;
    				});
    			
    		});
    
  26. [...] Eklenti Ana Sayfas? This entry was posted in anasayfa. Bookmark the permalink. ← Date Archives TagCloud html5 → [...]

  27. [...] By Viper007Bond | Visit plugin site [...]

  28. Kalliey® says:

    Great Plugin! Thank you very much!

  29. Web Talk says:

    Are there any update scheduled in the future for this great plugin? It is a bit…old now!

  30. rokugan says:

    Nice plugin! But in WordPress 3.0.1 I got a error “Headers already sent by” clean-archives-reloaded.php in wp-include/pluggable.php on line 890
    After deactivation everything gone ok.
    Please help!

  31. Hi Alex,

    I hate having to use 128 MB for my PHP memory limit for one page (64 bit Ubuntu). How about a non-JavaScript version that doesn’t collapse at all?

  32. I’ve just released a new version of this plugin that should greatly reduce the memory requirements of this plugin. I have no idea why I didn’t think of the solution I used earlier. Here I was this whole time thinking it was going to be a lot more complicated.

    Let me know if you run into any issues everyone.

  33. That did the trick for my sites. I can now use WP’s default of 64M without a hitch.

  34. ?? says:

    Great? Thank you very much!

  35. AK says:

    Want to update:
    but….

    Incompatibel archief PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

  36. [...] Clean Archives Reloaded Vizualisador de Archivos [...]

  37. Vera says:

    Hi, Alex, your archive plugin is awesome. Thanks a lot!
    I have a question, can I set “expand all” as default instead of must clicking it every time? Thx!

  38. [...] Clean Archives Reloaded^ – I didn’t like the default way that WordPress shows archived entries, so I set about looking for a plugin that would display my archives in chronological order but in a nice and clean way. [...]

  39. [...] to check out the Blogging Virgin’s Archives Page Special thanks to Alex for creating the clean archives reloaded plugin Cancel [...]

  40. [...] By Viper007Bond | Visit plugin site [...]

  41. will brennan says:

    Alex,
    I like your plugin for archived posts. Actually, I like both plugins and I appreciate.
    Thx
    will

  42. [...] Clean Archives Reloaded : ???? Archive? list view? ???? ???? ??. [...]

  43. Jenny says:

    Is there any way I can exclude certain categories from showing up in the archives? In the previous versions I could do it using the get_post query, but I see that you’ve removed it in the latest version. Thanks!

  44. [...] 3.2.0 ?? | ??? Viper007Bond | ?????? [...]

  45. [...] Clean Archives Reloaded: Oboha?te svoje stránky p?ehledným archívem všech Vašich ?lánk?. Roz?len?no dle m?síc?, rok? a dní. [...]

  46. pvener says:

    Would love it if the plugin collapsed to years as well as months! In any case, this is the only archive collapsing plugin that actually shows up after I’ve activated it.

    Thanks.

    pvener

  47. [...] Clean Archives Reloaded – is the easiest way to create an archives page for your site. Simply activate the plugin, create a page titles ‘archives’, then cut past a simple shortcode and your fresh archive is live. See our archives page. [...]

  48. Eleazar says:

    Quick Online Tips recommended your plugin and I think it is great to try it now. Just uploaded it to my site’s server.

  49. Philip says:

    Hi, I’m checking out different archive plugin to find one that run efficiently on sites with thousands of posts. But I’m not having much luck.

    You claim that your plugin is “highly efficient”, yet it does at least one SQL query per post (I’m assuming it does that in the get_permalink() line), and this is similar to lots of other archive plugins out there.

    This isn’t ideal for me because my site has 10,000+ posts, and I don’t want to kill my database.

    Can you comment on your reasons for writing your plugin this way or if you have any plans to change this in a future release?

    • How else am I going to link to the post? get_permalink() is required.

      If you’re that concerned about database queries, then install a persistent object cache plugin. W3 Total Cache for example will do it.

      • Philip says:

        I agree that

        get_permalink()

        should be used (as opposed to rewriting core WordPress functionality). My point, however, is that your plugin advertises that it only makes one database query when in fact it makes 1 + however many posts your site has.

        I’m not trying to just be like, “I told you so … “, I’m actually just trying to find a good solution to this issue. Until I find a better option, this is what I do:

        $query = array(
          'numberposts' => -1,
          'exclude_fields' => 'post_content'
        );
        $all_posts = get_posts($query);
        

        Then I can pass a post object to

        get_permalink()

        , so another query isn’t required. But that seems like overkill as well.

        I’ve posted this topic on stackoverflow:
        http://stackoverflow.com/questions/4778421/is-it-possible-to-have-get-posts-or-wp-query-not-return-the-post-content

  50. [...] Clean Archives Reloaded – is the easiest way to create an archives page for your site. Simply activate the plugin, create a page titles ‘archives’, then cut past a simple shortcode and your fresh archive is live. See our archives page. [...]

  51. Juanita says:

    Getting this error

    Warning: Cannot modify header information – headers already sent by (output started at E:\CustomerData\webspaces\webspace_00100859\webapps\SiteApp293\htdocs\wp-content\plugins\custom-field-list-widget\widget_custom_field_list.php:1316) in E:\CustomerData\webspaces\webspace_00100859\webapps\SiteApp293\htdocs\wp-includes\pluggable.php on line 864

    code there is

    	if ( $is_IIS ) {
    		header("Refresh: 0;url=$location");
    	} else {
    		if ( php_sapi_name() != 'cgi-fcgi' )
    			status_header($status); // This causes problems on IIS and some FastCGI setups
    		header("Location: $location", true, $status);
    	}
    }
    endif;
    
  52. My plugin should not send any data before the headers are sent (which would cause that error). Make sure you uploaded the plugin correctly and so forth.

  53. [...] By Viper007Bond | Visit plugin site [...]

  54. [...] suatu blog tutorial . Daftar isi pada blog ini dulu pertama kali saya buat dengan bantuan plugins Clean Archives Reloaded. Sebenarnya plugins ini sangat menarik menurut saya, karena menggunakan javascipt sehingga bisa [...]

  55. Great plugin and amazing functionality! One question, is there a way to simple hide the months and show posts from a certain year when you click on the year?

  56. Lara N. says:

    First of all, thank you for the plugin, it’s the closest I’ve come to getting an archive on my website. I like the expand/collapse look.

    Second of all, I think I mangled something while “installing”, and wonder if you wouldn’t mind taking a look?

    Here’s what I did:

    It installed as a wordpress plugin just fine, I activated it, and configured the settings. Then I went to the widget section and dragged it over to the sidebar (the only place my theme will allow me to insert widgets) Then it showed up on the sidebar, but everybit of customization – blogrolls, sponsors, follow me on twitter, etc… Disappeared.

    So I removed it.

    Then I had the (probably not so) bright idea to try installing it in my footer, by writing the code that was mentioned in the readme file for inserting the archive in a post. But the only thing that showed up was the code.

    Then I had another (probably less than stellar) idea: I would make a new page, call it Archives, install that code from the readme file, view the page’s source code, and cut and paste THAT into the footer!

    I think I got a little too much code, because my entire homepage showed up in the footer.
    So I tried cutting and pasting what I was pretty sure was the source code for just the archives.

    That’s when my archive turned into a kangaroo.

    If you look at my webpage: http://www.twiceblessedlife.com and look at the footer, you’ll see the archive monthly listings, with March expanded, and next to it a link that says “Expand All”

    If either March is collapsed, or “Expand All” is clicked, or any other month is clicked, then nothing will expand. It will briefly expand and snap shut quickly, and sorta look like my archive is hopping up and down like a kangaroo.

    I’m thinking that I either missed something in the cut and pasting process, or it’s just not totally doable. Personally, I’m thinking I’m the one with the oopsie here.

    As you can probably tell, I’m not a programmer, and yes, I do describe stuff to my auto mechanic as “The thingy was making a noise.”

    If you would be kind enough to take a look-see and let me know where I messed up, I would be extremely grateful.

  57. [...] Clean Archives Reloaded Description: A slick, Javascript-enhanced post archive list generator for WordPress 2.5+. Author: Viper007Bond Plugin site [...]

  58. [...] Clean Archives Reloaded – Just a simple, nicer way to present your archives page. [...]

  59. Shawn Grimes says:

    Wow, this brings back memories! I’m very glad to see that this plug-in is still around in it’s various forks and versions.

    You’ve done a great job with it Alex.

  60. [...] billion available themes and has a very active development community. I was able to find plugins to replicate DasBlog’s archive page as well as archive widget that replicated custom functionality that I added to DasBlog via custom [...]

  61. Alessandro says:

    the plug in has some problem on my site :(
    the function Collapse All and expand all don’t work.
    I’m using wp 3.1.1, i tryed to disable all the plugins but clean archives continue to doesn’t work. does someone have some idea?
    thanks

    • Sounds like you have a Javascript error on your site. The collapsing and expanding is done using Javascript.

      Can you triple check the URL to your site so I can take a look at it? The URL in your second comment (I deleted it and edited your first comment) doesn’t work either.

  62. Alessandro says:

    Hi Alex, thank you for your reply.
    This is my (test)website: http://www.tangotest.altervista.org/
    I put your plugin in the voice “Archivio” in the top menù.

    Is it possible also show the author name close to the title of the post in your plugin?

    Thank you again
    really good plugin

  63. [...] Clean Archives Reloaded Plugin ini memberikan cara termudah untuk membuat arsip blog sobat. Cukup aktifkan plugin dan paste [...]

  64. [...] a number of plugins that will create an effective Archives Page for you (like ours, we are using Clean Archives Reloaded), but should you want to create your own this tutorial will show you how. Helpful and Effective [...]

  65. [...] Clean Archives Reloaded – is the easiest way to create an archives page for your site. Simply activate the plugin, create a page titles ‘archives’, then cut past a simple shortcode and your fresh archive is live. See our archives page. [...]

  66. [...] Clean Archives Reloaded is a WordPress plugin which can generate a JavaScript enhanced post archive. The archive created by this plugin can be sorted by month. This plugin is highly efficient and it won’t kill your server for thousands of MySQL queries. [...]

  67. [...] subscribe to my RSS feed, but you can use it to get Twitter followers, Facebook friends, whatever.Clean Archives Reloaded – I’ve always really liked this plugin and you can see how it works on my archives [...]

  68. deus62 says:

    Hi,

    just a quick question.
    I have password-protected posts on one of my sites that I use your plugin on that don’t show up in the archive listing.

    Is this intended behaviour or am I just being too dumb to get it right again?

    Great and simple plugin, by the way.

  69. [...] ?????? ??? ????????? ?????? ?????? ?? ?? ???????? ??????? ????????? -??? ??????: [cartotalposts][cleanarchivesreloaded] ?????? ?? ????????, ? ??????, ? ???????? - Clean Archives Reloaded [...]

  70. deus62 says:

    Thanks for the quick reply!
    Glad I’m not the idiot again (for once)
    :)

  71. [...] using ELA plugin is very effective. There are other ways to show archives using Smart Archives and CAR. You can also use a category List drop down list on the [...]

  72. [...] Clean Archives Reloaded 2.0.0 (Bir tür ar?ivleme eklentisi) [...]

  73. [...] Clean Archives Reloaded – Plugin ini memberikan cara termudah untuk membuat arsip blog sobat. Cukup aktifkan plugin dan paste code yang digenerate oleh plugin ini pada Page baru, misalnya page dengan judul ‘Archives’ atau ‘Daftar Isi’. Seluruh artikel akan terdaftar di page tersebut dan tidak membutuhkan page load untuk membuka arsip per bulannya. Sangat cocok untuk membuat page untuk daftar isi atau indeks. [...]

  74. [...] The sitemap for this website is generated using the Clean Archives Reloaded plugin created by Viper007Bond, a developer for Automattic (the company behind WordPress.com). If you are running WordPress for [...]

  75. eric says:

    Your archive reloaded plugin is awesome. Thanks a lot!
    But since last wordpress update: 3.2 I have a problem

    I see “expand all” as default list, instead of must clicking it every time.
    I have try: Settings ? Clean Archives ? Uncheck and check “Use Javascript to make the months collapsible” but it doen’t work again

    .

    Thx!

    .

  76. eric says:

    Thank you very muchfor your help.
    I try desactivate minify plugin: javascript errors

  77. Mayur says:

    I’ve been using your plugin since long and I love it. But I just noticed an issue with it, the plugin is loading a huge jQuery code on every page of the site, thus making the site slow. Technically, it should just load only on the Archives page.

    Plz reply to my query and provide some way to fix it.

  78. Mayur says:

    wow.. that’s amazing. Cant believe this was so easy to opt out and I never noticed the plugin settings. Thanks a lot Alex.

  79. [...] Clean Archives Reloaded – is the easiest way to create an archives page for your site. Simply activate the plugin, create a page titles ‘archives’, then cut past a simple shortcode and your fresh archive is live. See our archives page. [...]

  80. Goodizen says:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 710026 bytes) in /home/xxx/public_html/xxx.com/wp-includes/post-template.php on line 168

    ~~~~
    I tried to ask the host to increase the memory… but they just telling me it’r coding problem.

    Can you please confirm there is no coding issue on your part here ?

    Or it’s true this is your plugin poor coding problem (as hostgator claims), then any help ?
    ~~~~

    tickets@hostgator.com to me

    My colleague is correct,

    This is a coding issue and we are not able to correct the issue. Please contact the plugin developer for further support.

    As always, our goal is exceptional service. Thank you for choosing HostGator!

    Sincerely,
    Grayson P.

  81. Thank you for this great Plugin!

  82. [...] page. Do I care to have one? Maybe (but probably not for this site)…so I gave it a shot. The Clean Archives Reloaded plugin was easy to find (just remember to click on the ‘Add New’ button, to save [...]

  83. The Plugin is great, thank you for this!

  84. Miriam Evers says:

    Great plugin. Thanks for creating it!

  85. [...] Clean Archives Reloaded 2.0.0 (Bir tür ar?ivleme eklentisi) [...]

  86. [...] especially if you have many articles in your blog. A nice archive plugin for WordPress Clean Archives Reloaded .The page is also useful for the search engine, it can as quickly as the pages of your blog index [...]

  87. [...] For those of you who like to read, we have a ton of articles that go back two years so I added an easy to navigate Archives page.  it shows the month/date and also the number of comments. I fiddled with several WordPress archive plug-ins and then settled on Clean Archives Reloaded. [...]

  88. Pj Zafra says:

    Hello,

    Gotta say I love this plugin and it is super simple to use. Only problem is, the titles shown on my archives page are too long. It doesn’t move to the next line. Is there any way to fix this? You can see it here http://www.PeteZafra.com/archives

  89. I’m working on a website where I want to filter out anything in the “uncategorized” category, including the clean archives. I know I can do this:

    $filtercat = $wpdb->get_results( “SELECT object_id FROM $wpdb->wp_term_relationships WHERE term_taxonomy_id = ’1′” );

    I just don’t know how to compare it or combine it with the “rawposts” query to remove those posts from the result. I’m sure I could do it directly with MySQL, but $wpdb is a different beast.

    Any help?

    • Probably easier to just hide them. Add the highlighted lines to the plugin (the unhighlighted lines are for context):

      			$firstpost = TRUE;
      			foreach( $posts as $post ) {
      				if ( in_category( 1, $post ) )
      					continue;
      
      				if ( TRUE == $firstpost ) {
      • I didn’t think of that. Duh.

        Thanks, Alex. I had it backwards though, so it would be !in_category( 1, $post ).

        I’m using a custom taxonomy and they’re all uncategorized under the standard categories.

        • Oops, didn’t work, although I don’t know why. This is what I get:

          November 2011 (25)
          10: (0)
          09: (0)
          09: (0)
          09: (0)
          09: (0)
          09: (0)

        • I purposefully did not include an exclamation point in my code because you said you wanted to exclude that category, not limit results to that category.

          You should use the exact code I gave you. ;) Or better, use this improved code I just came up with:

          		// Loop through each post and sort it into a structured array
          		foreach( $rawposts as $post ) {
          			if ( in_category( 'uncategorized', $post ) )
          				continue;
          
          			$posts[ mysql2date( 'Y.m', $post->post_date ) ][] = $post;
          		}

          'uncategorized' can be replaced with the category’s ID (i.e. 1 or whatnot) for improved performance.

  90. [...] 3?Clean Archives Reloaded????????????????? 4?Super [...]

  91. I like the plugin. However, anyway to change the default text: “… recipes published since we online”? Thanks.

  92. [...] ??????archives????????ZWW????????????????JS????????????????????????????????Clean Archives Reloaded????????????????????????IE?????jQuery??????????Google????????????????JS?????????????????????JS???????????????????? [...]

  93. urmo says:

    hi

    i have problem with clean archives reloaded. it show all months with posts
    http://foto.urmo.ee/archive/

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>