social.php kodlarım
global $options;
$options = get_option( 'swt_theme_options' );
if ( $options['swt_social'] == 'Display' ) {
$facebook = $options['swt_facebook'];
$twitter = $options['swt_twitter'];
$rss = $options['swt_rss'];
$youtube = $options['swt_youtube'];
$linkedin = $options['swt_linkedin'];
$pinterest = $options['swt_pinterest'];
if ( $twitter || $facebook || $youtube || $rss || $linkedin || $pinterest || $google_plus ) {
echo '
}
}
?>
header.php kodlarım
>
';
';
';
';
';
';
';
if ( $facebook )
echo '
if ( $twitter )
echo '
if ( $rss )
echo '
if ( $youtube )
echo '
if ( $linkedin )
echo '
if ( $pinterest )
echo '
echo '