eguru
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: integration between one user databe to another wordpressanybody there to help me please
Forum: Themes and Templates
In reply to: no idea how to theme this layoutThanks a lot freesouldesign. The trick you have mentioned worked like a charm.
@alchymyth- thanks a lot for the information 🙂Friends, sorry for being late to reply as I was in an holiday in Bali
Forum: Themes and Templates
In reply to: no idea how to theme this layoutDian
I got an error while I was using the code with Kubrik theme. Here is ther errorFatal error: Call to undefined function has_post_thumbnail() in C:\xampp\htdocs\blog\wp-content\themes\basictheme\index.php on line 12and this is the main page PHP code
<?php /** * @package WordPress * @subpackage Default_Theme */ get_header(); ?> <div class="featured-loop"> <?php $recent = new WP_Query("cat=1&showposts=3"); while($recent->have_posts()) : $recent->the_post();?> <div class="feat-post clear"> <div class="feat-thumb"><?php if ( has_post_thumbnail() ) the_post_thumbnail('feat-loop'); else { ?><a href="<?php the_permalink() ?>"><img src="<?php bloginfo('template_directory'); ?>/images/default-thumbs/feat-thumb.jpg" alt="<?php the_title(); ?>" /></a> <?php } ?></div> <div class="feat-post-content"> <h2 class="feat-post-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <span class="feat-post-meta"> <span class="meta-date"><?php the_time('d, M'); ?>.</span> <span class="meta-comments"><?php comments_number('', '1', '%'); ?></span> </span> <?php the_excerpt(); ?> <div class="read-more"><a href="<?php the_permalink() ?>"><img src="<?php bloginfo('template_directory'); ?>/images/read-more.gif" alt="read-more" border="0" /></a></div> </div> </div> <?php endwhile; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>Pleaes tell me what is the problem.
Forum: Themes and Templates
In reply to: no idea how to theme this layoutOhh my dear!!!! Thanks a lot… I love u fullll
Forum: Themes and Templates
In reply to: no idea how to theme this layoutAnyone Please help MEEEEEE … I am sad