The <code> tag allows you to write coding into your page without being executed and highlighting the code text. Sometime, when writing HTML code for WordPress needs to be used <sourcecode></sourcecode> or [sourcecode][/sourcecode] The code tags are supported in all …
Monthly Archives: January 2012
Clickable Phone Number for iPhone Users
Clickable phone numbers have the meaning of allowing your web visitors to access you phone number with a click of mouse. HTML Syntax: <a href=”tel:+4917640206387″>+49 (0)176 – 402 063 87</a> Reasons to make clickable phones number can be: Mobile version …
Basic WordPress Hook-in
Displays the numeric ID of the current post the_ID(); More details: http://codex.wordpress.org/Function_Reference/the_ID Displays or returns the title of the page: php wp_title(); More details: http://codex.wordpress.org/Function_Reference/wp_title Returns the permalink to a post or page: get_permalink(); More details: http://codex.wordpress.org/Function_Reference/get_permalink Returns the category ID: get_the_category( $id ) More details: …



(2 votes, average: 4.50 out of 5)
(2 votes, average: 4.00 out of 5)
