<script type="text/javascript">
!function ($) {
$(function(){
window.prettyPrint && prettyPrint()
})
}(window.jQuery)
</script>
Read the full article
Category: Tutorials |
|
Post #3 |
<script type="text/javascript">
!function ($) {
$(function(){
window.prettyPrint && prettyPrint()
})
}(window.jQuery)
</script>
|
Post #2 |
<?php
$queried_object = get_queried_object();
$thumbnail = get_field('icon', $queried_object);
?>
<?php if( !empty($thumbnail) ): ?>
<img src="<?php echo $thumbnail; ?>" />
<?php endif; ?>