Here is how to create a custom archive page in WordPress just like the one
Google Search has recently introduced breadcrumbs in their Search Result Snippets replacing the URL displayed
Java String html_stripped = html.replaceAll("\\<.*?\\>", ""); PHP strip_tags($html); // built-in PHP function to strip HTML
The main purpose of this code is to have “Read more” for a long block
This example code shows you how you can have a top branding bar similiar to
I have been using reCAPTCHA a lot lately, but the default UI is not very
This example shows how to populate dropdown menus automatically with values from a JSON object
This is a lazy fix to redirect any url that doesn’t exist (resulting in 404)
HTML <input type="submit" id="submit" value="Search" /> CSS #submit { cursor: pointer; }