Kolokial
Forum Replies Created
-
Forum: Plugins
In reply to: [Youtube Channel Gallery] Alignement Issue!Hi, I see on your site you no longer have that issue, can you tell us how you fixed the issue?
Forum: Hacks
In reply to: Help: Update existing plugin for Twitter 1.1 APIDid this work mossyboy? I’m having a similar issue, and have found that RSS has been retired, along with Version 1 of the Twitter API.
Forum: Hacks
In reply to: Automating Theme UpdateAwesome! It seems so obvious now that I should be checking admin rights, I’ve just assumed the admin will be looking!
I’ve already got a system in place to set and check nonces, and I can’t connect to WordPress.org for theme updates. I need to track down this Theme_Upgrader to see how that works!
Thank you Shaun!
Forum: Hacks
In reply to: Posting featured image to background with PHP?I use the below code to set a banner on the a page/post based on the featured image. I imagine you can adapt it for your needs also.
$page_object = get_queried_object(); $page_id = get_queried_object_id(); if ( '' != get_the_post_thumbnail() && !is_category() == true ) { $imgURL = get_the_post_thumbnail( $page_id, 'full');}`
Forum: Hacks
In reply to: Posting featured image to background with PHP?It would need to go in the header.php. After your styles.css is loaded.
Forum: Fixing WordPress
In reply to: Hack resolutionCan you export your data, download plugins and themes and reinstall?