koishiikun
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Featured Post Image Not Shoing :(This is my URL
Hi there, thank you for the response. When I place <!– –> on the label, it does remove the ‘Contact Form’ but leaves a space in between, much like deleting the ‘Contact Form’ on the php file. ??
Forum: Fixing WordPress
In reply to: WordPress errorIt was working great before I moved, also, how is that done if I’m unable to access the wp admin?
Forum: Fixing WordPress
In reply to: Moving WordPress to new directory within siteThank you for the response.
As to doing things manually for the pages/images, where and which file(s) should I edit manually?
=)
Forum: Fixing WordPress
In reply to: Editing WordPress footerI fixed it. I just followed these instructions and installed “Simple Hooks Plugin”
https://www.studiopress.com/plugins/simple-hooks
=)
Forum: Fixing WordPress
In reply to: Editing WordPress footerthanks again for the responses, I tried viewing it using Firebug and saw these
<div id=”footer”>
<div class=”wrap”>
<p>Copywrite · All Rights Reserved · Privacy Statement · Disclaimer · Sitemap </p>
</div><!– end .wrap –>
</div><!–end #footer–>
</div><!– end #wrap –>I’m still having problems locating where these codes are ??
Forum: Fixing WordPress
In reply to: Editing WordPress footerHi, I found the footer.php on that path on one of my installations, but the site I want to edit has no “shortcodes” folder, the footer.php is located at the …/lib — problem is that it’s not the footer.php I want to edit as it contains this same code..
</div><!– end #inner –>
<?php genesis_before_footer(); ?>
<?php genesis_footer(); ?>
<?php genesis_after_footer(); ?></div><!– end #wrap –>
<?php wp_footer(); // we need this for plugins ?>
<?php genesis_after(); ?></body>
</html>:/
Forum: Fixing WordPress
In reply to: Editing WordPress footerHello, thanks for the response. But when I tried putting text there, it goes below the footer. The text I want to edit is the Copyright part, because it spells Copywrite. ??