ryokuns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: post with word count more than 17k can't editbump
Forum: Plugins
In reply to: WP-Stats are not workingso is mine. this happens right afer i upgrade to wp 2.5.
i’m using nuffnang tracker and it shown today i had around more than 100’s hits. wp-stats showing 0 for the past 5 days.Forum: Fixing WordPress
In reply to: Unresponsive Script caused by Custom fieldsi didn’t use custom scripts and yet it still loaded itself..
mm_handled 1Forum: Fixing WordPress
In reply to: Visual Editor Doesn’t WorkI’m having the same problem.. this happened right after I installed a fresh wp 2.5 on my hosting.. I test the same version on my pc and it works. What makes it not working on my hoster?
I have disabled all plugins and it’s still not working
follow ur guide above. didn’t work
Forum: Fixing WordPress
In reply to: Unresponsive Script caused by Custom fieldsarickrol here’s how i do it fix it
but then it happens again . just now i try to make new post and i saw bunch of custom fields are duplicating itself. manual delete them .. I think one of plugins are being the culprit.
removing them can only be done by clicking delete manually. there’s no way u cld do that when firefox hang with more than 100s of mm_handled rite?
to otto, yes custom fields still duplicate themself even when plugins are disabled
Forum: Requests and Feedback
In reply to: New 2.5 editor is a disasterWYSIWIG function is gone right? it was easier back on 2.3 resizing image and stuff. i certainly agrees that i hate this new editor.
Forum: Installing WordPress
In reply to: mm_handled 1custom fieldsi’m having the same problem.. its creating 100s of mm handled .. been having this problem since wp 2.2.3
Forum: Fixing WordPress
In reply to: index.php to something elsei did what Beel told. i change in options to blog.php as the index. but then it keeps makin d address to something like these ; blog.php/index.php . which mean, using option in wordpress doesnt work.
about php my admin, i dont have the access to that. i’m being hosted by someone else so i can’t try that one..
any other way?Forum: Themes and Templates
In reply to: need help on making the tittleerm.. there’s something wrong with the above post. it wont show the <*p class=”head>welcome</p*>
and i can’t edit it coz it keeps giving me the 60 second error even after i wait for 5 min..
here i post the code again..
<*p class=”head>Welcome</p*> ( this is where i wanna put the tittle and the date. )
<div id=”content”>
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<?php the_date(”,'<h2>’,'</h2>’); ?>
<div class=”post”>
<h3 class=”storytitle” id=”post-<?php the_ID(); ?>”></h3>
<div class=”meta”><?php _e(“Filed under:”); ?> <?php the_category() ?> â€â€? <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
<div class=”storycontent”>
<?php the_content(); ?>
</div>
<div class=”feedback”>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div>
<?php include(ABSPATH . ‘wp-comments.php’); ?>
</div>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
</div>