riccardo.malesani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update image attachments when scaledAn useful addiction to my question:
In my template, I’m using the “$attachment->guid” parameter (from the $attachments array of get_posts() ) to extract the images url and show them.
This “guid” seems to be always referred to the original file, not to the edit ones (not only scaled, but also rotated etc..).
Is there a way to update the “guid” array key to that?
Forum: Fixing WordPress
In reply to: Two Loops integrated – issueFinally I got it !
I solved by moving the second loop from the page content into a distinct slider panel.Now the slider by the first loop calls pages and, separately, calls a single special panel with the second posts loop.
I think this topic’s closed.
Thanks to haxxxton
Forum: Fixing WordPress
In reply to: Two Loops integrated – issueSorry for late, I’m using a local server but i’m going to publish it online soon.
Other says to reset query after slider, but issue remains.
I forgot to specify that I’m using Exec PHP plugin in order to run the second loop into one page. I’m putting that php code directly into database page content.I don’t think this could be the cause, second loop works but, as said, involves other slider pages, putting posts into them…
Forum: Fixing WordPress
In reply to: Two Loops integrated – issueResetting query doesn’t fix. I try WP_query
Forum: Fixing WordPress
In reply to: Two Loops integrated – issueThanks, I’ll try with wp_reset_query or changing into WP_query, and i will let you know soon