evette
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Accidently overwrote wp-content index.phpok thanks = ]
Forum: Installing WordPress
In reply to: HELP!! Trying to get wordpress to show up in my site’s index.phpNevermind i found a solution thanks moshu
Forum: Installing WordPress
In reply to: HELP!! Trying to get wordpress to show up in my site’s index.phpThe “tutorial” wasn’t what I was “looking” at. That problem was already solved. I think your having a hard time understanding my question. Maybe I wasn’t explaining clear. I already got my wordpress blog to show up as mysite.com already. The problem was when a link is clicked the link it does not stay as mysite.com thats when it has mysite.com/wordpress/blah
Forum: Installing WordPress
In reply to: HELP!! Trying to get wordpress to show up in my site’s index.phpI actually got the code to do the pages like that from helpful people here:
< ?php require_once(“/home/USERNAME/public_html/wp-blog-header.php”);? > < ?php get_header(); ? >
and then
< ?php get_sidebar(); ? >< ?php get_footer(); ? >
so thats how i have blah.php pages instead of regular page ids
Forum: Installing WordPress
In reply to: HELP!! Trying to get wordpress to show up in my site’s index.phpits like this:
http://www.mysite.com/wordpress/wp-content/about.me
because im using my own php pages but its still too long
Forum: Fixing WordPress
In reply to: Getting regular php pages to work in wordpressohh that was silly of me not to even think of that.. thanks so much for everything = ]
Forum: Fixing WordPress
In reply to: Getting regular php pages to work in wordpressomg thanks wooami, that worked = ]
the only problem now is that my header image disappeared its just a blank space with a [x] in the corner ( well many blank spaces because the image is sliced.
im using < ?php get_header(); ? > so why is it doing this?
Forum: Fixing WordPress
In reply to: Getting regular php pages to work in wordpressIn this code:
< ?php require_once(“/home/USERNAME/public_html/wp-blog-header.php”);? >
is username asking for the FTP username? For some reason the code is not working. I’m doing something wrong. I don’;t know what it is.
This is what i did:
< ?php require_once(“/home/MY FTP USERNAME/public_html/wordpress/wp-blog-header.php”);? >Forum: Fixing WordPress
In reply to: Pop- up window for wordpress pages?anybody know if there is a way to do this?
Forum: Fixing WordPress
In reply to: Getting regular php pages to work in wordpressyehh the page where I got the tutorial from http://www.xoxmariah.com when you click visitor or contact at the top of her site. It says wp-content/you.php or form.php.
I havent tried the plugin yet or anything else because Im using the computer at my moms house right now and none of my stuff if on here. I’ll be sure to try to when i get back to my place and let you know if any of the suggestions worked
Thanks so much for all the help
Forum: Fixing WordPress
In reply to: Getting regular php pages to work in wordpressthanks..will it show up in the wordpress content area like where the blog is and will it include the header and everything else?
I think I’m confusing people. Sorry if I am. Basically I have php pages (about me.php) that I want to show up in the same area where all the other content shows up when you click the link.So basically its a non wordpress page that I want to make compatible with wordpress. Is there some type of code or should I try to do what u explained above?
I was looking at this tutorial and it said to do this which i tried but it didn’t work unless I am doing something wrong with the /home/USERNAME” part or something else.
But this is what the tutorial said:
If you use WordPress and you would like to have your layout on every page that you make that is non-wordpress pages (any pages that is generated with your blog), for example your “visitors” page. So if you skinned your site and use WordPress, you might need to change all of your pages and add these snippets
1. Add this snippets to the very top of your page. Just remove the spaces between < ? and at the end ? >.
< ?php require_once(“/home/USERNAME/public_html/wp-blog-header.php”);? > < ?php get_header(); ? >
2. Edit the USERNAME part of the snippet above and you might change the path a bit if you saved your WordPress files in a different folder. If you saved it in your root directory, then just edit the USERNAME part. Now, add this code underneath the page. Do the same thing as above, remove the spaces between < ? and ? >.
< ?php get_sidebar(); ? >< ?php get_footer(); ? >
Forum: Fixing WordPress
In reply to: Getting regular php pages to work in wordpressWhat do you mean link to link?
Forum: Fixing WordPress
In reply to: PLEASE HELP Submit button not working for forms on wordpress = [It doesn’t say anything in the error logs about it. I tried using form from other sites too. i dont know whats wrong with it and I don’t know what to do. This is the only thing preventing me from getting my theme up
Forum: Fixing WordPress
In reply to: WordPress ignores <br> within pagesIts works!!! Thanks = ]
Forum: Fixing WordPress
In reply to: WordPress sidebar works in IE and not in FireFoxI got it now.. it took forever but thanks bunches!!!!!