Bu kodu hem footer'ın en altına, hemde index.php'nin en altına ekledim olmadı?
Site: hdtelevisionpromos.com
Sitenin En Altına Sayfalandırma Eklemek İstiyorum? |
10 Mesajlar | 1.200 Okunma |
/**
* Index Template
*
* 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.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package deTube
* @subpackage Template
* @since deTube 1.0
*/
get_header(); ?>
get_template_part('loop-header');
if (have_posts()) :
get_template_part('loop-actions');
get_template_part('loop-content');
get_template_part('loop-nav');
else :
get_template_part('loop-error');
endif;
?>