sh3dxz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Powered by WordPress showing on Home Page OnlyThanks for the help!
Forum: Fixing WordPress
In reply to: Powered by WordPress showing on Home Page OnlyHey! You are soooo awesome! Thank you so much. I just checked my phone and the credits in the footer are gone. I had omitted the ?> symbol so you were right. My apologies. And you have a great day! 😀
Forum: Fixing WordPress
In reply to: Powered by WordPress showing on Home Page OnlyI went into the ftp settings and deleted the code from the functions.php file. SO that is why it is back up now. Ive never modified the code before so Im not sure what you are talking about. Also not sure what I am doing wrong. I just copied and paste the code and it went wrong.
Forum: Fixing WordPress
In reply to: Powered by WordPress showing on Home Page Only<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );// END ENQUEUE PARENT ACTION
Forum: Fixing WordPress
In reply to: Powered by WordPress showing on Home Page OnlyI cant access anything now, neither the dashboard for my website. How do I fix the whole thing?
Forum: Fixing WordPress
In reply to: Powered by WordPress showing on Home Page OnlyI dont know what this means: Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /home4/sh3dxz871991/public_html/wp-content/themes/flatter-child/functions.php on line 20
Forum: Fixing WordPress
In reply to: Powered by WordPress showing on Home Page OnlyIt didnt work and now all I have is: syntax error, unexpected ‘function’ (T_FUNCTION)
Forum: Fixing WordPress
In reply to: Powered by WordPress showing on Home Page OnlyThank you for responding. Also I did go ahead and disable the mobile theme in jetpack as well as delete the cached files so I am not sure why it would show up. The infinite scroll is also off.Im new to wordpress so I honestly dont know where to put that code. Would it be the functions.php file of the child theme?