radial
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how to test a theme that only I can see ?nevermind that, my host is having some sort of old server/new server crap going on
Forum: Themes and Templates
In reply to: how to test a theme that only I can see ?Does this theme switcher work with wp 2? i have uploaded the plugin, but it does not show up in my plugin listing
Forum: Fixing WordPress
In reply to: upgraded to 2, now error on comments_popup_link()hmmmmmm that comment-functions.php file in includes was size 0. not sure why that is, i did not delete anything under the includes directory during the upgrade preparation, and when i uploaded i told filezilla to overwrite all files.
regardless, i reuploaded the file from the same source i originally uploaded from, it overwrote it, correct file size now and the site is magically working again.
i didnt look there, i was looking at the theme folder for a problem. thanks so much Kafkaesqui!
Forum: Fixing WordPress
In reply to: Setting up Google Analyticsoh i was assuming they it would refresh when i told it to check again. I just did install the plugin, so will check back tomorrow. thanks!!
Forum: Fixing WordPress
In reply to: Setting up Google AnalyticsI did this plugin, but google wont verify it:
Profile Name: whootah.com
Website URL: http://whootah.comTracking Unknown
The Google Analytics tracking code has not been detected on your website’s home page. For Analytics to function, you or your web administrator must add the code to each page of your website.Forum: Plugins
In reply to: Single page entryjust a note, i wanted to add the sidebar to single posts. so in single.php at the bottom right above the get_footer call, i put the get_sidebar call just like the index page has. but it always put the sidebar far down on the right hand side, below the post! i finally figured out at the top of single.php modify
<div id=”content” class=”widecolumn”>
to
<div id=”content” class=”narrowcolumn”>Forum: Plugins
In reply to: Need Some Plugin Testers- WYSIWYG Pluginon line 45 on config.php i had to make my line include a ‘/’at the beginning even though your instructions in config.php said not to. otherwise, pictures links were missing the slash.
// WYSI-WORDPRESS- Change the line below to the location of your images
// directory FROM your main URL. For example, if your main URL is
// at http://mysite.com/ and your image directory is at
// http://mysite.com/blog/images , this setting would be blog/images/
‘value’ => ‘/blog/images/’,
‘text’ => ‘Site Pictures’,Forum: Fixing WordPress
In reply to: Apostrophe == Question mark?I can confirm this behavior. However, this is my problem. I had text in microsoft word. I copied and pasted it into notepad (to remove formatting). i then copied and pasted that into my WordPress. Later, i notice the ‘ have become ? and clicking the RSS under Meta no longer works. I went into wordpress, edited the few posts this happened on to change ? to ‘ and it worked fine. Luckily i did not have many posts to do this to. using wordpress 1.2 mingus. no hacks (modified index.php and css though)
Forum: Fixing WordPress
In reply to: permalink w/o mod_rewrite errorit appears i may have to use the linux option instead of the windows option. yes, hostony has great pricing for linux packages, however i already have some domains setup under my windows hosting plan that use ASP. Moving to linux hosting may mess up those sites. i’d have to purchase another hosting plan. BTW, hostony allows more bandwidth and space for the same price as dreamhost. 3gig storage and 80gb transfer a month! Anyway, back on topic. I think a custom 404 page would probabally do the trick if i stay with windows. you could look at the requested url and reroute it to where you want it to actually go. I’m just not familiar with the code of the original .htaccess file enough to transfer it to an ASP script. I’m looking into that option, and if i find it i will let everyone know here in case someone has the same situation as me. But, i will probabally just end up purchasing another hosting account that’s linux based.