if (is_404() === False){ if (is_category() === true){ if ($OxykaCatImgFilename != '') { echo ""."\r\n"; echo ''; echo "\r\n"; echo ''; echo "\r\n"; echo ''; echo "\r\n".""; } } } php wp_head(); // get the seo title, generated by yoast plugin // use output buffering to retrieve the title as a variable // then copy to ox_seo_title_tag variable // if empty, use wordpress get_the_title() instead function echoWPTitle() {echo wp_title();} // sept 2026 - not sure if all this is used anymore ob_start(); echoWPTitle(); $ox_seo_title_tag = ob_get_clean(); if ($ox_seo_title_tag == '') { $ox_seo_title_tag = get_the_title(); } $ox_og_title_tag = $ox_seo_title_tag; $ox_og_title_tag = str_ireplace(" - poetica.fr","",$ox_og_title_tag); $ox_og_title_tag = str_ireplace(" | poetica.fr","",$ox_og_title_tag); $ox_og_title_tag = str_replace(", poème d",", un poème d",$ox_og_title_tag); $ox_og_title_tag = str_replace(", poème d",", un poème d",$ox_og_title_tag); ?>