kim09
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why is blog page using home page template?Hey kjeft,
No, it’s not bad 🙂
Greetings
Forum: Themes and Templates
In reply to: Where can I find the CSS file for my theme?Hey rfrances,
We all have editor in admin < appearance < editor.
Here is a screenshot(picture)Forum: Fixing WordPress
In reply to: Can’t upload videos to my blogHey mwelch
Thanks about my blog 🙂
I never upload .avi, so not sure about it. But i hope you will get it working very soon. Greetings
Forum: Fixing WordPress
In reply to: Can’t upload videos to my blogHey mwelch
Sorry to hear this. I had those problems too, but i upload them via ftp for the big files, and it worked fine.
I made a folder called “movies” where wordpress files are, and just copy the URL to stream it in your wp site.
Goodluck
Forum: Plugins
In reply to: Really need help activating Comments Box if you can?Hey rob33
usually it’s on single.php file. Right under this code:
<?php endwhile; ?> <?php endif; ?>add:
<div id="commentsTemplate"> <?php comments_template(); ?> </div><!--end of commentTemplate-->Forum: Fixing WordPress
In reply to: Avatar PostsHey TataVostru,
Try adding this code in your comments.php:
<?php echo get_avatar( $comment, 32 ); ?>where 32 is the size of avatars you want to display. usually before this line: <?php comment_author_link() ?>
GoodluckForum: Fixing WordPress
In reply to: Remove CalendarOk, i am sorry, I have no idea 🙁 hope others will help.
GreetingsForum: Fixing WordPress
In reply to: Remove CalendarIs there any of this code :
<div class="widget widget_calendar">In your sidebar.php?Forum: Fixing WordPress
In reply to: Remove CalendarHey maureenvs,
Deleting widgets : Admin< widgets then go to your sidebar, and delete widgets you wish to delete.
Here is the pic. Just in the pic, “tag clouds” is going to be deleted, in your case, calendar you want to delete.
Goodluck 🙂
Forum: Themes and Templates
In reply to: Need Help pleaseHey MichaelH
Yes, now I know, thank you 🙂
Forum: Fixing WordPress
In reply to: need help in getting startedYes, some themes aren’t compatible with wp 2.9.2
GreetingsForum: Themes and Templates
In reply to: Need Help pleaseHey arabicnoise,
There are lots of themes, so we don’t know which theme you’re using. It would be lots easier for people to try helping you if you post the link to your website or pasting the color code from your css file.
[link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]
Forum: Themes and Templates
In reply to: Page order not responding.Hey maureenvs,
Usually in header.php has this code:
<li class="page_item<?php if (is_home() || is_single()) {echo ' current_page_item';} ?>"><a href="<?php bloginfo('url'); ?>">Home</a></li>Remove this code:
<a href="<?php bloginfo('url'); ?>">Home</a>[link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]
Forum: Themes and Templates
In reply to: Editing wp_list_pagesHey jkisha and Kricket.
Try to remove this code:
<a href="<?php echo get_option('home'); ?>/">Home</a>[link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]
Forum: Fixing WordPress
In reply to: need help in getting startedHey craydiver,
Does it work with default theme?