tear1220
Forum Replies Created
-
Thanks for your help.
But actually there’s no category.php file in my theme, which I’m using so I checked index.php file but there’s already <?php the_content(‘Read more…’); ?> code.
What should I do more?
my blog
here’s my blog add.
I think “excerpt” would be the matter in my case I guess as you said.
And I reacently upgrade to 2.8version and I’m using Exhausted 1.0.1 by Small Potato theme.Can you please explain more how I can remove those things?
Thank you for your help.=DCan you please explain more how I can remove those things?
Thank you for your help.=DForum: Fixing WordPress
In reply to: Upload / Insert Image Problemesmi,
I actually can see icons you mentioned and I tried to upload from my pc. But when I crick an image, which is jpeg, it said
Unable to create directory /home/mintscloset/blog/wp-content/uploads/2009/06. Is its parent directory writable by the server?
What should I do?
Forum: Fixing WordPress
In reply to: problem on category<div id=”sidebar”>
- <h2><?php _e(‘Author’); ?></h2>
<!– The author description is hidden. Uncomment to use it.
- A little bit about yourself
–>
<!– The calendar is also hidden.
- <h2><?php _e(‘Calendar’); ?></h2>
- <?php get_calendar(); ?>
–>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar() ) : else : ?>
- <h2><?php _e(‘Search’); ?></h2>
-
<li id=”search”><?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
<?php wp_list_pages(‘depth=3&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
- <h2><?php _e(‘Categories’); ?></h2>
-
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
- <h2><?php _e(‘Archives’); ?></h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
<?php get_links_list(); ?>
- <h2><?php _e(‘Meta’); ?></h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- ” title=”<?php _e(‘Syndicate this site using RSS’); ?>” class=”feed”><?php _e(‘Entries <abbr title=”Really Simple Syndication”>RSS</abbr>’); ?>
- ” title=”<?php _e(‘Syndicate comments using RSS’); ?>”><?php _e(‘Comments <abbr title=”Really Simple Syndication”>RSS</abbr>’); ?>
- <?php _e(‘Valid’); ?> <abbr title=”eXtensible HyperText Markup Language”>XHTML</abbr>
<?php wp_meta(); ?>
<?php endif; ?>
</div>
Forum: Fixing WordPress
In reply to: problem on categorythanks stvwlf but still don’t work.
here’s my sidebar.php.
can anyone find what is the problem with my sidebar?
or how can I remove category menu from side bar?I tried to delete on sidebar.php but there was still category menu on my blog.
Forum: Fixing WordPress
In reply to: problem on categorywhat about just on category menu?
I actually tried category listing comes from widgets and it worked when I choose to display hierarchically. But then there would be two category listings on my side bar.How can I possible to change hierarchically on just category menu, not in widgets?