aniketm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Got it.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?exhale68 please mail me on [ Deleted, please do not post or request emails in these forums again ]
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Yes.. This seems ok and would work. But as Jan said – Consider to go for Child Theme.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?@exhale68 : I afraid, you have replaced the wrong line.
undo the changes and replace
<?php do_action( 'colormag_footer_copyright' ); ?>
line.Its below
<div class="footer-socket-left-sectoin">
tag.Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Yes! Jan is right.
If you don’t want to update the theme then use this hard code Or go for the child theme to have updates.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Then the code will go like :
<div class="copyright">Copyright ? 2015-2016 <a href="https://www.droidfeed.net/" title="DroidFeed"><span>DroidFeed</span></a>. All rights reserved.</div>
Note: Copy n Backup downloaded ‘colormag’ folder before editing footer.php ??
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Alright!
Now edit footer.php
Replace the line:
<?php do_action( 'colormag_footer_copyright' ); ?>
With:
<div class="copyright">Copyright © 2015 <a href="https://www.droidfeed.net/" title="DroidFeed" ><span>DroidFeed</span></a>. All rights reserved.</div>
Save the file and upload it back to colormag folder with filezilla.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Now let them download. Anyway you’ll be having ‘colormag’ theme folder in /wp-content/themes/ For Backup.
Also, make sure in which local directory path you’re downloading the entire website to access the files. And, after downloading the folder/files, it would be better to have 2-3 copies of that site (one for editing and another as backup) as you’re having no idea about WP architecture.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?You need to backup ‘colormag’ folder from wwwroot/wp-content/themes/colormag
In that folder you’ll get footer.php file.If you’re having no idea about filezilla then you can also edit that file from WP admin dashboard. Go to Appearance > Editor > Select footer.php to edit. BUT, again COPY and BACKUP all the content of footer.php to somewhere else before editing it.
Forum: Themes and Templates
In reply to: Theme: Fortunato Post Appearance on HomepageYou can get featured image of post by adding code :
<?php the_post_thumbnail('thumbnail'); ?>
Forum: Themes and Templates
In reply to: How to link frontpage box icons (Font Awesome)You can link it adding
<a>
tag
For Example :</a><a href="https://facebook.com"> <i class="fa fa-tablet"></i> </a>
Forum: Themes and Templates
In reply to: [Traffica] How do I remove footer "banner"?You can edit it in wp-content/themes/traffica/footer.php file.
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?I would suggest :
> First backup your files.
> Open footer.php file in any text editor. (You may use Notepad++)
> Try to Remove the unwanted content.
> Note that any content in html lies in between opening and closing tag <div> Content Goes Here </div>.. Make sure if you’re going to delete <div> tag, then you’ll have to delete </div> tag.> If something will go wrong, you can re-upload your backup footer.php file and site will get restored as it was. But, you should give it a try ??
Forum: Themes and Templates
In reply to: How do I remove or edit the footer links/text?Have you tried editing wp-content/themes/colormag/footer.php file?