Mary Dowdy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I see a upload page on my siteThank you Senff
Forum: Themes and Templates
In reply to: [Expound] Can I edit the footer text in ExpoundThank you Konstantin
Forum: Themes and Templates
In reply to: [Expound] how can i change the position of "text" widgetyes the problem is solved
that yellow block is a google ad. and i want that ad just below that two girls holding the smartphones on my home page but i dont know how to do that. so i have created this new topic
http://wordpress.org/support/topic/how-can-i-change-the-position-of-text-widget?replies=4Forum: Themes and Templates
In reply to: [Expound] how can i change the position of "text" widgetThank you for your quick response Laxman but its not working (and let me mention that i have created a child theme too and it is acticated)
@vanessajw hey i have solved the above problem just add the below code in “functions.php” file of child theme
<?php add_filter( 'expound_credits_text', 'my_credits_text' ); function my_credits_text( $text ) { return 'latestmobilephones.org'; } ?>in between return’put what ever you want’;
like i did http://latestmobilephones.orgForum: Themes and Templates
In reply to: [Expound] footerI have created the child theme but i dont know where to put the code given by author on my blog http://latestmobilephones.org
Hi Konstantin On which folder i have to apply that code?
http://latestmobilephones.orgForum: Themes and Templates
In reply to: [Expound] Can I edit the footer text in ExpoundThank you friends. And i have created a child theme but where i need to edit the footer text? please help http://latestmobilephones.org