Viewing 13 replies - 1 through 13 (of 13 total)
  • If you don’t have a plugin to allow you to run php code in a post or page, you won’t see anything. Do you have such a plugin installed?

    Thread Starter swordfish

    (@swordfish)

    no i dont have anything like that.
    Can you help me find one like that please?

    You can also try KG-Archives plugin, which does the same without needing RunPHP.

    I’m using it on my site so you can take a look:
    http://www.spoenk.nl/weblog/index.php?page_id=418

    Thread Starter swordfish

    (@swordfish)

    Moxie,

    Your plugin looks good too. Is there an option for displaying all the links on the page itself like the clean archives? and having the dropdown too?

    What do you mean exactly? When you use the dropdown and choose ‘ALLES’ you get all the posts, alle the years. Is that what you mean?

    When I look at clean archives it seems to do exactly the same.

    Thread Starter swordfish

    (@swordfish)

    I am settingup this plugin inorder to let all my posts to be accessble for search engine spiders from one place.

    you know what i mean? I mean can i display all, i mean ‘all’ the posts on one page? possible?

    Let me know.

    Thanks for the interaction buddy.

    You mean the post, content and everything? One page contains it all?

    I don’t think that’s necessary because spiders follow all the links, including php pages. I’m suprised at how fast google finds my posts when I search for some titel or combination of words inside a recent or old post, and even puts me on one of the first pages!

    But I guess it can be done by setting an if-statement in the top of your indexpage, something like

    <?php
    if (isset($_GET['varname'])) {
    $posts_per_page=20000;
    } else {
    $posts_per_page=10;
    }
    ?>

    You could attach that variable manually to a link.

    Thread Starter swordfish

    (@swordfish)

    I mean to display only the links. all the links to all the posts i mean. not the post content.

    I hope you got it.

    That’s what my archivepage does!

    Now when you visit my archivespage it only shows august. But by selecting “ALLES” and clicking on submit (“Doen”), you get to see all the 399 links.

    This is an option within KG-Archives plugin. You can set it to immediately show all the links instead of starting with one month.

    Hope that answers your question?

    Thread Starter swordfish

    (@swordfish)

    ya i understood that if you select ‘alles’ it shows all the posts by links.

    But i dont want to submit.
    The reason, i will tell you why, Thinking search engine spider wise,
    the bot cannot click submit and then visit all links. It will only visit direct html links.

    hope you got me?

    This is how I made it to work (the clean archives):
    http://wordpress.org/support/topic/41398#post-232805

    Thread Starter swordfish

    (@swordfish)

    ok, i understood how that done now.

    Thanks for the great support.

    Thread Starter swordfish

    (@swordfish)

    finally, i did it with the cg-quickphp plugin.
    The result; http://www.gangavalli.com/blog/archives/

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Clean Archives Plug-in | need some help’ is closed to new replies.