Ana sayfamda bazı değişiklikler yapmak istiyorum ancak bir türlü tabir yerindeyse beceremedim. Anasayfamda bulunan başlığın altındaki 'bir yanıt bırakın' yazısını anasayfada bulunan yazının altındaki kategori ve etiket yazılarını kaldırmak istiyorum yardımı dokunan dokunmayan arkadaşlara teşekkürler. Sitem şu: www.enguzelsiirler.net , İndex sayfamın kodları şöyle:
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* For example, it puts together the home page when no home.php file exists.
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
get_header(); ?>
// Show a different message to a logged-in user who can add posts.
?>
Get started here.', 'twentytwelve' ), admin_url( 'post-new.php' ) ); ?>
// Show the default message to everyone else.
?>