brookwarner
Forum Replies Created
-
Forum: Plugins
In reply to: [MailChimp Archives] [Plugin: MailChimp Archives] Repeated hit on wp-cron.phpthanks – but i need the plugin, so deleting it doesnt really help. but thanks anyway
Forum: Plugins
In reply to: [MailChimp Archives] [Plugin: MailChimp Archives] Repeated hit on wp-cron.phpsame issue here. any news?
Forum: Networking WordPress
In reply to: MultiSite Images BrokenHi there. Tried that – but it happens on anyone’s computer, who’s running Chrome for Mac, not just mine.
It only happens on the subdomain sites, not the root site.
Forum: Networking WordPress
In reply to: MultiSite Images BrokenI know this is an old thread but I am getting the same issue – but only in Google Chrome (???).
My images load initially, and then disappear when the page completes loading. The same occurs in the back end. If i open the image url, its fine however.
I’m led to believe that this is a .htaccess file issue? if so, what do i need to change?
Cheers in advance!
Forum: Fixing WordPress
In reply to: PHP help.Hi there
I am still fairly new to PHP, so I was wondering if someone could tell me how to rewrite the following english into php?
IF customfield with key “addcontent” value = 1, show posts from category = 1.
IF customfield with key “addcontent” value = 2, show posts from category = 2.
etc etc…The reasoning is this – i have a static area and a dynamic area on each page, and i would like to be able to pull the latest posts from a certain category and display them only on the page that pertains to them. ie – Static area contains “all about bob”, dynamic area contains “bobs latest posts”.
This is possible with the blog_in_blog plugin, however i cant seem to make the plugin work with short codes.