Skip to content

Instantly share code, notes, and snippets.

@dcooney
Created January 3, 2016 01:37
Show Gist options
  • Select an option

  • Save dcooney/7fad51b38b21dc0b46cc to your computer and use it in GitHub Desktop.

Select an option

Save dcooney/7fad51b38b21dc0b46cc to your computer and use it in GitHub Desktop.
alm_after_container
<?php
function my_custom_alm_after_container() {
return '<p><a href="/work">View All Work</a></p>';
}
add_filter( 'alm_after_container', 'my_custom_alm_after_container' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment