ShareCustom widget area is uses to create a slot for widgets to be placed over them in the admin widgets[…]
Read moreCategory: Wordpress
get recent posts WordPress
Share<?php $recent_posts = wp_get_recent_posts(); foreach( $recent_posts as $recent ) { echo ‘<li><a href=”‘ . get_permalink($recent[“ID”]) . ‘” title=”Look ‘.esc_attr($recent[“post_title”]).'” >'[…]
Read moreShow All Categories as Links
Share<?php $categories = get_the_category(); $separator = ‘ ‘; $output = ”; if($categories){ foreach($categories as $category) { $output .= ‘name )[…]
Read more