• Hello, I’m trying to update the year (2016) in the footer and remove the “created by” information. I went to appearance then editor but the footer information is not located in footer.php……Copyright @ 2012-2015 All Rights Reserved. My Pharmacy Visit does not provide medical advice, diagnosis, or treatment – Created By Fit Tech

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    
    <?php
    /**
     * Footer template
     *
     * @package wpv
     * @subpackage health-center
     */
    ?>
    
    <?php if(!defined('WPV_NO_PAGE_CONTENT')): ?>
    					</div> <!-- .limit-wrapper -->
    
    				</div><!-- / #main (do not remove this comment) -->
    
    			</div><!-- #main-content -->
    
    			<?php if(!is_page_template('page-blank.php')): ?>
    				<footer class="main-footer">
    					<?php if(wpv_get_optionb('has-footer-sidebars')): ?>
    						<div class="footer-sidebars-wrapper">
    							<?php WpvTemplates::footer_sidebars(); ?>
    						</div>
    					<?php endif ?>
    				</footer>
    
    				<?php do_action('wpv_before_sub_footer') ?>
    
    				<?php if(wpv_get_option('credits') != ''): ?>
    					<div class="copyrights">
    						<div class="<?php if(!wpv_get_option('full-width-header')) echo 'limit-wrapper' ?>">
    							<div class="row">
    								<?php echo do_shortcode(wpv_get_option( 'credits' )); ?>
    							</div>
    						</div>
    					</div>
    				<?php endif ?>
    			<?php endif ?>
    
    		</div><!-- / .pane-wrapper -->
    
    <?php endif // WPV_NO_PAGE_CONTENT ?>
    	</div><!-- / .boxed-layout -->
    </div><!-- / #container -->
    
    <div id="wpv-overlay-search">
    	<form action="<?php echo home_url() ?>/" class="searchform" method="get" role="search" novalidate="">
    		<input type="text" required="required" placeholder="<?php esc_attr_e('Search...', 'health-center') ?>" name="s" value="" />
    		<button type="submit" class="icon theme"><?php wpv_icon('theme-search2') ?></button>
    		<?php if(defined('ICL_LANGUAGE_CODE')): ?>
    			<input type="hidden" name="lang" value="<?php echo ICL_LANGUAGE_CODE; ?>"/>
    		<?php endif ?>
    	</form>
    </div>
    
    <?php get_template_part('templates/side-buttons') ?>
    <?php //include ('optionspanel.php') ?>
    <?php wp_footer(); ?>
    <!-- W3TC-include-js-head -->
    </body>
    </html>
    
    • This topic was modified 9 years, 8 months ago by Jan Dembowski.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, i think there is an option in your theme for that

    ‘<?php echo do_shortcode(wpv_get_option( ‘credits’ )); ?>

    did you check it’s documentation or contact it’s author directly?

    Thread Starter kenndi

    (@kenndi)

    Hello, no I haven’t contacted the author but I will if needed. What about the Copyright 2012-2015? Do you see where I can change the year? Thanks

    • This reply was modified 9 years, 8 months ago by kenndi.

    I think there is an option for that but i cannot tell for sure, the author should be able to assist you better on this one.

    Thread Starter kenndi

    (@kenndi)

    Okay, thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Removing text from footer’ is closed to new replies.