Skip to content

Instantly share code, notes, and snippets.

@yusn
Forked from dcooney/alm_after_container.php
Created February 10, 2017 06:29
Show Gist options
  • Select an option

  • Save yusn/93a6c87425a26aa8f157b07fbcf07d8d to your computer and use it in GitHub Desktop.

Select an option

Save yusn/93a6c87425a26aa8f157b07fbcf07d8d 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