kidcajes
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Tiles] Video or Slider in TileHi B00ner, can you please share exactly how you did it?
This is my templates query statement:
$querystr = “
SELECT $wpdb->posts.*
FROM $wpdb->posts
WHERE 1=1 AND ((lower($wpdb->posts.post_title) like ‘%$s%’))
AND (post_status = ‘publish’)
ORDER BY $wpdb->posts.post_date DESC
LIMIT $limit;
“;How do I exclude ml-slider from here? Please anyone?
Thank you!
@sprytechies
Thank you but i already tried that one but doesn’t work. I put that one on@matchalabs
I’m using the default wordpress search. I even tried using my templates search function and it returns the same by displaying first the ML Slider post without a link (when the keyword matches the slider name).I hope you can help me with this one. And here is the function I added in my themes function.php
//Exclude ML Slider from search
function remove_ml_slider() {
global $wp_post_types;
if ( post_type_exists( ‘ml-slider’ ) ) {
// exclude from search results
$wp_post_types[‘ml-slider’]->exclude_from_search = true;
}
}
add_action( ‘init’, ‘remove_ml_slider’, 99 );Matchalabs? anyone?
Hello is there anyone who can help? Please?
Forum: Plugins
In reply to: [WordPress MU Sitewide Tags Pages] Featured Image Not viewed on Front EndSo there’s no way of pulling the post thumbnail as featured image in the front-end and SWT can never do this?
Forum: Plugins
In reply to: [WordPress MU Sitewide Tags Pages] Featured Images aren't carried overSo there’s no way of pulling the post thumbnail as featured image in the main blog but to create a new plugin?
Thanks!
Forum: Plugins
In reply to: [WordPress MU Sitewide Tags Pages] Featured Images aren't carried overRon,
Is there a way of pulling the pulling the thumbnail and making it as Featured image? How do you do this?
Your help is greatly appreciated
What do you mean by this?
You might be able to consistently make the featured image the post thumbnail by setting the featured image before uploading any images to the post.
Any updates on this? I have the same concern
Forum: Reviews
In reply to: [NS Cloner - Site Copier] GoodOk I will try to contact them and will notify you. Thanks!
Forum: Reviews
In reply to: [NS Cloner - Site Copier] GoodHi,
My MultiSite settings is using SubDirectory. And the error occurs the moment I network activated the plugin and it gives me this:
Notice: session_start() [function.session-start]: ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13) in /xxx/wp/www/xxx/xxxx/wp-content/plugins/ns-cloner-site-copier/ns-cloner.php on line 77