Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I created a Wordpress site and I want to replace every occurrence of the word Wordpress example:
Wordpress => MySite
Is there any plugin to do what I want or any function that should I create?Or should I replace all the words manually?
There's a Wordpress Search and Replace Tool that will do what you need.
If you download a PHP script from the link, place it in the root of your site and then navigate to it will find and replace any term in the site database and / or files.
Obviously make sure you remove after you're done and it's better to rename it something less obvious before you upload it.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 months ago.
Improve this question
Rank Math SEO plug-in that we're using has an option to enter Post ID for the pages that need to be excluded from the sitemap.xml. But it doesn't seem to be working.
Is there a standard way to do it?
If your link is in the sitemap.xml and you want to remove the link, please do and check the following steps.
Make sure the sitemap.xml is not cached if you are using any cache plugin, check these steps
for excluding the post or page from the Rank Math plugin please follow this document
Also, as I recommended please set the page as no follow, no index by doing these simple steps
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Is this possible in wordpress?
I have a site https://mynormalsite.com with a WP-installation (in subdirectory).
Now I want to create a page "My Special Project", which url is not https://mynormalsite.com/myspecialproject but https://myspecialproject.com, which I own and is connect to the same web hotell. Is this possible to do without using iframe in the root of that page? I mean, so it can be managed within only WordPress (so client can do this easily in future without messing with ftp?).
What are you trying to accomplish it's called a "multisite". You can read more about it here: WordPress Multisite vs. Multiple Sites .
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
If a aged ranked page in Google is something like http://website.com/fun.html
and I change it to http://www.website/fun will this affect the rank or previous juice?
I ask because we are rebuilding a site for a client that has been around for many years
with hundreds of pages with urls like that. Basically its taking of the .html
Also we have a link like http://website.com/books.html I'm assuming
if we change it to http://website.com/services/books.html it will completely
destroy the SEO, am I right?
Ps the new site is a wordpress.
The direct answer is: Yes. Google looks at fun.html and /fun/ as 2 separate pages. To associate the two pages you will need to add a 301 redirect from fun.html to fun either in your WordPress roots .htaccess file or you can install a plugin to take care of it for you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Is there a way in wordpress for setting the default template file(index.php) to a custom one?
Thank you.
Create a file called "page.php" and put in default theme directory.
This will override index.php AND be the default used template (you can still change template using the dropdown list in the back end)
check here for more info:
https://developer.wordpress.org/themes/template-files-section/page-template-files/
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Getting the below error when trying to reach my WP login page....I have tried to look for whitespaces like crazy (2 days) and unable to correct the issue...still can't login...My site is up and running just fine...Someone please help...What other options do I have?
Warning: Cannot modify header information - headers already sent by (output started at /home/wesleysoccer/webapps/wp/wp-content/themes/infocus/functions.php:1) in /home/wesleysoccer/webapps/wp/wp-includes/pluggable.php on line 868
It looks like there's whitespace at the beginning of your theme's functions.php file. If you can't find it, you can reset your theme to the default by changing your theme's directory name from infocus (changing it to anything else will work). That will deactivate the theme and allow you to at least log in.