Rahman Webmaster
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Editing Footer Credit in WordPress 4.0.1Thank you once more, I am grateful
Forum: Themes and Templates
In reply to: [Customizr] Editing Footer Credit in WordPress 4.0.1My boooooooooooooooooooosssssssssssssssssssssss,
I am very happy thank you all the way. It has worked.
You are my model.
If I use my use the upper code, hope it will still work?How did you know that my child theme is not activated, boss?
Forum: Themes and Templates
In reply to: [Customizr] Editing Footer Credit in WordPress 4.0.1I have just tried that. The code has not changed my footer credit.
Forum: Themes and Templates
In reply to: [Customizr] Editing Footer Credit in WordPress 4.0.1@ d45_c0nf,
I am very happy you saw this post boss, in fact your are my target audience.Yes, that is my site.
So if I remove one of the add_filter functions. the code will work for me right.Forum: Themes and Templates
In reply to: Editing footer InformationThis is the code footer.php
[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<?php /** * The template for displaying the footer. * * * @package Customizr * @since Customizr 3.0 */ do_action( '__before_footer' ); ?> <!-- FOOTER --> <footer id="footer" class="<?php echo tc__f('tc_footer_classes', '') ?>"> <?php do_action( '__footer' ); // hook of footer widget and colophon?> </footer> <?php wp_footer(); //do not remove, used by the theme and many plugins do_action( '__after_footer' ); ?> </body> <?php do_action( '__after_body' ); ?> </html> Where do I edit. A developer once told me to add this code to the functions.php in my child theme, I did that but it didn"t work. add_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ $credits = '? Copyright <?php print date("Y") ?> Broadband technologies Inc, Nigeria'; $newline_credits = ''; return ' <div class="span4 credits"> <p> · ? '.esc_attr( date( 'Y' ) ).' <a href="'.esc_url( home_url() ).'" title="'.esc_attr(get_bloginfo()).'" rel="bookmark">'.esc_attr(get_bloginfo()).'</a> · '.($credits ? $credits : 'Designed by <a href="https://www.themesandco.com/">Themes & Co</a>').' ·'.($newline_credits ? '· '.$newline_credits.' ·' : '').'</p> </div>'; }
Forum: Themes and Templates
In reply to: [Customizr] Footer (credits and back to top area)@ d4z_c0nf,
I followed the procedures on changing footer credit on the snippet page but it didn’t work.Forum: Themes and Templates
In reply to: [Customizr] Footer (credits and back to top area)@ d4z_c0nf
the boss, i nickname you ” the code wizard”.I have a similar problem. I use customizr theme and I want to edit the footer information on my site. How do I achieve this? Must i use a child theme? I will also appreciate the right snippet to achieve that.
Thanks Boss
Forum: Fixing WordPress
In reply to: Displaying Many Pages from a source or folderI believe this is a developer forum. So, if you know it, provide solution please. Talk less
Forum: Everything else WordPress
In reply to: user registration by date and street address@ Andy, So I can use the plugin to create web application that stores and displays user inputs.
Also, any plugin that can support uploading users information and allowing them to log in to view such information. I don’t know if wordpress supports such web application development.Forum: Everything else WordPress
In reply to: No Search box In This ForumThanks Clayton, I found the search box after i posted the above message..
Forum: Installing WordPress
In reply to: Connecting WP to database file from hostYou don,t need to manually configure your database, wp does that for you?