Category Hierarchy

This post has 4 categories, part of a hierarchy that is 3 deep.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Fusce euismod commodo ante. Suspendisse potenti.
Nunc pellentesque quam vel pede. Ut a lorem non urna molestie euismod. Fusce consequat tortor eu urna.
Pellentesque aliquam, pede eget tincidunt feugiat, nunc massa hendrerit magna, non ultricies neque lectus nec dui.
In hac habitasse platea dictumst. Sed feugiat quam eget lectus. Fusce at pede. Morbi sagittis tristique tortor.
Sed erat justo, blandit ac, dignissim in, pretium ut, urna.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

function yoast_social_link_shortcode($atts, $content = null) {
// Extract shortcode attributes
extract(shortcode_atts(array(
‘network’ => ‘facebook’,
), $atts));

// Get the social link
$social_link = get_yoast_user_social_link($network);

// If the social link exists, return it wrapped around the content
if ($social_link) {
return ‘‘ . $content . ‘‘;
}

// If no social link, just return the content
return $content;
}
add_shortcode(‘yoast_social_link’, ‘yoast_social_link_shortcode’);

Blue Yonder Design

test info

Read More Posts from Blue Yonder Design