alexbaysu Single-post dosyasının içine ekledim hocam, görüntü bu şekilde;



Kırmızı buton ile yerlerini değiştirmek istiyorum, bu konuda bilginiz varmı?

Single-post kodu:
/**
* The main template file for display single post page.
*
* @package WordPress
*/

get_header();

$grandmagazine_topbar = grandmagazine_get_topbar();

/**
* Get current page id
**/

$current_page_id = $post->ID;

/**
* Get current page id
**/

$current_page_id = $post->ID;

//Include custom header feature
get_template_part("/templates/single_post/template-post-header-parallax");
?>