Support » Fixing WordPress » blank page with static page maker…

  • Resolved clintanderson

    (@clintanderson)


    I know there are other topics already covering this, but I guess I am a little dense in my old age. Could someone please explain to me in plain english how to use the static page maker and apply it to the root of my domain? I keep getting a blank page and then I cannot view the page or my admin settings or anything. I then have to reinstall WordPress. I would like to figure this out before I get a whole bunch of data and users on the page so I dont have to delete the database and start over. The blank home.php file I create stays blank. I have wordpress in the root of the subdomain named blog. Please start with where you put the home.php file at, and how that file gets generated from the static page plugin, and how do I display the last entry (the whole paragraph not just a link) on the static page and utilize the loop function to call the latest update. Currently I have copied the index.php from wordpress and put that in the root of my domain. Do the browsers even recognize home.php as a valid index page? So many questions, so little time! Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • I’m not sure “what” you want to end up with. Are you looking for a wordpress site that has a static “homepage” like a non-wordpress site, rather than the blog entries displayed on the homepage? If so the static front page plugin will do that for you. That’s how my site is setup.

    http://www.semiologic.com/projects/static-front/

    Thread Starter clintanderson

    (@clintanderson)

    Xyth,

    I want the same header as wordpress and navigation links on the right side, with the body showing one (the most recent update) entry in that area. That is pretty much what I want, not to much more. Maybe have a couple of thumbnails pointing to the gallery. I want WordPress and my static homepage to have the same look though, that is why I was thinking that the semiologic plugin would help me. As you have probably gathered, I am so new to .php and MySQL that I wouldn’t know how to code anything if it bit me in the arse. So I guess I am looking for code examples and plugins that will help me code as much as possible. I still need you to tell me step by step how the static page maker plugin works, I am baffled by the exact steps needed to get the code into the home.php file that I created with nothing in it. Thanks, again!

    Do you want the home page to actually be static, in that it doesn’t change, or do you want it to always show the latest post? I’m a bit confused on your exact questions, since you are mentioning static but also recently updated.

    So right now you have http://www.yoursite.com/blog/ and you want to be able to use http://www.yoursite.com and have it show your blog info, right? If so, then I think you need this:
    http://wordpress.org/docs/installation/different-address/

    I think your confusing yourself trying to create a home.php page. You dont need to do any programing or have more than half a clue to do what I think you want to do.

    If you want a “static” starting page (homepage) where you make an entry once, and then manually update it by editing it every time you want it changed, then the static-front plugin is the one to do that. If you want the same thing, but want that starting page to update automaticly and show the most current post only, a simple way would be to use the opt-in plugin http://www.semiologic.com/projects/opt-in-front/

    That way you decide what post you want to show up on that started page by opting it in and opting out all others.

    Both are very simple installs.

    The confusion might come from the fact that it is possible to have a home.php – but that has to be part of the theme! In other words it should be one of the template files in the theme folder and if you go to example.com/blog the home.php will take precedence over the index.php = it will show whatever is coded into that file. It can have a customized Loop to show just the latest entry, or the latest entry from a certain category only etc.

    Thread Starter clintanderson

    (@clintanderson)

    So Xyth, if I want to have the updated homepage I use opt-in, I understand that. Do I use opt-in in conjunction with the static page maker? or just opt in by itself? See, from what I read above, I gather that I need to copy my index.php file into the home.php file that I created. What I think your static page does is make wordpress look for the home.php file instead of the index.php file in the theme directory. If I am correct in assuming this then I think I need to use the opt-in plugin in conjunction with the static page maker. I hope I am not confusing anyone or myself more. This would explain why I got a blank wordpress after activating static page maker. I never copied any code into the home.php file, I just left it with 0 bytes. I thought the plugin would create the file with all the neccesary code in it.

    The authors site says if you run both plugins, Static-front wins. I never used the opt-in code, so I can only try help you there. I use the static-front only, as I don’t want my front page to change often. Maybe if I had something in my blog worth reading i’d post it on the front page, but…

    With the static front page, you only need a home.php in your templates directory IF you want a “custom styled” homepage. If the wordpress default style is ok, you dont need to make one.

    Look on my site, and you will see that the rampart theme uses a custom home.php, but the default and Zen do not, so they have default styling.

    So, I suggest you put the whole home.php out of your mind for a few until you get your homepage working kinda like you want then use a home.php to style it. Try this:

    1. Load the opt-in plug in into your plugins directory
    2. enter the WP admin screens and create a new category called ‘Blog’
    3. Activate the plugin
    4. Rename the category if you want, but the “slug” MUST remain named ‘blog’.
    5. create a post under this new category, opt it in, and see how it looks

    See the authors site for more details, hope that helps.

    Thread Starter clintanderson

    (@clintanderson)

    Thanks, I am going to ponder for a while then take action. Later!

    Just for clarification: with the home.php in the theme folder you do not need any kind of plugin!
    (BTW, since this option exist, I find all the “fronting” plugins totally obsolete…)

    Thread Starter clintanderson

    (@clintanderson)

    Thanks moshu,
    Out of curiosity, can you or xyth recommend a primer php programming page I might look at to get started with programing?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘blank page with static page maker…’ is closed to new replies.