rcpcooper
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [origin] [Theme: origin] Full articles in Home pageThanks for the help!
Forum: Themes and Templates
In reply to: [origin] [Theme: origin] Full articles in Home pageUpdate: It is not possible to change it in the “Reading Settings” of the control panel.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Disk Enhanced breaks www redirectHi,
I had the same canonicalization problem with my blog Posicionamento Web. To fix it you just need to add the 301 redirect at the beginning of the htacces file.
If you use the www version:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.example\.com$
RewriteRule (.*) https://www.example.com/$1 [R=301,L]If you use the non-www version:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^example\.com$
RewriteRule (.*) https://example.com/$1 [R=301,L]You just need to replace the example.com with your domain. I hope this helps
Forum: Themes and Templates
In reply to: Twitter problemThanks, I chose to disable the footer ??
Forum: Themes and Templates
In reply to: Add custom background to TwordderHi, I’m using Twordder and I love it. My site is https://hondurasarts.com, I would like to know how I can change the size of the fonts. Where in the stylesheet can I change this?
Forum: Plugins
In reply to: [Plugin: WP No External Links] Works perfectlyThanks Jehy.
Forum: Plugins
In reply to: [Plugin: WP No External Links] Works perfectlyHi all,
I installed the Plugin: WP No External Links on my blog to see how it worked. The thing is that when I deactivated it, it left all of my links with the “no follow” tag.
How can I fix this?Thanks
Forum: Installing WordPress
In reply to: Cannot modify header-repostHi again, I fixed the problem. It was the space at the end of the wpconfig.php
I was not sure at the beginning because I couldnt see the space with the editor I was working. So I opened the file with the note pad and noticed the space.
Thank youForum: Installing WordPress
In reply to: Cannot modify header-repostHello skrunch, I have exactly the same problem that you do. In which php file did you have the white space at the end?
Thanks