HOT CSS
Free Beautiful Css templates, Web designer tricks from expert
Pages
(Move to ...)
Home
Tutorial
Css
jQuery
SEO
Opencart Expert
Woocommerce Expert
Wordpress Expert
Joomla Expert
▼
Monday, March 10, 2014
wordpress HTML5 Shim in functions.php
›
Might as well keep your header.php clean and insert the shim from the functions.php file. // add ie conditional html5 shim to header funct...
wordpress Get The First Image From a Post
›
Let's say you wanted to use the post thumbnail feature of WordPress, but had a whole archive of posts that would take too much time to ...
wordpress Get ID from Page Name
›
Add to functions.php file: function get_ID_by_page_name($page_name) { global $wpdb; $page_name_id = $wpdb->get_var("SELECT ...
wordpress Get Featured Image URL
›
Post thumbnails are pretty useful and pretty easy to use in WordPress. Simply add: add_theme_support('post-thumbnails'); To a them...
wordpress Get Content by ID
›
Apparently there is no succinct WordPress function for just returning the content of a particular page by the ID of that page. This is that....
wordpress Find ID of Top-Most Parent Page
›
This will find what the ID is of the top-most parent Page, in a nested child page. For example, this page you are literally looking at is ne...
wordpress Facebook “Like” Button for WordPress
›
Some very easy copy-and-paste code here to add to the template for blog posts to allow for Facebook "liking" of the article. Proba...
‹
›
Home
View web version