djbaxter
Administrator
- Joined
- Jun 28, 2012
- Messages
- 3,778
- Solutions
- 2
- Reaction score
- 1,877
See post by @Yan Gilbert above and have him make sure no one has edited the PHP files for the theme.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Install Yoast. Dump SEO Press.As mentioned I have no idea where that Duplicate Page plugin came from.
No I don't have Yoast only SEO Press.
Can anyone answer this for me please?
Would it work for me to uninstall the SEO Press plugin and simply use the WP Meta info fields?
Seems to me the only use for SEO Press or Yoast is to follow their suggestions to optimize the pages, other than that it does not mean if your pages are already optimized that those plugins would offer any other advantage, is this not correct please?
/%postname%/
into the text box. Most importantly, you want to make sure that you are not using the category slug in your permalinks..archive .page-title {
display: none;
}
.post-meta .post-category {
display: none;
}
.page-title .meta-single li {
display: none;
border-bottom: none;
}
http://bestheatingrepairservice.com/uncategorized/heating-trends-that-will-save-you-money-in-2020/
http://bestheatingrepairservice.com/sample-post/
orhttp://bestheatingrepairservice.com/%postname%/
option for your new permalinks.RedirectMatch 301 ^/uncategorized/(.*)$ http://bestheatingrepairservice.com/$1
I am assuming here that you are running Apache not Nginx.
Here's your redirect:
1. select either
2. add this to your .htaccess file at or near the top:
- the Post name
http://bestheatingrepairservice.com/sample-post/
or- the Custom structure
http://bestheatingrepairservice.com/%postname%/
option for your new permalinks.
Code:RedirectMatch 301 ^/uncategorized/(.*)$ http://bestheatingrepairservice.com/$1
That's it. Done.