Php

Add Share & Bookmark this button to a non-blog website

First of all this solution is addressing to everyone looking to add Share This button to a normal website NOT a WordPress blog or for blogger! Since there are yet hundreds of solutions for blogs it was very hard to find one to apply to a normal website. The solution is coming from Share this [...]

Php

How to add a link only to a specific page in WordPress

You can either add a link in index / home page or any other individual WordPress blog page using a short code, you have to place directly in the page template like in the example bellow. In this example, I have been adding a link only to the first page / index page of the [...]

Php

Randomize sentences into a phrase using PHP functions

I was looking for a while to find a sentence randomizer from a phrase and I didn’t find anything. There are scripts for randomize words but for clauses nothing. I don’t know php but with little (little bit more actually) help I did it. Copy this code into a webpage, replace the phrase with yours [...]

Php