sffandom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Any Downside to Changing Published Dates on PostsI have been involved with search engine optimization since 1998 and have never seen or heard of any negative consequence of doing what you are doing (as far as search engines are concerned).
However, if you are only concerned about showing links in a sidebar widget you could use a TEXT or LINKS widget and just manually update the list of links as required. That would be more consistent with the way WordPress is intended for use.
It’s really just a business decision, not an SEO decision.
Forum: Fixing WordPress
In reply to: Embeding wordpress blog into a non-wordpress site.I have never tried to embed a WordPress plugin into a static HTML site. If the plugin needs the WordPress database you would probably have to emulate a lot of WordPress activity.
Forum: Fixing WordPress
In reply to: Embeding wordpress blog into a non-wordpress site.The comic is a GIF file and there isn’t much code associated with it. I would guess some sort of plugin is being used to serve images from the media library. My guess is that site uses the ComicPress plugin.
Forum: Fixing WordPress
In reply to: I can login to my site but not wp-adminIt’s USERMETA, not USERS (these two tables are used side-by-side). You’ll have to look for your admin account name in USERS and then find the ID, and use that in USERMETA (I don’t have time to check right now).
It would be better to have the main admin fix your account, though. That can be done through WordPress and is the safer method.
Forum: Fixing WordPress
In reply to: WordPress install in addon domainWordPress Address (URL): http://primarydomain.com Site Address (URL): http://addondomain.comThat may come back to haunt you. You should be using the same domain in both settings. This setting may expose you to an eventual problem with duplicate content.
Forum: Fixing WordPress
In reply to: HELP. GENESIS THEME DEADTry clicking on the UPDATES option and then installing the updates.
Forum: Fixing WordPress
In reply to: I can login to my site but not wp-adminUse PHPMyAdmin to reset your account’s administrator status.
In the USERMETA table change the META_VALUE field for “capabilities” to say
a:1:{s:13:"administrator";b:1;}Forum: Fixing WordPress
In reply to: Hosting Account Suspended for High UsageIt’s really not necessary to cite so much data in your post as an example of what you’re seeing.
As to your question, if the bots are being served 403s that is really all you can do unless you have access to your server’s firewall (this would be IP TABLES on a Unix/Linux system). There you can add IP addresses to be DROPed (they receive no response whatsoever) but this is a tedious process and a risky one if you don’t know what you are doing.
Forum: Fixing WordPress
In reply to: Redirect to wp-admin/install.php Error …Start by changing your hosting account passwords. And check to make sure that your hosting account email has not been changed.
Forum: Fixing WordPress
In reply to: WordPress page hackedIf there are no other tables in your database then, yes, it’s gone. Unless you have a backup you’ll have to start over from scratch.
Forum: Fixing WordPress
In reply to: Any Downside to Changing Published Dates on PostsIt’s rude and misleading to change the publication dates on posts. Other than annoying regular readers of your site who may not appreciate being fooled like that, however, there is no downside to watch out for.
It sounds like you are following SEO blogger advice to create everfake content. If it were truly evergreen it would receive traffic on a continual basis and you would never be tempted to engage in such fakery.
Dates in the URLs are a GOOD thing, not a bad thing.
Forum: Fixing WordPress
In reply to: cant access my website as adminTry clearing your browser history (cache and cookies).
Forum: Fixing WordPress
In reply to: WordPress page hackedThat screen capture only shows one table in your SQL database. You had to click down to that table in the database tree to see this page. Just go up one level in the tree (on the left side of the page).
Forum: Fixing WordPress
In reply to: Changing theme back removes widgetsWordPress has no way of knowing in advance — when you change a theme — if the new theme can support all the widget areas and widgets you were using with the old theme, so it resets to a default mode.
This is the intended “safe” behavior. I don’t believe you’ll make much headway with the developers on allowing some sort of override.
Forum: Fixing WordPress
In reply to: WordPress install in addon domainThe problem is the way CPANEL manages addon domains. You should never have used the subdomain. Instead you should only have used the addon domain name.
Modern CPANEL installations will redirect the subdomain.primarydomain.tld to your addondomain.tld through an .htaccess redirect (this is managed through the CPANEL menu).
You can add code to the .htaccess file to also redirect the priamarydomain.tld/addondomain folder to the addondomain.tld so that for all intents and purposes your Website is operating as a standalone domain.
If you have the option of installing the addon domain in its own directory tree that is preferable but not every Webhost allows that.
The SQL database may now have the wrong sub/domain information in some of the settings. You can try using PHPMyAdmin to look for the wrong domain root to resolve the problem or you can try reinstalling WordPress and just using one domain name.