1)I have 85 pages in my website, in that i like to change particular url which have used in all pages.
2)I need update query for select particular posts and change repeated things in that content
need to replace below url anbomanufacturing.com/LitForm.html
;
with this url192.185.104.157/~anbomanu/product-literature
Use the REPLACE() function:
try with this, and place this code in your functions.php file to replace the link from the content:
for more information take a look on the the_content Filter