serenitysaveme on "[Theme: Socially Awkward] How do I change the Footer Text"
I want to change where it says, Powered by Wordpress. Thanks!
View Articlesummerchilde on "[Theme: Spacious] Change Read More button language + Footer...
Create a child theme and copy over the appropriate files you want to edit then edit those files directly.
View ArticleLewis Rosenthal on "[Plugin: WP Post to PDF Enhanced] How to add content to...
Joerg, if you'd care to enlighten me with a diff of your changes, particularly for the custom fields, I'd be most grateful. This is one of the features I've been asked to implement, and haven't yet...
View Articleoliviaontheriviera on "[Theme: Spacious] Change Read More button language +...
Hi summerchilde, Thanks for your reply. I had gotten that far but am not sure in which file would I find the code to change and what would I change it to? (I'm starting out with WordPress) ... thanks
View Articlesummerchilde on "[Theme: Spacious] Change Read More button language + Footer...
Hi First, if you haven't already, read how to make a child theme here: http://codex.wordpress.org/Child_Themes After you've created the child theme just copy over the footer.php and edit line 21 for...
View Articleoliviaontheriviera on "[Theme: Spacious] Change Read More button language +...
Thanks for your reply, Found this in the codex page => Modify The Read More Link Text Adding this code to your functions file enables you to customize the read more link text. add_filter(...
View Articlesummerchilde on "[Theme: Spacious] Change Read More button language + Footer...
did you put that code inside a '<?php and ?>' ?
View Articleoliviaontheriviera on "[Theme: Spacious] Change Read More button language +...
i copied the following at the end of the php file ?> add_filter( 'the_content_more_link', 'modify_read_more_link' ); function modify_read_more_link() { return '<a class="more-link" href="' ....
View Articlesummerchilde on "[Theme: Spacious] Change Read More button language + Footer...
your functions.php of the child theme should only have: <?php add_filter( 'the_content_more_link', 'modify_read_more_link' ); function modify_read_more_link() { return '<a href="' ....
View Articleanyates25 on "[Theme: Twenty Thirteen] Why is the word "English" in my footer"
There is no word English in footer file. I deactivated newly installed plugins and checked front end after each one. Still there. Any other suggestions. Also, no clue how to change themes and wouldn't...
View Articleesmi on "[Theme: Twenty Thirteen] Why is the word "English" in my footer"
Have you tried: - deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). - switching to the default...
View Articleanyates25 on "[Theme: Twenty Thirteen] Why is the word "English" in my footer"
Golly, seems intensive, all of that for one little word. I did deactivate all plugins. Caused a fatal error.
View Articleesmi on "[Theme: Twenty Thirteen] Why is the word "English" in my footer"
What exactly is the error message?
View Articleoliviaontheriviera on "[Theme: Spacious] Change Read More button language +...
this does not work. i noticed there is another function php file called inc/functions.php could this be the issue?
View Articlesummerchilde on "[Theme: Spacious] Change Read More button language + Footer...
I doubt it. Have you tried editing the '<?php the_excerpt(); ?>' instead?
View Articledesignteam4060 on "CSS to make footer sticky"
Hi all, Working on a website and I can't get the footer to stick to the bottom of the page. It looks fine on "Home" but go to "Enroll" and it moves up. I've tried several different CSS things, to no...
View ArticleEvan Herman on "CSS to make footer sticky"
The site looks fine to me. I'm viewing in Chrome on Windows. The footer doesn't move up on my screen.
View Articledesignteam4060 on "CSS to make footer sticky"
Really? Even on the enroll page? I'm using Chrome on Mac. There's white space after the footer on the enroll page.
View ArticleEvan Herman on "CSS to make footer sticky"
Here is a link to the screenshot: https://www.diigo.com/item/image/4s1ed/6983
View Articlejdeanhill on "Need help editing the footer"
Need to know how to edit the static food text: "Relationship Remodel by Jennifer Dean-Hill, MSW, LICSW" at the bottom of the page site: http://44e.2fb.myftpupload.com Much appreciated!
View Article