Skip to content

Instantly share code, notes, and snippets.

@maagmirror
Created October 25, 2021 16:45
Show Gist options
  • Save maagmirror/2c99eb7223ba91f5e89d194e7b43379e to your computer and use it in GitHub Desktop.
Save maagmirror/2c99eb7223ba91f5e89d194e7b43379e to your computer and use it in GitHub Desktop.
function shortcode_nibiru() {
if(is_front_page()){
return '<p>' . get_bloginfo('name') . " " . date('Y') .' <a href="https://nibiru.com.uy" rel="dofollow">Diseño Web Uruguay</a></p>';
}else{
return '<p>' . get_bloginfo('name') . " " . date('Y');
}
}
add_shortcode('nibiru_footer', 'shortcode_nibiru');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment