• Hola amigo, he intentado cambiar el pie de pagina (footer.php) del tema Appvision usando la version de wordpress 4.3.1, pero no me deja hacerlo.. cuando realizo un cambio al cargar la pagina me redireccion a una en blanco con un mesaje que no se pueden realizar esos cambios por el tema de la licencia ó creditos, me gustaria saber si alguien ha logrado cambiar eso o si tene alguna solucion seria de mucha ayudar por favor.
    les dejo la parte del codigo que no puedo cambiar.

    <div id="footer">
    
            <div id="copyrights">
                <?php
                    if($theme->display('footer_custom_text')) {
                        $theme->option('footer_custom_text');
                    } else {
                        ?> &copy; <?php echo date('Y'); ?>  <a href="<?php echo home_url(); ?>/"><?php bloginfo('name'); ?></a><?php
                    }
                ?>
            </div>
    
            <?php /*
                All links in the footer should remain intact.
                These links are all family friendly and will not hurt your site in any way.
                Warning! Your site may stop working if these links are edited or deleted 
    
                You can buy this theme without footer links online at https://flexithemes.com/buy/?theme=appvision
            */ ?>
    
            <div id="credits">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Theme Designed by: <?php echo wp_theme_credits(0); ?>  | Thanks to <?php echo wp_theme_credits(1); ?>, <?php echo wp_theme_credits(2); ?> and <?php echo wp_theme_credits(3); ?></div><!-- #credits -->
    
        </div><!-- #footer -->
    
    </div><!-- #container -->

    Espero me ayuden, la verdad soy bastante nuevo y no se como arreglar eso, y me gustaria colocar mi propio pie de pagina.

Viendo 2 respuestas - de la 1 a la 2 (de un total de 2)
  • ¿Qué has intentando cambiar exactamente?
    ¿Tienes conocimientos de HTML o PHP?
    ¿Podrías facilitar el link de la web?

    Con tan poca información es un poco difícil ayudarte.

    Moderador almendron

    (@almendron)

    No se si has leído lo que indica pero el autor te pide que no borres esos enlaces:
    All links in the footer should remain intact. These links are all family friendly and will not hurt your site in any way. Warning! Your site may stop working if these links are edited or deleted.
    Avisa, además, que podría dejar de funcionar correctamente si lo haces.
    En cualquier caso, es una falta de respeto al diseñador del tema eliminar su autoría.

Viendo 2 respuestas - de la 1 a la 2 (de un total de 2)
  • El debate ‘Cambiar el pie de pagina del tema Appvision en wordpress’ está cerrado a nuevas respuestas.