moonview
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I try to insert an image to one post, but i looks damagemy wordpress is not reading the image format
i can’t understand what is happening…
hello everydoby all already set the php.ini, so i can upload images but yet i can’t see the image just appear a sign like if the image is damage. what is happening??
please help me..
ok thank you very much about answer, i will contact my server administrator for request more size of upload.
thanks…
GPLForum: Fixing WordPress
In reply to: internet explorer can’t open the site wp-admin/post-new.phphello, i tried disabling plugin manager and podpress, then i can create posts again.
But please somebody tell me why i can’t enable podpress, i wannna used for some podcasts.
thanks in advance
Forum: Themes and Templates
In reply to: change the comments position in fusion themeReady
Thank you t31os for your useful help friend.
JESUS LOVE YOU.
Forum: Themes and Templates
In reply to: change the comments position in fusion themegood morning friend t31os
yes cause maybe some people can think that “# comments” means that they just gonna read others comments and not make a comment.
you know it is just for help the people make comments.
thanks for your help.
Forum: Themes and Templates
In reply to: change the comments position in fusion themedo you Know maybe, how to create a code that show a link for comment next to comments number.
example:
comment 2 comments
*******************************************************************
*******************************************************************
post of something
*******************************************************************
*******************************************************************excuse me if i ask too much, im a beginner with wordpress
thanks
Forum: Themes and Templates
In reply to: change the comments position in fusion themeok you right friend, i did should have thing of that jeje:)
thank you very much for your help t31os.
God Bless You.
Forum: Themes and Templates
In reply to: change the comments position in fusion themethen what you advice me to do??
Forum: Themes and Templates
In reply to: change the comments position in fusion theme`<?php get_header(); ?>
<!– main content –>
<div id=”main-content”><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<!– post –>
<div <?php post_class() ?> id=”post-<?php the_ID(); ?>”><h2>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>
<!– story header –>
<div class=”postheader”>
<div class=”postinfo”>
<p>
<?php printf(__(‘Posted by: %s in %s’),’‘. get_the_author() .’‘,get_the_category_list(‘, ‘)) ?> <?php printf(__(” on “)).the_time(‘F jS, Y’) ?><span class=”editlink”><?php edit_post_link(”); ?></span></p>
</div>
</div>
<!– /story header –><div class=”postbody entry”>
<?php the_content(‘Read the rest of this entry »’); ?>
</div>
<?php
$posttags = get_the_tags();
if ($posttags) { ?>
<p class=”tags”><?php the_tags(”); ?></p>
<?php } ?>
<p class=”postcontrols”>
<?php
global $id, $comment;
$number = get_comments_number( $id );
?>
comments” href=”<?php comments_link(); ?>”><?php comments_number(__(‘No Comments’), __(‘1 Comment’), __(‘% Comments’)); ?>
</p>
<br clear=”all” />
</div>
<!– /post –><?php endwhile; ?>
<div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(‘« Older Entries’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Newer Entries »’) ?></div>
<br clear=”all” />
</div><?php else : ?>
<h2>Not Found</h2>
<p class=”error”>Sorry, but you are looking for something that isn’t here.</p>
<?php get_search_form(); ?><?php endif; ?>
</div>
<!– /main content –></div>
<!– /main –>
</div>
<!– /main wrapper –><?php get_sidebar(); ?>
<!– clear main & sidebar sections –>
<br clear=”left” />
<!– /clear main & sidebar sections –><?php get_footer(); ?>
there is the index.php
Forum: Themes and Templates
In reply to: change the comments position in fusion thememmm ok let me see…
how do you know how many comments has a post without counting one by one??
answer: cause worpress show to you that information right, for example 4 comments.
the position of this notification change depending the theme.
In inove theme, the notification of how many comments has a post appear before of the post like follow:
comment 2 comments
*******************************************************************
*******************************************************************
post of something
*******************************************************************
*******************************************************************
in fusion theme this notification appear like follow:
*******************************************************************
*******************************************************************
post of something
*******************************************************************
*******************************************************************
2 commentsi want this notificacion of how many comments has the post appear like in inove theme, before of the post.
i hope you can understand now, maybe my english is not so good cause im from Panama, Central America.
thanks for your time
Forum: Themes and Templates
In reply to: change the comments position in fusion themehello t31ox
thanks for answer,No, i just want to display the notification about how comment has a post that appear down of the post.
Example:
this is the normal position of comments notification
/**********************/
*****this is a post****
/************************/
here down at the right appear 1 commenti want that appear like this
1 comment
/**********************/
*****this is a post****
/************************/thanks for any answer please