xopox
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Error: ForbiddenI don’t know why, but the image uploaded doesn’t appear.
Basically is a red chart that shows ‘Error Forbidden’
Forum: Fixing WordPress
In reply to: Featured image as first image is a good practise?Hi @corey,
Thank you for your fatest reply. My theme supports display featured image in the top of the post.
And yes, actually i have the situation you described. But i can disable featured image, because during some years i have used a theme wich eliminated first image when i publish post (and set this as featured image).
Forum: Fixing WordPress
In reply to: Removing orphan shortcodesHi cubecolour, thanks for your reply.
Yes, as you can said, wpg2 uses square brackets and not angle bracket syntax 🙁
Forum: Fixing WordPress
In reply to: Duplicated imagesHi mate,
Sorry for the delay in reply, i thought i have replied before.
Thank you again for your help, i really appreciate it!
I tried the last code you sent, and now works but only with random posts. There is a lot of posts still showing duplicated images, but in others posts they had duplicated images now only one.
Do you know why happens? its possible because they post don’t have class ID in the image?
Thanks
Forum: Fixing WordPress
In reply to: Duplicated imagesHi Guido,
Now it works, but now the problem is the next:
In the newer posts i have without first images, this snippet try to remove the 2º image (because the first image is uploaded directly to featured image) and only shows the first image and 3º image.
At this point, i think the only option is delete by a SQL snippet :S
Forum: Fixing WordPress
In reply to: Duplicated imagesHi again Guido,
I have noticed this PHP snippet has removed in frontpage the image of the first post.
How i can avoid this? Thanks
Forum: Fixing WordPress
In reply to: Duplicated imagesThank you so much Guido!!! it works
Another question, do you know the snippet to remove completely from the database with the wp_insert_post_data function? Thanks again man!