sroskylos
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Shortcode inside an other shortcodeHow can i show different forms in loop?
Forum: Hacks
In reply to: Hi i want to exclude a categoryThank you for your time bcworkz finaly it works!
Forum: Hacks
In reply to: Hi i want to exclude a categoryHello bcworkz
I try the cat=-1,-2, etc and doesnt work
I not so experrt in php. I must remove this line ?
$posts = get_posts(‘post_type=post&orderby=rand&numberposts=1&cat=-10’);and replace this? $query = new WP_Query( array( ‘cat’ => ‘-12,-34,-56’ ) );
i have this code in my function.php
/** Random Contest Button*/
add_action(‘init’,’random_add_rewrite’);
function random_add_rewrite() {
global $wp;
$wp->add_query_var(‘random’);
add_rewrite_rule(‘random/?$’, ‘index.php?random=1’, ‘top’);
}
add_action(‘template_redirect’,’random_template’);
function random_template() {
if (get_query_var(‘random’) == 1) {
$posts = get_posts(‘post_type=post&orderby=rand&numberposts=1&cat=-2’);
foreach($posts as $post) {
$link = get_permalink($post);
}
wp_redirect($link,307);
exit;
}
}Forum: Hacks
In reply to: Hi i want to exclude a categoryHow to exclude many categorys ID???
Forum: Fixing WordPress
In reply to: if post is in specific category then show a messageThank you Michael
It worksForum: Plugins
In reply to: [Legull] TranslateAm looking for Greek language and am available to help to translate.
Please inform meForum: Plugins
In reply to: [ContestHopper for WordPress] Getting invalid contestYes they match. In live preview inside the app its show up correctly. When i put the shortcode on a page am getting the message Invalid contest.
Where i must put this code? Plz help!
Forum: Plugins
In reply to: [Posts in Sidebar] Custom Image SizeComment just for the resolved ??
Forum: Plugins
In reply to: [Posts in Sidebar] Custom Image SizeYeap and it works.
Thank you so much for the help and this nice plugin ??Forum: Plugins
In reply to: [Posts in Sidebar] Custom Image Sizei put this in style.css of my theme and nothing happend. I think i have a prob…. Right?
Forum: Plugins
In reply to: [Posts in Sidebar] Custom Image SizeYeap its https://bit.ly/1iASGSU .
yeap it works!!! Thank you!!!
Thank you for this nice plugin!!! ??
I am not using wpengine