Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Forum: Plugins
    In reply to: change the date formation

    this should help, I hope it’s not too late.
    <?php get_archives(‘type’,’limit’,’format’,’before’,’after’,show_post_count); ?>
    find that line of code in your index file and change the format.

    yup, that’s the thing. log into the admin section and the bookmarklet should be ready to be dragged to your browser bar.

    yes it is certainly possible to do.
    Wordpress uses CSS to do the layout, so you could definately get your old layout back. as for the page structures, that’s doable too.
    you can set the number of posts shown on each page to 1, and the index page would default to show the latest entry.
    the next and previous links are doable too, using these tags:
    <?php next_post() ?> and <?php previous_post() ?>
    taken from: http://wordpress.org/docs/template/#post_content
    edit the CSS and the index.php and you’re golden. a seperate archives.php is probably needed too, but it wont be hard to do. 🙂 good luck!

    Hey sunshine, thanks for that fix. you have a typo in the suggestion number 2, a single quote accidentally got into the wrong place here:
    $message', From: '
    This is how it should look:
    $m = mail($user_email, '[' . get_settings('blogname') . "] Your weblog's login/password", $message, 'From: ' .get_settings('blogname'). ' WordPress Admin <' .get_settings('admin_email'). '>');

    Skippy, just curious, does this filter the posts from the RSS feeds as well? What about the comments RSS feed? wyzewoman has done another hack, but she says that her comment RSS feed is not being filtered. I’m just wondering whether you took care of this already or not.
    And of course: GREAT WORK! It’s people like you that make WP even more polished than it is now. Hopefully some form of this will be commited to the code base so it’ll be a standard in the upcoming versions 🙂

    You’re welcome Tek,
    and yes: ich spreche auch Deutsch.
    soshite ichiou nihongo mo ^^
    but for the sake of keeping things accessible to most people, I think we should stick to discussing stuff in english.

    works if you fix 4 things in the plugin file, << and >> have become some garbage characters. replace them and you’re good to go 😀
    thanks to all that worked on this!

Viewing 7 replies - 1 through 7 (of 7 total)