The MU forums have moved to WordPress.org

To add last modified blogs on another page. (12 posts)

  1. roth
    Member
    Posted 17 years ago #

    Hello, I was wondering how can I add the last modified blogs to another webpage upper of the wordpress MU, cause i got a community and im giving free blogs.. public_html/wordpress/etc and i want that appear on a list on public_html/index.php so the people enter and see whats new on blogs.
    I would really apprecciate help on this
    thanks :)
    sincerely
    roth

  2. drmike
    Member
    Posted 17 years ago #

    http://wpmudevorg.wordpress.com/project/List-All

    Please read the instructions within that zip. Please also note that I found that zip the search function within the sticky at teh head of these forums.

    Hope this helps,
    -drmike

  3. roth
    Member
    Posted 17 years ago #

    Hi mike, i just read it, so i was wondering if with this plugin i can add a tag out of the wordpress mu folder, on the main webpage of the community the last 10 updated blogs, and a list of all the blogs of the server?..
    thank you alot..

  4. drmike
    Member
    Posted 17 years ago #

    Probably not as you would be calling functions within WPMu. They would have to see those functions to make the list.

    One thing you can try is do a search for "sitewide tags" here in the forum. The method for that is to create a seperate wordpress install. You can pull a standard RSS feed off of that. That would probably work.

  5. lunabyte
    Member
    Posted 17 years ago #

    This really is going in the wrong direction.

    This is already built into MU, and available with

    get_last_updated()
    .

    No plugin required.

  6. andrea_r
    Moderator
    Posted 17 years ago #

    But roth wants it on a non-MU page.

    what about using an include?

  7. lunabyte
    Member
    Posted 17 years ago #

    If it's a non-mu page, a plugin isn't going to help either.

    Includes work, if done properly.

    But, if the main domain isn't WPMU, could it be? That would solve a lot of the issues. If not, then you're going to have to think outside of the box and come up with something. There's more than one way to skin a hamster, even if it smells of elderberries.

  8. gumdrop
    Member
    Posted 17 years ago #

    Oh boy here we go...hamsters and duct tape.

  9. lunabyte
    Member
    Posted 17 years ago #

    The real force that binds the universe together. :D

  10. drmike
    Member
    Posted 17 years ago #

    And the mother in law to tell you that you're doing it all wrong. :)

    Go with the sitewide tags sollution....

  11. lunabyte
    Member
    Posted 17 years ago #

    Or George Carlin saying the same thing.

    :O Uh oh... movie quote!

  12. roth
    Member
    Posted 17 years ago #

    Hello there, well at least can you guys tell me how can i use the get_last_updated() variable inside the blog, i mean wirtting a new entry how do i index it, or in a new page..
    so i can show users, or i should create a new entry on the bar of the template manually using php and use that variable..
    by the way how it works?
    get_last_updated()
    get_last_updated(5)
    for showing five? or just get_last_updated()

    thanks for all the people that tried to help.
    sincerely
    roth

About this Topic