Support » Themes and Templates » Removing copyrights in PressWork theme

  • Resolved inewss

    (@inewss)


    Hello guys i m relly new in the coding busines i made this website inewss.com and i would like to know how to remove the text:”Created using PressWork. ” at the buttom of the page in witch php file is and how can i regonise it. Thank you

    [Moderator note: Don’t bump. If you have something valuable to add to your thread, that is fine.]

Viewing 5 replies - 1 through 5 (of 5 total)
  • asarosenberg

    (@dotnordic)

    I don’t know how that theme works but if you can find a footer.php it’s probably in there.

    Thread Starter inewss

    (@inewss)

    this is the footer code

    <?php
    /**
     * The template for displaying the footer.
     *
     * Contains the closing of the #main-wrapper ul and the #body-wrapper div.
     * Includes all the action blocks for the footer.
     *
     * @since PressWork 1.0
     */
     ?>
       	</ul> <!-- end #main-wrapper ul -->
    	<footer id="footer-main" class="clearfix fl" role="contentinfo"> <!-- begin footer -->
    		<?php pw_actionBlock('pw_footer'); ?>
    	</footer> <!-- end footer -->
    </div> <!-- end #body-wrapper -->
    <?php pw_actionCall('pw_body_bottom'); ?>
    <?php wp_footer(); ?>
    <!-- PressWork framework created by c.bavota & Brendan Sera-Shriar - http://presswork.me -->
    </body>
    </html>

    `

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re thinking of changing the theme’s files, wait until you have a Child Theme. Then copy the file you want to edit into your Child Theme directory and modify that.

    Thread Starter inewss

    (@inewss)

    I’ll make a child theme but does anyone know that file do i have to modify?

    Thread Starter inewss

    (@inewss)

    i,ve managed to do it myself topic resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing copyrights in PressWork theme’ is closed to new replies.