1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Can I do this with Wordpress?

Discussion in 'Content Management' started by GoBuckeyes02, Feb 25, 2011.

  1. #1
    Am I able to setup Wordpress, implement a theme, some plugins, and insert content without having a host yet? I know the site won't be on the Internet or anything, but can I do this?
     
    GoBuckeyes02, Feb 25, 2011 IP
  2. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes. If you are talking about installing locally on your own computer to develop and design, then you will need to install a minimum of Apache/PHP/MySQL on your computer. There are install packages that make the process simpler such as XAMPP and WAMP. If you are on a Mac, those items are already installed (not sure about MySQL though).
     
    Dodger, Feb 25, 2011 IP
  3. etc

    etc Well-Known Member

    Messages:
    3,233
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    158
    #3
    yes. setting it up by installing WAMP will do.
     
    etc, Feb 25, 2011 IP
  4. omniscient

    omniscient Active Member

    Messages:
    256
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    61
    #4
    Yes. you can do this on localhost. :)
     
    omniscient, Feb 25, 2011 IP
  5. GoBuckeyes02

    GoBuckeyes02 Guest

    Messages:
    441
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks guys!
     
    GoBuckeyes02, Feb 25, 2011 IP
  6. web_tweaker

    web_tweaker Peon

    Messages:
    171
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    use wampserver, place wordpress in www directory and you are good to go...

    Regards
     
    web_tweaker, Mar 13, 2011 IP
  7. KimiGermany

    KimiGermany Peon

    Messages:
    1,117
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yes, use Bitnami, or Mamp, or wamp server.

    I have created some video tutorials about this on my site, if anyone needs, feel free to browse in sitemap..
     
    KimiGermany, Mar 14, 2011 IP
  8. techntuts

    techntuts Member

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #8
    Use xampp and set up wordpress locally. With this settings you can do everything as you do on your host...
     
    techntuts, Mar 18, 2011 IP
  9. Viewmore

    Viewmore Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Setting it up locally is a really great way to get used to wordpress and all of it's settings. It is generally how I go about customizing a theme before I put it online.
     
    Viewmore, Mar 18, 2011 IP
  10. jacobatwood

    jacobatwood Peon

    Messages:
    76
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Install WAMP ox XAMPP. You will get Apache, MySQL and PHP installed on your Windows. You can run your site locally to your PC.
     
    jacobatwood, Mar 23, 2011 IP
  11. lokers

    lokers Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I'll give you gold advice, after migration your wp_posts table contains permalinks to the domain your blog was installed, as well as other settings pointing to your old domain. there is one trick I've learned to quickly change all permalinks, just run this query:

    UPDATE wp_1_posts SET guid = REPLACE( guid, 'old-domain.com', 'new-domain.com' );

    hope that will save you plenty of time after migration :)
     
    lokers, Mar 23, 2011 IP
  12. niwire

    niwire Greenhorn

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #12
    sure, do it on your own PC
     
    niwire, Mar 24, 2011 IP
  13. johnwho

    johnwho Peon

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I usually install WAMP as others are saying. But you can find alot of FREE hosting on the net to this out..
     
    johnwho, Mar 24, 2011 IP