kerusdotorg
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Smart Archives Reloaded] Cache doesn’t expire?just FYI i have tried enabling/disabling the cache and the plugin (latest ver) didn’t ever update for me.
BUT… i did what you said above and commented out this line and it works perfect ?? so i think the cache is wonky perhaps
$cache = @file_get_contents($file);
thanks for the great plugin!!
Forum: Fixing WordPress
In reply to: Your attempt to edit this post: “post name” has failed.the installation im having this problem on has NO plugins. Not even aksimet. Going to try commenting out the autosave…
Forum: Plugins
In reply to: [Plugin: Lightview Plus] No exampleI can’t seem to get this plug-in working.
glad im not the only one, this has been driving me nuts
Forum: Fixing WordPress
In reply to: pulling 1 random post from a specific categoryah-ha! this works like a charm!
https://www.ads-software.com/support/topic/91421?replies=15#post-532012
naturally replace CATNAME with your cat name<?php global $wpdb; $rand_posts = $wpdb->get_results("SELECT * FROM $wpdb->post2cat,$wpdb->posts,$wpdb->categories WHERE $wpdb->post2cat.post_id = $wpdb->posts.ID and $wpdb->post2cat.category_id = $wpdb->categories.cat_ID and $wpdb->posts.post_status = 'publish' and $wpdb->categories.cat_name = 'CATNAME' ORDER BY RAND() LIMIT 1"); foreach($rand_posts as $post) : setup_postdata($post); ?>
hope this helps someone else in the future
notes: pull 1 random post or entry from single specific category
Forum: Fixing WordPress
In reply to: pulling 1 random post from a specific categoryah-ha! this works like a charm!
https://www.ads-software.com/support/topic/91421?replies=15#post-532012
naturally replace CATNAME with your cat name<?php global $wpdb; $rand_posts = $wpdb->get_results("SELECT * FROM $wpdb->post2cat,$wpdb->posts,$wpdb->categories WHERE $wpdb->post2cat.post_id = $wpdb->posts.ID and $wpdb->post2cat.category_id = $wpdb->categories.cat_ID and $wpdb->posts.post_status = 'publish' and $wpdb->categories.cat_name = 'CATNAME' ORDER BY RAND() LIMIT 1"); foreach($rand_posts as $post) : setup_postdata($post); ?>
hope this helps someone else in the future
notes: pull 1 random post or entry from single specific category
Forum: Fixing WordPress
In reply to: pulling 1 random post from a specific categorythat plugin did not work out as planned..
maybe i can make a custom function for this =o
anyone have any suggestons?
Forum: Fixing WordPress
In reply to: pulling 1 random post from a specific categorythank you for the link! definitely worth a try ??
Forum: Fixing WordPress
In reply to: Serious spamming issues – please help!my aksimet died when i upgraded
it looked like it was on and running but i just found 1800 spamz waiting for menuked the plugin, reuploaded the same file, reinput api
works perfectly nowjust my 2¢
Forum: Plugins
In reply to: Flickr plugin that lists sets/albums? (Oberkampf?)woo hoo awesome!
Forum: Your WordPress
In reply to: New WordPress Portfoliogreat site, even better work. love the style(s)!
Forum: Plugins
In reply to: Flickr plugin that lists sets/albums? (Oberkampf?)shameless bump, anyone have any suggestions
this one is decent:
https://tantannoodles.com/toolkit/photo-album/but im looking for a plugin that can list all available sets like here: (on the right)
https://coda.co.za/flickr?set=72157594382285015seems like most flickr plugins tend to make a makes of things