chandamon
Forum Replies Created
-
Forum: Hacks
In reply to: "add media" is disruptedThe text box and everything is gone like here: imgur.com/1tEnwAE&2d2phrk imgur.com/1tEnwAE&2d2phrk#1 I don’t think there is any error
Forum: Fixing WordPress
In reply to: wp_head problem (javascript problem)please help@@
Forum: Fixing WordPress
In reply to: wp_head problem (javascript problem)hey thanks
but I don’t think the errors/warnings are the crux of it@@I believe it is wp_head and I have seen people saying they have some similar problems with jquery due to wp_head too.
Actually to make it short, the main thing is the conflict between wp_head and other jquery applications… I put the wp_head again and now gd rating works fine but the rest like enhanced categories doesn’t function…
@@
Please help and advise!!!Forum: Fixing WordPress
In reply to: jQuery and WP 2.7thanks
!!!!Forum: Fixing WordPress
In reply to: Question about the loopThanks a lot:D
you are really nice:)yes
currently I am stuck in the problem with the preset post number….Since I would like to have different numbers of posts in different archives and pages….
Forum: Fixing WordPress
In reply to: Question about the loopHello Otto42, I know it is too rude and too much for me to ask so, but I really appreciate if you can help me with the codes I am using below by the method u provide…It is just perfect if you can show me exactly how I can I do it…
I am really new to php, and I dont understand how the_post() works, so i dont really know how to implement the code you provided to this case…
can you please do me favor? Since I am really in a hurry, sorry.Thanks for your kindly help .
<?php while (have_posts()) : the_post(); ?>
<div class=”substory_frame”>
<div class=”substory” id=”left”>
<h3 class=”substory_subhead”><?php the_time(‘j F Y’); ?></h3>
<h3 class=”substory_head”>” rel=”bookmark”>
<?php the_title(); ?>
</h3><?php the_excerpt(); ?>
<h4 class=”comments”>” rel=”bookmark”>
全文… »
</h4></div>
<?php endwhile; ?></div>
Forum: Fixing WordPress
In reply to: Question about the loopthanks otto,
I just have problem with the previous solution,it ends up like this:
https://chandamon.com/YL/?cat=1now I try yours, thanks a lot.
Forum: Fixing WordPress
In reply to: Question about the loophey
thanks a lot:D
I try now