hyperionstudios
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom quiz pluginCan you please write more description about what yours objective I might be able to help with some guidance.
Forum: Developing with WordPress
In reply to: Tagging the last published post every hourCron Jobs is what you need, but cron jobs on WordPress are triggered via visiting a page on your website so unless you have a good traffic on your website there is no guarantee it will be triggered every hour.
Cron Jobs on the server on the other hand is what run on every hour (when setup) and that will run a script to tag your posts, but this will need an admin access to the hosting server where you setup the Cron Job.
What is you development experience?
Whats your Hosting and do you have admin access to it?Let me know I might be able to help(for free)
Forum: Fixing WordPress
In reply to: My site wont loadlooking at the developer tools I see that you are using jQuery before its loaded
so the loader will never be done, also your contents are loaded fineForum: Fixing WordPress
In reply to: How to add privacy link in footerCan you please add more description, how your footer is built, are you using widgets for it? is there another row under the footer where you want to add the extra links?
Forum: Developing with WordPress
In reply to: Offset with pagination on custom queryHi Lionell, I see that wp_reset_postdata() is entered for the bottom half but have you entered wp_reset_postdata() at the end of the header query?
the way I see it
header query
wp_reset_postdata()
footer query