hollowx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: AtD is not defined admin-ajax.phpok i’ll try these different steps. Thank you
Forum: Fixing WordPress
In reply to: AtD is not defined admin-ajax.phpForum: Fixing WordPress
In reply to: AtD is not defined admin-ajax.phplatest version
Forum: Hacks
In reply to: remove all img tags from post_contentHi all,
I was looking for a solution like this but with a different purpose.
Due to an evolving site and a restructuring how to print the posts (thousands of posts).
I’m trying to get all images from the posts, regroup them and then create an unordered list to update the mysql database at the end of each posts with the result.
or just put them at the end of the posts. but i would need javascript to do the rest of the heavy lifting which would slow down the rendering.explanation:
mysql text
lorem ipsum <img src=”url”>
hjsgvyusgv
chdysgvyebv
<img src=”url”>
vxgqsvcu
<img src=”url”>regroup all img tags an then update the posts
lorem ipsum
hjsgvyusgv
chdysgvyebv
vxgqsvcu- <img src=”url”>
- <img src=”url”>
- <img src=”url”>
Anyone having ideas on how best proceed.
It should be on time script to fix all the posts in the database.
Thanks for anyone having any way to accomplish this.