You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my wp_posts there is a field called post_content. The HTML code of the page created in WP is stored here. I need to update multiple pages with a few changes to the HTML code, and have two options. Check every page in WP editor, one-by-one, and change the code. Or, use S&R. What I am trying now is to do a Dry Run and search for:
image_alt="Some Text Here" link_type="no_link"
and eventually change that to:
image_alt="Some Text Here" link_type="page" single_item="257" open_in="current_browser"
However, when I do a search for the first criteria mentioned above, no search pattern is found. The search entered is now displayed as:
image_alt=\
It looks like the " sign is causing the problem. How can I do a succesfull S&R ?
Wordpress 4.4.2
S&R Version 3.0.0
The text was updated successfully, but these errors were encountered:
Hi,
In my wp_posts there is a field called post_content. The HTML code of the page created in WP is stored here. I need to update multiple pages with a few changes to the HTML code, and have two options. Check every page in WP editor, one-by-one, and change the code. Or, use S&R. What I am trying now is to do a Dry Run and search for:
image_alt="Some Text Here" link_type="no_link"
and eventually change that to:
image_alt="Some Text Here" link_type="page" single_item="257" open_in="current_browser"
However, when I do a search for the first criteria mentioned above, no search pattern is found. The search entered is now displayed as:
image_alt=\
It looks like the " sign is causing the problem. How can I do a succesfull S&R ?
Wordpress 4.4.2
S&R Version 3.0.0
The text was updated successfully, but these errors were encountered: