Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums


Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming


Welcome to the Personal Development for Smart People Forums, the place for lively, intelligent discussion of all personal growth issues -- physical, mental, financial, social, emotional, spiritual, and more.

You're currently viewing as a guest, which gives you limited read-only access. By joining our free community, you'll be able to post your own messages, access many members-only features, see the new messages posted since your last visit, and of course remove this header message. Registration is fast, simple, and free, so please join today.

If you arrived here from a search engine, you may want to explore the main site first, which includes hundreds of deep and insightful articles on a variety of personal development topics.

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-12-2006, 12:45 PM
dho dho is offline
Junior Member
 
Join Date: Nov 2006
Posts: 1
dho is on a distinguished road
Default What Wordpress plugin is used for the archives page?

Hi all,

Does someone know which Wordpress plugin is used for the archives page on http://www.stevepavlina.com/blog/archives ?

Thanks,
daniel
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-12-2006, 04:58 PM
Junior Member
 
Join Date: Dec 2006
Location: Moscow, Russia
Posts: 17
Paul Mernon is on a distinguished road
Default

I think its Sporadic Nonsense » Clean Archives Plug-in.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-14-2006, 03:16 PM
iry iry is offline
Member
 
Join Date: Nov 2006
Posts: 45
iry is on a distinguished road
Default

PHP Code:
<?php srg_clean_archives(); ?>
hi, how can I put this code in a normal new "page" ( not in template) ?

thanks..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-14-2006, 06:13 PM
Member
 
Join Date: Nov 2006
Location: Milwaukee, WI, USA
Posts: 63
jpfieber is on a distinguished road
Send a message via AIM to jpfieber Send a message via MSN to jpfieber Send a message via Yahoo to jpfieber
Default

Quote:
Originally Posted by dho View Post
Does someone know which Wordpress plugin is used for the archives page on http://www.stevepavlina.com/blog/archives ?
I have the same layout on my blog (http://sojoe.info/bydate/). It is indeed the Clean Archives Plug-in. You need to first create a page to put the archive on. Then, put <?php srg_clean_archives(); ?> in the body of the page. If it isn't working, you may need to add the Exec-PHP plugin which allows <?PHP ?> or [?php ?] tags inside of your posts to execute PHP code.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-15-2006, 03:06 AM
iry iry is offline
Member
 
Join Date: Nov 2006
Posts: 45
iry is on a distinguished road
Default

Quote:
Originally Posted by jpfieber View Post
I have the same layout on my blog (http://sojoe.info/bydate/). It is indeed the Clean Archives Plug-in. You need to first create a page to put the archive on. Then, put <?php srg_clean_archives(); ?> in the body of the page. If it isn't working, you may need to add the Exec-PHP plugin which allows <?PHP ?> or [?php ?] tags inside of your posts to execute PHP code.
hey it works after I add in the Exec-PHP plug in. Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-15-2006, 04:16 AM
Moderator
 
Join Date: Nov 2006
Location: Brazil
Posts: 171
Patricia is on a distinguished road
Default

I have been trying to download the Exec-PHP plugin from the author's site, but apparently it's offline (I've tried for about an hour, it's possibly just a temporary issue, but you never know...). I tried a Google seach to see if I could find it somewhere else, but I only found links to the author's site on these other blogs. So, I was wondering if any of you could maybe please send me the file if you have it. Please PM me if one of you could do me this favor. Thanks.
__________________
Follow me on: Twitter, Plurk, FriendFeed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-15-2006, 04:43 AM
Member
 
Join Date: Nov 2006
Location: Milwaukee, WI, USA
Posts: 63
jpfieber is on a distinguished road
Send a message via AIM to jpfieber Send a message via MSN to jpfieber Send a message via Yahoo to jpfieber
Default

Quote:
Originally Posted by Patricia View Post
Please PM me if one of you could do me this favor. Thanks.
You've got mail.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-15-2006, 04:44 AM
Member
 
Join Date: Nov 2006
Location: Milwaukee, WI, USA
Posts: 63
jpfieber is on a distinguished road
Send a message via AIM to jpfieber Send a message via MSN to jpfieber Send a message via Yahoo to jpfieber
Default

Quote:
Originally Posted by iry View Post
hey it works after I add in the Exec-PHP plug in. Thanks.
No problem, glad to help!
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-15-2006, 05:13 AM
Moderator
 
Join Date: Nov 2006
Location: Brazil
Posts: 171
Patricia is on a distinguished road
Default

Quote:
Originally Posted by jpfieber View Post
You've got mail.
jpfieber, got it. Thank you very much!
__________________
Follow me on: Twitter, Plurk, FriendFeed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-26-2007, 12:25 AM
Junior Member
 
Join Date: Nov 2006
Posts: 18
kyokushin is on a distinguished road
Default

I tried it and it didn't work. I created a new page called "Archives": TAO Films » Archives I inserted the code, but it won't display the archives. Wordpress somehow deletes the <phpcode>. I have phpexec installed and activated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 02-26-2007, 10:44 AM
Junior Member
 
Join Date: Nov 2006
Posts: 18
kyokushin is on a distinguished road
Default

Thanks, just installed your plugin. I like it.

For some reason php exec didn't work properly on my blog, so I installed another plugin: exec-php

And it works just fine.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 01-05-2008, 11:06 PM
Senior Member
 
Join Date: Nov 2006
Posts: 165
Andreas is on a distinguished road
Default

Thanks for pointing me in the right direction, guys! I've been looking for a solution to this for a while.
__________________
- Where Art Meets Travel -
- Web: byteful project
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
WordPress RSS Help DanielBrenton Technology & Technical Skills 2 11-11-2006 09:12 PM


All times are GMT. The time now is 02:24 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 by Pavlina LLC