mimarcan adlı üyeden alıntı

Dün sitenizi incelemiştim,

Sayfalardan (wordpress page) oluşmuş bir sitenizin olduğunu gördüm.

page.php veya buna benzer bir .php sayfası temanızın içinde mutlaka vardır.



"Daha pratik yolu temayı bilgisayarınıza indirim notepad++ da yukarıdaki kodu dosyalarınızın içinde arayın."

bu kısmı kaldırın ya da istediğiniz şekilde benden önce yorum yapan arkadaşın dediği bölümden resmi değiştirin.


Öne çıkan görseli değiştirdim ama bir işe yaramadı. Page.php dosyası:
. /**
* 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 SKT Handyman
*/
get_header(); ?>



while( have_posts() ) : the_post(); ?>



the_content();
wp_link_pages( array(
'before' => '',
'link_before' => '',
'link_after' => '
',
'pagelink' => '' .
esc_html__( 'Page', 'skt-handyman' ) . '
%',
'separator' => ',
',
) );
?>
//If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0' != get_comments_number() )
comments_template();
?>