WebbleYou is pleased to announce that we now support subdomains. Please contact us if you are interested, or sign up for hosting here.
WebbleYou is pleased to announce that we now support subdomains. Please contact us if you are interested, or sign up for hosting here.
The Image Replacement plugin replaces text in a given tag (e.g. h1 or h4 - whatever you specify) with a server-generated image from the font of your choice. You can upload your own fonts as well.
Here’s an example:
The replacement is done with JavaScript, so the replaced text still shows up in searches. If a user has JavaScript turned off, the normal text will appear (rather than a broken image with alt text). The images are also cached to reduce the load on the server.
You can use your own link engine to hide outgoing links such as affiliate links. For example, if you wanted to direct visitors to Amazon when they visit yourblog.com/go/books, you could take the following steps:
go in your webroot (e.g. /www or /public_html or /httpdocs folder).Redirect /go/keyword http://www.destination-url.com/affiliate-codego directory. Note: Windows will not let you name a file .htaccess on your PC. Give it another name and rename it to .htaccess after uploading.# END WordPressRewriteRule ^go/.*$ - [PT]