WordPress Shortcode for keywords? – SEO
So, I know you can put: function page_title_sc( ){ return get_the_title(); } add_shortcode( 'page_title', 'page_title_sc' ); Into function.php to fetch the page title and get a [page_title] shortcode within Wordpress, but is it possible to do exactly that for keywords?…