techierob
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Gravitar and wordpress forum linking to websiteYep. All of that was done. If you click on my avitar/gravitar or user name it should direct you to my blog etc.. Speaking of this. I’ve also noticed that avitars now show up in wordpress blogs. Does that show up automatically if the poster uses the same email or is this an option under dashboard?
Forum: Themes and Templates
In reply to: No Themes will show up at all!!I went this route instead. moving a copy of index.php over to the root directory and adding this line. (line 4)
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wordpress/wp-blog-header.php’);
?>You guys ROCK!! thank you again.. what a nightmare!
Forum: Themes and Templates
In reply to: No Themes will show up at all!!It’s BS is what it is.. If it’s in the domain it shouldn’t mess with it.. 1.5 worked great for me.. well now it works but I lost my database messing around with the darn thing! So now I have to recreate all the posts!! 🙁
Hey someone remember how to get wordpress on the main page instead of /wordpress??
Forum: Themes and Templates
In reply to: No Themes will show up at all!!Deleted
add_filter(‘bloginfo’, ‘wptexturize’);in default-filters.php
Now it works just fine
That is a REALLY CRAZY BUG!THANK YOU!!!
Forum: Fixing WordPress
In reply to: Strange error because of domainDelete
add_filter(‘bloginfo’, ‘wptexturize’);in default-filters.php worked just fine
THANK YOU!!!