ericbarn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: new to wp and posts in 2.9.1 don’t show on index.phpsite url:
templeisraelottawa.caForum: Installing WordPress
In reply to: Home page is blank after re-installingyou might have to go into phpmyadmin and change site url and home url from options in db.
Forum: Fixing WordPress
In reply to: new to wp and posts in 2.9.1 don’t show on index.phpshould be i get the links to post on index.php page.i i get a blank window when i click on the link for each post
Forum: Fixing WordPress
In reply to: Blog Moved… help!s/b wp-admin/login.php at the trailing end of you path.
Forum: Fixing WordPress
In reply to: wp and server phpmyadminoh yes, when i go to login it gives me the old path ..mysite.com/wordpress
/new-site/wp-admin/login.php NOT Found on this server. new_site was the name of the subdir before on server and perhaps on xampp (not sure, i forget?! hope that helps solve the problem.i did delete the new_site folder.
EbForum: Installing WordPress
In reply to: xamppo.k. i have moved on and l have started Apache and Mysaql. but i get 404 for localhost/wordpress/wp-admin/install.php . i have made a directory/folder for wordpress in htdocs. have i done something incorrectlly? help would be appreciated. thanks.
Forum: Installing WordPress
In reply to: xamppi by mistake downloaded xampp the full program and then tried to uninstall using delete from f: it’s my partitioned drive. then it told me that couldn’t delete httpd.exe . so i downloaded lite version and installed over xampp. then uninstalled lite n downloaded xampp. now apache and mysql won’t start. any suggestions?
confused and dazed.Forum: Fixing WordPress
In reply to: move wp from subdirectory to root when wp has a blog in index.htmlif i keep the wp in a sub directory the path will be
www.mysite.com/new_site/wp.so how about if i put wp and all it’s files of the root .. something like this:
www.mysite.com/wp
how would i accomplish that .. can u help?
thank you for taking the time to read my posts.
EbForum: Fixing WordPress
In reply to: move wp from subdirectory to root when wp has a blog in index.htmlThat’s what i imagined .. thank you though.
EricbForum: Fixing WordPress
In reply to: move wp from subdirectory to root when wp has a blog in index.htmlthe index.html is in the root directory and is the home page of the site.
the posts are (as we use them) highlights of the month posts. we are a church and the highlights are upcoming events. only we can “post” there.
does that make it clear? if not post and i’ll try to explain it better.Forum: Fixing WordPress
In reply to: can i add a post from my blog to an indepent non blog websitethanks Rvoodoo. it worked like a charm. thank you
E.Forum: Fixing WordPress
In reply to: can i add a post from my blog to an indepent non blog websitethis is the code from my index page of the site .. non blog: and i want to add a post to it from my blog. both are on the same server and in the root folder.
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /><title>Temple Israel Ottawa</title>
</head>
<body class=”oneColFixCtrHdr”>
<div id=”blogcontent”>
<?phprequire(‘./new_site/wppress/wordpress/wp-blog-header.php’);
?>
<!– Get the last 3 posts.–>
<?php
require(‘./new_site/wppress/wordpress/wp-blog-header.php’);
?><?php query_posts(‘showposts=3’); ?>
<?php while (have_posts()) : the_post(); ?>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?>
<?php endwhile;?>
</div>
<script src=”SpryAssets/SpryMenuBar.js” type=”text/javascript”></script>
<link href=”SpryAssets/SpryMenuBarHorizontal.css” rel=”stylesheet” type=”text/css” />
<link href=”main.css” rel=”stylesheet” type=”text/css” /><!–[if lte IE 6]>
<link rel=”stylesheet” type=”text/css” href=”png_fix.css” />
<![endif]–><!–[if lt IE 7.]>
<script defer type=”text/javascript” src=”pngfix.js”></script>
<![endif]–>`
what am i doing wrong? i’ve saved this index page as a php file and nothing shows. i think it’s a Div thing but not sure. a co worker coded the index page and i worked on wp. we are both volunteers for a church site. so we aren’t making any money off of this site ..just experience and hard work; as you can see.
if you can help it’d be appreciated. if this can’t be done please let me/us know. thank you.Forum: Fixing WordPress
In reply to: can i add a post from my blog to an indepent non blog websiteyes ..that’s correct.
E.Forum: Fixing WordPress
In reply to: can i add a post from my blog to an indepent non blog websitehave tried the following added this code to a blank php page and nothing shows up:
<table width=”55%” border=”1″ cellspacing=”3″ cellpadding=”2″>
<tr>
<td><?php
require(‘./new_site/wppress/wordpress/wp-blog-header.php’);
?>
<!– Get the last 3 posts.–>
<?php
require(‘./new_site/wppress/wordpress/wp-blog-header.php’);
?><?php query_posts(‘showposts=3’); ?>
<?php while (have_posts()) : the_post(); ?>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?>
<?php endwhile;?>
can someone help. i pulled the code from the previous post’s suggestion.
Thanks for any help.Forum: Installing WordPress
In reply to: trouble with installation:i have worpress 2.8.5 running well on xampp. i’m not running it now but would it interfere with running wp on my server? is that why i’m having trouble installing it and it says tables created already and delete db??
thanks for looking at this and any help you give.. i’m a real newbie and can’t find documentation on this. i’ve searched wp and can’t find anythng that would help.