wp questions-need help

by elis
11 replies
  • WEB DESIGN
  • |
hello

1. can someone explain the steps to make a wp blog theme look like a regular site (without side bar,commenting,date and etc.)

i know i can make a static page but still it is not compleatly clean.

2. how can i make a master wp configuration (theme,plugins and etc) so any new wp site will be allready configure as i need

thanks

elis
#blog #make #questionsneed #regular #site
  • Profile picture of the author Fernando Veloso
    Originally Posted by elis View Post

    hello

    1. can someone explain the steps to make a wp blog theme look like a regular site (without side bar,commenting,date and etc.)

    i know i can make a static page but still it is not compleatly clean.

    2. how can i make a master wp configuration (theme,plugins and etc) so any new wp site will be allready configure as i need

    thanks

    elis
    Always use 1 column WP themes? Sorry forgot to add you'll always need to tweak some stuff by hand.
    Signature
    People make good money selling to the rich. But the rich got rich selling to the masses.
    {{ DiscussionBoard.errors[4095406].message }}
    • Profile picture of the author Evil Sniper XV
      You can tweak them by going to the "Widgets" menu, and removing things from the sidebar options and such. Just remember that when you remove the log in part, the users cannot register. And for you to log in, you have to type (after domain)/wp-admin

      That way you can still log in.

      And then if you want to make it look like a sales page for affiliate marketing, you can buy addons to make it like so. Such as optimizepress.
      {{ DiscussionBoard.errors[4096241].message }}
      • Profile picture of the author Michael Shook
        Doing some of these design changes depends on your theme. If you want a page that looks like a sales page, you probably need a sales page theme. Some of the one column themes do look like sales pages, but they add the sidebar stuff down at the bottom of the page.

        If you get a premium theme like Flexsqueeze or Thesis, it is a lot simpler but it costs some money to get those themes.

        There might be somebody here on the forum selling a salespage type theme.

        Optimize Press Theme might do this too, but I am not sure about that.
        Signature


        {{ DiscussionBoard.errors[4096569].message }}
        • Profile picture of the author Johnny Optimo
          You can just go into the PHP and delete the <?php get_sidebar(); ?> line from the index file

          to get rid of the comments, you can do something similar in the loop PHP pages. Requires a bit of knowledge but very easy.
          {{ DiscussionBoard.errors[4096592].message }}
          • Profile picture of the author pjCheviot
            Banned
            Originally Posted by Johnny Optimo View Post

            You can just go into the PHP and delete the <?php get_sidebar(); ?> line from the index file
            And what would you do with the resulting blank space?


            Originally Posted by Johnny Optimo View Post

            to get rid of the comments, you can do something similar in the loop PHP pages. Requires a bit of knowledge but very easy.
            If you don't have the knowledge it can be very hard.

            {{ DiscussionBoard.errors[4097641].message }}
            • Profile picture of the author Johnny Optimo
              Originally Posted by pjCheviot View Post

              And what would you do with the resulting blank space?




              If you don't have the knowledge it can be very hard.

              Yeah it can be tough.... with the resulting extra space I'd probably expand the content div to about 140% width through CSS then bam, all the space is filled up
              {{ DiscussionBoard.errors[4098141].message }}
  • Originally Posted by elis View Post

    hello

    1. can someone explain the steps to make a wp blog theme look like a regular site (without side bar,commenting,date and etc.)

    i know i can make a static page but still it is not compleatly clean.

    2. how can i make a master wp configuration (theme,plugins and etc) so any new wp site will be allready configure as i need

    thanks

    elis

    It's very simple to do. Here's my checklist:

    Add a new page called Home (or rename the About page to Home)
    Add a new page called Blog (optional)
    Go to Settings and make the homepage Home, and the blog listing page Blog
    Go to Pages and select all (there's only 2), and uncheck the allow comments/pings.
    Go to Comments, delete Hello World.
    Go to Plugins, delete Hello Dolly.
    Go to Widgets, add a blank Text Widget if sidebar widgetised (this removes category listings etc on some themes e.g. TwentyTen.
    ???
    Profit.


    This is an awesome plugin
    that does a load of post-cleanup stuff on new WP installs, highly recommended (no affiliation, just a big fan).

    Hope this helps.
    {{ DiscussionBoard.errors[4095703].message }}
  • Profile picture of the author BenFromSoMo
    Buy a premium theme and you will be able to achieve wonderful results. They usually come with a supports forum to help you achieve whatever your mind desires.
    Signature

    If you do any kind of blogging and want to try the next big thing, PM me.

    {{ DiscussionBoard.errors[4096787].message }}
  • Profile picture of the author Matthew Shane Roe
    If you want a sales page hit me up. I have a template I created that should work with any type of theme out there.

    Was going to find some users to use it before I started selling it anyways

    Talk about conveniences? lol

    Matt
    {{ DiscussionBoard.errors[4097492].message }}
    • Profile picture of the author elis
      will be glad to recive your template

      thanks

      elis
      {{ DiscussionBoard.errors[4117368].message }}
  • Profile picture of the author ilvys
    1. You may use 1 colomn wp themes (its the best solution for someone who does not have elementary knowledge about php and wordpress)
    2. For the second need you may configure a Multi Site on your server
    Here some doc:
    codex.wordpress. org/Migrating_Multiple_Blogs_into_WordPress_3.0_Multis ite
    wpbeginner. com/wp-tutorials/how-to-enable-multi-site-option-in-wordpress-3-0/
    or google, google, google and .... hmmm... again google
    {{ DiscussionBoard.errors[4098136].message }}

Trending Topics