how to change footer in WEN theme
-
Where I should do changes to remove this line from footer
Construction Base by WEN Themes
footer.php contain following
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Construction_Base
*//**
* Hook – construction_base_action_after_content.
*
* @hooked construction_base_content_end – 10
*/
do_action( ‘construction_base_action_after_content’ );
?><?php
/**
* Hook – construction_base_action_before_footer.
*
* @hooked construction_base_footer_start – 10
*/
do_action( ‘construction_base_action_before_footer’ );
?>
<?php
/**
* Hook – construction_base_action_footer.
*
* @hooked construction_base_footer_copyright – 10
*/
do_action( ‘construction_base_action_footer’ );
?>
<?php
/**
* Hook – construction_base_action_after_footer.
*
* @hooked construction_base_footer_end – 10
*/
do_action( ‘construction_base_action_after_footer’ );
?><?php
/**
* Hook – construction_base_action_after.
*
* @hooked construction_base_page_end – 10
* @hooked construction_base_footer_goto_top – 20
*/
do_action( ‘construction_base_action_after’ );
?><?php wp_footer(); ?>
</body>
</html> -
This is WordPress.COM support and that site may not be one is not on our servers. You are most likely posting to the wrong support forum. For hosting issues contact your web host. For software support read on.
You failed to post the exact URL of the site you refer to. To save you time you can type the actual URL of the site you are referring to into http://whoishostingthis.com to determine who hosts the site(s) so you know where to post for support.
WordPress.COM and WordPress.ORG are completely separate and have different username accounts, logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/
To be clear here at WordPress.COM support we do not provide support for local installs of WordPress.ORG software, or for WordPress.ORG software installs on paid hosting, linked to WordPress.COM accounts with the Jetpack plugin so they display on the My Sites WordPress.COM account page.
The wordpress.ORG support forum is at http://wordpress.org/support.
The wordpress.ORG login link is here https://login.wordpress.org/
If you do not have an account yet then click Create an account https://login.wordpress.org/register/ and if you have lost an account password click Lost password? https://login.wordpress.org/lostpassword/
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
See also https://apps.wordpress.org/support/ for app support.Jetpack support
Some Jetpack solutions are here http://jetpack.com/support/
Others are in the Jetpack support forum at WordPress.org
http://wordpress.org/support/plugin/jetpack
However, if help cannot be found at either one then they can file a Jetpack support ticket here > http://en.support.wordpress.com/contact/?jetpack=needs-service -
Editing: This is WordPress.COM support and that site may not be one that is on our servers.
- The topic ‘how to change footer in WEN theme’ is closed to new replies.