Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
function add_custom_footer_links() { echo '
'; } add_action('wp_footer', 'add_custom_footer_links');Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!