busybe235
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Plugins
In reply to: [BJ Lazy Load] How to add BJ lazy load on Ajax post thumbnails?ok, I somehow managed it.
Forum: Plugins
In reply to: [BJ Lazy Load] How to add BJ lazy load on Ajax post thumbnails?Thanks your reply, Bjørn.
I couldn’t make it work. Here is my ajax script: http://pastebin.com/BzWknRj0
I added what you told, maybe I am missing something.
Forum: Fixing WordPress
In reply to: Adding specific category post at even positions of main looplike how, I don’t get it!
Forum: Fixing WordPress
In reply to: Adding specific category post at even positions of main loop$k = round(get_option('posts_per_page')/2); <?php for($y=0;$k<20;$y++) { ?> <?php if ( have_posts() ) { ?> <?php if(is_home()) query_posts("posts_per_page=1&cat=1&offset=$y"); ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; } ?> <?php if ( have_posts() ) { ?> <?php if(is_home()) query_posts("posts_per_page=1&cat=2&offset=$y"); ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; } } }?>This is what I’m trying. Using two while loops displaying single post of cat1 and cat2 and enclosing them in for loop to run. I couldn’t get it to work.
Forum: Fixing WordPress
In reply to: Display post categories on image attachment pageThanks Alchymyth., I was struggling with different functions.
Forum: Themes and Templates
In reply to: [Twenty Twelve] featured image only instead of galleryI’m using child theme.
Forum: Themes and Templates
In reply to: [Twenty Twelve] making featured image clickableDid it myself!!
Forum: Themes and Templates
In reply to: Adding separtion between elementsI am asking for support not issue,,this too question I asked in css specific wordpress forum.
Forum: Plugins
In reply to: [WP Popular Posts] daily, weekly, monthly posts all at once in widget.Thanks Hector!
Viewing 9 replies - 1 through 9 (of 9 total)