Bobby Ivanoff
New Member
Заиграх се footer.php(просто замених developer name с Bobby Ivanov и на двете места) и хоп :
Parse error: syntax error, unexpected 'copyright_textbox' (T_STRING) in /home/bobbyiva/public_html/wp-content/themes/Synopsis-WordPress/footer.php on line 46
Много моля за помощ по кода
Ето го целия footer.php

Parse error: syntax error, unexpected 'copyright_textbox' (T_STRING) in /home/bobbyiva/public_html/wp-content/themes/Synopsis-WordPress/footer.php on line 46
Много моля за помощ по кода
Ето го целия footer.php
PHP:
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package progression
* @since progression 1.0
*/
?>
<?php if( is_page_template('homepage.php') || is_page_template('homepage-slider.php') ): ?>
<?php if ( is_active_sidebar( 'homepage-widgets' ) ) : ?>
<?php dynamic_sidebar( 'homepage-widgets' ); ?>
<?php endif; ?>
<?php endif; ?>
<?php if( is_page_template('page-contact.php') ): ?>
<?php if ( is_active_sidebar( 'contact-widgets' ) ) : ?>
<?php dynamic_sidebar( 'contact-widgets' ); ?>
<?php endif; ?>
<?php endif; ?>
<?php if ( is_active_sidebar( 'homepage-all-widgets' ) ) : ?>
<?php dynamic_sidebar( 'homepage-all-widgets' ); ?>
<?php endif; ?>
<div class="clearfix"></div>
</div><!-- close #main -->
<?php if (is_active_sidebar( 'Footer Widgets' )) : ?>
<div id="widget-area">
<div class="width-container content-container-pro footer-<?php echo get_theme_mod('footer_cols', '4'); ?>-column">
<?php if ( ! dynamic_sidebar( 'Footer Widgets' ) ) : ?>
<?php endif; // end sidebar widget area ?>
<div class="clearfix"></div>
</div>
</div>
<?php endif; ?>
<footer>
<div id="copyright">
<div class="width-container">
<?php if (get_theme_mod( 'copyright_textbox', '2015 All Rights Reserved. Developed by Bobby Ivanov’ )) : ?>
<div id="copyright-text">
<h2 class="blog-title-pro"><?php echo get_theme_mod( 'copyright_textbox', 'Developed by Bobby Ivanov’ ); ?></h2>
<div class="clearfix"></div>
</div><!-- close #copyright-text -->
<div class="footer-social-icons">
<div class="social-ico">
<?php if (get_theme_mod( 'mail_link_progression' )) : ?><a href="<?php echo get_theme_mod('mail_link_progression'); ?>" target="_blank"><i class="fa fa-envelope"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'facebook_link_progression' )) : ?><a href="<?php echo get_theme_mod('facebook_link_progression'); ?>" target="_blank"><i class="fa fa-facebook"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'twitter_link_progression' )) : ?><a href="<?php echo get_theme_mod('twitter_link_progression'); ?>" target="_blank"><i class="fa fa-twitter"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'google_link_progression' )) : ?><a href="<?php echo get_theme_mod('google_link_progression'); ?>" target="_blank"><i class="fa fa-google-plus"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'linkedin_link_progression' )) : ?><a href="<?php echo get_theme_mod('linkedin_link_progression'); ?>" target="_blank"><i class="fa fa-linkedin"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'instagram_link_progression' )) : ?><a href="<?php echo get_theme_mod('instagram_link_progression'); ?>" target="_blank"><i class="fa fa-instagram"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'pinterest_link_progression' )) : ?><a href="<?php echo get_theme_mod('pinterest_link_progression'); ?>" target="_blank"><i class="fa fa-pinterest"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'tumblr_link_progression' )) : ?><a href="<?php echo get_theme_mod('tumblr_link_progression'); ?>" target="_blank"><i class="fa fa-tumblr"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'youtube_link_progression' )) : ?><a href="<?php echo get_theme_mod('youtube_link_progression'); ?>" target="_blank"><i class="fa fa-youtube-play"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'dropbox_link_progression' )) : ?><a href="<?php echo get_theme_mod('dropbox_link_progression'); ?>" target="_blank"><i class="fa fa-dropbox"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'flickr_link_progression' )) : ?><a href="<?php echo get_theme_mod('flickr_link_progression'); ?>" target="_blank"><i class="fa fa-flickr"></i></a><?php endif; ?>
<?php if (get_theme_mod( 'dribbble_link_progression' )) : ?><a href="<?php echo get_theme_mod('dribbble_link_progression'); ?>" target="_blank"><i class="fa fa-dribbble"></i></a><?php endif; ?>
</div>
</div><!-- close .footer-social-icons -->
<div class="clearfix"></div>
</div><!-- close .width-container -->
<?php endif; ?>
</div><!-- close #copyright -->
</footer>
<?php wp_footer(); ?>
</body>
</html>