Skip to content

Instantly share code, notes, and snippets.

View AaronRutley's full-sized avatar

Aaron Rutley AaronRutley

  • Melbourne, Australia
View GitHub Profile
<ul class="share">
<li><a href="https://www.facebook.com/sharer/sharer.php?u=<?php the_permalink(); ?>" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/intent/tweet?original_referer=<?php the_permalink(); ?>&text=<?php the_field('_yoast_wpseo_title'); ?>&tw_p=tweetbutton&url=<?php the_permalink(); ?>" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=<?php echo $thumb[0]; ?>&description=<?php the_field('_yoast_wpseo_title'); ?>" target="_blank"><i class="fa fa-pinterest"></i></a></li>
<li><a href="https://plus.google.com/share?url=<?php the_permalink(); ?>" target="blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
@AaronRutley
AaronRutley / wp query.php
Last active April 2, 2019 13:35 — forked from billerickson/gist:3698476
wp query
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.com
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query
* Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php
*/
$args = array(