Forums

Can this be done? (5 posts)

  1. frankliustart
    Member
    Posted 3 years ago #

    Hi, i'm wondering if this can be done...

    I want the blogs that i wrote to go on a seperate page called "blogs" and use the first page (wp-content) to be a welcome page so I can put some images and links. Is this possible to do? If it is, please tell me how to make it happen.

    thank you!

  2. samboll
    moderator
    Posted 3 years ago #

  3. frankliustart
    Member
    Posted 3 years ago #

    thanks! Just another question...Any way to disable comments on the entire wordpress?

  4. spencerp
    Member
    Posted 3 years ago #

    Frank, yep..ya gotta run this query in the Database.

    UPDATE wp_posts SET comment_status = "closed";

    And, if later on you decide to allow comments to the whole blog, you'd just change the word: closed to: open. Like this:

    UPDATE wp_posts SET comment_status = "open";

    I hope this helps. =)

    spencerp

    This needs run in the same database as the blog you want to shut off comments to though, just don't need you accidently doing it to another Database lol.. =P

  5. frankliustart
    Member
    Posted 3 years ago #

    Can the "comments are closed" be removed so other people do not see it?

    Thanks again...

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags