שלום,
ה-page template שבו אני צריכה להדביק את הקוד לא עם אותם שורות שדור מראה בסרטון, מובן לי שכל theme שונה אבל אם דור מראה בסרטון שבשביל להדביק את הקוד מתחת לכותרת צריך להדביק אותו מתחת לשורה מסוימת ולי לא רשומה השורה הזאת בכל עמוד ה-page template איך אני יכולה לדעת איפה להדביק את הקוד ????? (אותו הדבר לגבי הדבקת קוד בצד ימין של העמוד או בתחתית העמוד.)
ה-theme שלי הוא twenty eleven
מישהו יכול להגיד לי מה השורות המקבילות למיקום הדבקת הקוד שדור מראה בסרטון?
זה המלל של ה-page template שמופיע אצלי:
*****************************************************************
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
get_header(); ?>
<div id="primary">
<div id="content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php comments_template( '', true ); ?>
<?php endwhile; // end of the loop. ?>
</div><!-- #content -->
</div><!-- #primary -->
<?php get_footer(); ?>
**********************************************************
שלום אורח! אנא בצע 
