1981Captain
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Outbound link to WikipediaAs long as you’re not re-publishing their content as your own you should be good to go.
Forum: Fixing WordPress
In reply to: How to recover deleted posts?Senff is right. If you deleted the trash, try contacting your host to see if they have a backup of your files which you could use. Most hosts actually do a good job of regularly backing up your server.
Forum: Fixing WordPress
In reply to: Visual editor not workingAre you using a visual editor related plugin? If so, I’d try uninstalling it or re-installing it.
I don’t know of a way to do this with pure HTML, but if you’re able to use jQuery, this might do the trick:
$(window).scroll(function () {
if ($(window).scrollTop() + $(window).height() > **whatever height you want** {
$(‘body’).css.(‘background’, ‘url(**your background image you want to use at this height**)’);
});Forum: Everything else WordPress
In reply to: Google never sends traffic inspite of unique contentHello simmmiii, having unique content which targets certain keywords is usually not enough to show up in Google results. You need other sites to link to you.
It’s not easy and there is an entire industry (Search Engine Optimization – SEO) dedicated to trying to rank slightly higher in search rankings. I suggest reading up on SEO and then giving it a go.