malibu06
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Reading Settings Static Page – Blog Posts not showingYou can see how I’ve got my Reading Settings here
http://s298.photobucket.com/albums/mm269/smedman/?action=view¤t=readingSettings.gifForum: Fixing WordPress
In reply to: Reading setting Front Page/Post Page dropdowns both show pages ?dertien,
your Posts Page is really just a placeholder page. Think of it as the blank shell, that is filled up by your individual posts.i’m running 2.9.2 with Yoast’s Google Analytics Plugin.
tried ticking the “track the admin too” box, but still having the same problem. everything shows up as 0% click bars.Forum: Fixing WordPress
In reply to: Different Themes with Google A/B TestingHi Jan,
I’m looking at doing the same thing. Check out
http://www.leewillis.co.uk/how-to-split-test-wordpress-themes/
seems like some good info.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined functionesmi – i renamed the sidebar1 to sidebar-1 and changed the code to
get_sidebar('1')and everything worked.
Thanks!Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined functionwe built a sidebar1.php as part of the theme so figured
get_sidebar1() would pull it
Forum: Plugins
In reply to: PHPurchase – anyone tried it?ahhh Michael, here is the link http://www.phpurchase.com/
since it is not free…?
Forum: Installing WordPress
In reply to: obfuscated code – can anyone decode?the site is http://www.artcretedesigns.com
i’ve disabled the index.php file and it is pointing to the old html file.
it seems to be some kind of virus. it is showing up on all index files whether php html asp…
Forum: Installing WordPress
In reply to: keep index.html live while WP is installed on rootthanks adiant,
in this example would I change the General / Settings to point to http://example.com/wordpress for both the WordPress address AND the Blog address until I was ready to go live?
Forum: Installing WordPress
In reply to: How can I turn off WordPress’ index.php redirect to domain root?trying to do what mayurj has done (have both html and php site live at the same time) but no luck.
I followed exact steps and activated the “disable canonical URL redirect” plugin
I’m on godaddy linux wordpress hosting.
Forum: Installing WordPress
In reply to: able to login back-end, but BLANK at front end urlHi guys,
Thanks for all the help! One of my buddies fixed the issue. I need to detail what he found and post it up.Forum: Installing WordPress
In reply to: able to login back-end, but BLANK at front end urlHi Henk,
Yeah, I’ve tried renaming the original index.html and deleting it a few times, but no luck. It is from the old HMTL site.Forum: Installing WordPress
In reply to: able to login back-end, but BLANK at front end urlanother thought… i don’t think this would work… but…
On the general settings page, should I change the URL and blog address to
http://artcretedesigns.cominstead of the http://www.artcretedesigns.com ?
I was going to try, but then I’m afraid I may not be able to get into the back-end if something goes wrong…
Forum: Installing WordPress
In reply to: able to login back-end, but BLANK at front end urlhi henk,
1. no error logs that I can see
2. on the FTP structure, there is actually nothing in the root folder except a folder “artcretedesigns” that everything is in… cgi-bin, index.html etc…I wonder if I need to rewrite the htaccess to
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /artcretedesigns/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /artcretedesigns/index.php [L] </IfModule> # END WordPressI just tried that, and nothing… so maybe something similar??
Forum: Installing WordPress
In reply to: able to login back-end, but BLANK at front end urlyou can see my cgi error log? wow! I’m not sure if that is good or bad?
I’m not on 2.9 now… just developed the site in 2.8.5, but installed 2.8.6 on the new server that I transferred everything to… I’ll check into how to revert back to 2.8.5 on the new server.
Is there anything else that I can do to fix the PHP Fatal error in vars.php?