Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have been working for weeks on this with no success. Right now, I have a WordPress loop fill boxes for the output and jQuery then arranges the boxes on the page. I am trying to get the jquery to shift the position of the boxes or the content of the boxes every 15 seconds.

I tried to reload - re-query the WordPress loop but that does not work.

Next, I thought I could put that boxes in an iframe and refresh the iframe every 15 seconds however it is not refreshing the WordPress random loop order.

A demo of the jQuery script can be seen here: boedesign.com/demos/jsquares

Any suggestions would be extremely helpful!

share|improve this question
That was a mouthful. Try re-phrasing your question with paragraphs and line breaks. Be clear and concise in what you are trying to achieve, break-it-down. Then add the code you are working with. Linking to your site alone is not really that helpful. Trust me, you'll get more answers than none. – userabuser Oct 4 '12 at 18:03

closed as too localized by toscho Nov 4 '12 at 17:03

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Why not create a php script (place it in your theme folder) and have JQuery call that script after the page loads? that way you can do anything you want (for example you can have the PHP script read from the DB and return anything).

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.