picinae
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Thumbnails] [Plugin: Video Thumbnails] Thumbnails resizedHave you solved it? I’m having the same problem. I have tried to change in the settings the thumb size. // Helena
Forum: Themes and Templates
In reply to: children theme overriding filesSh*t now I see what I did wrong. I’m sorry I wasted your time … I was totally way off …. It was the site name to be removed, not the title … What an idiot I am thanks so much …
Forum: Themes and Templates
In reply to: children theme overriding filesoh not for me That is strange what browser are you using?
Forum: Themes and Templates
In reply to: children theme overriding filesall of them ….
Forum: Themes and Templates
In reply to: children theme overriding filesI just installed a fresh copy of twenty ten
Forum: Themes and Templates
In reply to: children theme overriding filesForum: Themes and Templates
In reply to: children theme overriding filesYes, It’s selected, I have checked several times. buhu
Forum: Themes and Templates
In reply to: children theme overriding files<?php /* Template Name: Page without headline */ get_header(); ?> <div id="container"> <div id="content" role="main"> <?php get_template_part( 'loop', 'page' ); ?> </div><!-- #content --> </div><!-- #container --> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Nested loop with ‘post__in’oh so it works for you. For me, I retrieves no posts. I have really double check that the post IDs are correct. It is driving me mad …
This works though
`$test= “cat=41,23&meta_key=tema&meta_value=”. $recept[0];
echo $test;
$my_query = new WP_Query($test); ?>`By the way thanx !!!
Forum: Fixing WordPress
In reply to: Nested loop with ‘post__in’Yes the first suggestion is right, a custom field called “tema”
Forum: Themes and Templates
In reply to: Navigation problem custom page templateTHANKS U R MY HERO!!
Forum: Fixing WordPress
In reply to: Exclude category with add_filter(‘pre_get_posts’Sorry it should be
remove_filter('pre_get_posts', 'exclude_category');Forum: Fixing WordPress
In reply to: Exclude category with add_filter(‘pre_get_posts’Sorry I was to fast π I found this and used it after the main loop
add_filter('pre_get_posts', 'exclude_category');