WordPress’ excerpt is pretty useful, if the article doesn’t have predefined text as excerpt, it would  automatically create one using the first 55 words from your post to make one for you. If the original text is: The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny […]

Read More

For some silly reason standard css wouldn’t allow the file upload button to be styled. Naturally the very smart people have found ways around this. Although there are various method, I like this simple one the most. The HTML <div id=”file” class=”btn”>Upload Photo</div> <input type=”file” name=”file” /> The CSS #file { display:none; }​ The Javascript […]

Read More