amoon
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite admin can't login suddenlyThe superadmin can’t log in but all other accounts can log in fine. The login page refreshes with a blank red error box above the sign in form when trying to log into the superadmin account.
Forum: Networking WordPress
In reply to: Multisite admin can't login suddenlyThe individual site owners can login but the superadmin account no longer works there is now no way to add more sites manually.
I had the ssl link for both secure and non secure in the settings. Changing it to the non ssl link makes the products visible.
Maybe I missed something, but my tab is blank, any tips on what to check?
Forum: Fixing WordPress
In reply to: Can't access dashboardrename your theme folder via ftp
Forum: Fixing WordPress
In reply to: help with recent post from specific category PHP codethat should work
Forum: Fixing WordPress
In reply to: Can't access dashboardwait for the dns at godaddy to update and post when it has at godaddy.
Forum: Fixing WordPress
In reply to: Taking Over Company's Blog, Lost Password HelpNo, you will need phpmyadmin access
Forum: Fixing WordPress
In reply to: Can't access dashboardChange themes to the 2010 or 2011 and see if the error goes away. If it does reupload your theme
Forum: Fixing WordPress
In reply to: Can't access dashboardwas the first url at godaddy also?
the DNS at google hasnt updated yet.Forum: Fixing WordPress
In reply to: Can't access dashboardits a theme issue
Forum: Fixing WordPress
In reply to: Help! Can't log inchange your username and password in phpmyadmin
Forum: Fixing WordPress
In reply to: Can't access dashboardall your css files etc are pointing to http://www.autotexpink.com is that the new URL?
Forum: Fixing WordPress
In reply to: help with recent post from specific category PHP code<?php query_posts(‘cat=xx); ?>
xx will be the category ID
You can also use the category name or slug like this:`<?php query_posts(‘category=category-slug-name’); ?>’
You can also use this to limit the number of posts on your homepage to be different from the number of posts shown on other pages as set in your blog Settings>Reading>blog pages show at most number of posts……
<?php query_posts(‘cat=8&showposts=4’); ?>
Forum: Fixing WordPress
In reply to: HELP!!! Not able to Access My SiteWho is your host? Sounds like a DNS or database server issue?