rwh909r
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Whats wrong with my Postok well i tried it with some other existing text and it seems to work fine
I dont know whats going on but thanks anywayForum: Fixing WordPress
In reply to: Whats wrong with my Posti was just testing to make sure that it wraps around. I dont want to have to count the number of characters for each line to keep track of line or paragraph breaks. In previous versions you can write as long as you want and it breaks and returns to the next line on its own.
Also if you look at it in IE you will see that the entire them is broken.Forum: Fixing WordPress
In reply to: Help Changing to New Host and URLok i found the Moving WordPRess FAQ page so you can disregard this. Ill come back if it doesnt work.
Forum: Fixing WordPress
In reply to: Adsense Disappearing on Certain postsprobably cus this is a wordpress “support” forum and there are many questions specific to Adsense on the “support” forum and just maybe its a known issue with adsense and wordpress or the specific plugin im using or I dont know, maybe because Im sure Im not the only one who has had the same if not similar problem.
Forum: Fixing WordPress
In reply to: Adsense Disappearing on Certain postsanyone??
Forum: Fixing WordPress
In reply to: Cant Create a New Pageyeah its all messed up lol. thanks though. ill look again tomorrow.
Forum: Fixing WordPress
In reply to: Cant Create a New Pagesorry yea that is a page on my personal blog
Im talking about the blog for my work, http://blog.ienhance.comlooks like our server is that IIS thing, so im reading that might be what is causing the issue? but the blog at work has an “about” page that works just fine but cant create a new one.
Forum: Fixing WordPress
In reply to: Cant Create a New PageI created a .htaccess and loaded it with this code
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
is that all that is needed? Also i keep reading that the permalink section should say if your htaccess file is not writable or if it is.
when i update the permalinks it just said updated ok.
no pages are still being created though
Forum: Fixing WordPress
In reply to: Cant Create a New PageReally? great lol
ok actually i just noticed that this is just a htacess.php
not an actual .htacess which doesnt seem to be anywhere in my root. would it be somewhere else like in wp-admin or anything or should I just create the .htacess and drop it in the root?is there a standard .htacess everyone uses or is it
“theme specific”Forum: Fixing WordPress
In reply to: Cant Create a New Pagedoesnt seem to work. I can save a page but when ever I try to view the page i get a 404 error. and the page doesnt show up in the navigation bar.
After i created the page i updated my permalinks and it says it was updated successfully but still get the same issue.here is how my .htaccess looks
<?php
// This is an example of a very simple template
echo ‘ ‘;
require_once(‘./wp-blog-header.php’);
$wp_rewrite->use_verbose_rules = true;
echo $wp_rewrite->mod_rewrite_rules(); ?>what am i doing wrong?
Forum: Installing WordPress
In reply to: After Failed Upgrade What?im wondering the same thing. I upgraded through powweb and it doesnt seem to really have upgraded anything. Im affraid that if I uninstall it ill loose all my existing posts. I have all the themes already backed up on my local drive so I can just drop those back in but will i loose all the content and urls for my posts if I uninstall everything?
Forum: Fixing WordPress
In reply to: 2.2upgrade still showing as 2.0.2 in dashboardok thanks a lot for your help. i just backeverything up so Ill just ftp in and replace the wp-admin and wp-includes and see what I get lol if not back to the old one i guess.
thanks again for your patients
Forum: Fixing WordPress
In reply to: 2.2upgrade still showing as 2.0.2 in dashboardhmm ok well I dont want to loose all my posts by uninstalling everything and starting from scratch.
Is there a specific file or setting that I can check as a comon one as to what the issue might be?
Forum: Fixing WordPress
In reply to: 2.2upgrade still showing as 2.0.2 in dashboardi guess ill look and compare the files.
I just currious as to why the v 2.2 at work has so many more features and looks different the the v2.2 i use at home.at home the log in screen is just a simple white box. but at work its a solid blue box
Forum: Fixing WordPress
In reply to: 2.2upgrade still showing as 2.0.2 in dashboardwell at work we are using 2.2 and the admin screen is Blue
mine is white just like the old version. isnt that a difference with the upgrade?and at work in the write a post section under the content box there is tag section a Tag Suggestions (Courtesy of Tagyu) section a photo upload, trackbacks, custom fields. are there different wordpress styles to download?