how to grab first link in post… and of course call it
Two possibilities: Use the the_content-filter, or just call it in your template. You can just throw the plugin in your folder, or add one (or both) function(s) in your themes functions.php file. The filter triggers only for the post format link, while the template tag can be used more universal – in the loop. As … Read more