mc82
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Not showing up properly in FirefoxI got a few confirmations that this does not show up properly, can anyone help me look at the coding?
here are the essential coding for the layout.
Forum: Fixing WordPress
In reply to: Hide author website link if not availableI trying to tweak my whole website right now, hehe.
its ok, i just settled with using the
<?php comment_author_link(); ?>
command.i was trying to get it so that i can have the link seperately.
Forum: Fixing WordPress
In reply to: Number of entries displayedThanks worked perfectly
Forum: Fixing WordPress
In reply to: Post Time Stamp IssueOh, solved the problem. I didnt realize the time was set to late
Forum: Fixing WordPress
In reply to: Link Categorieswell if i do as stated by Avenir, wont I have to do it once for each category i want to see? or can i put three category names in <?php get_linksbyname(‘cat_name’); ?>
Forum: Fixing WordPress
In reply to: Link CategoriesThe only problem with that is that it will give me three lists when I would prefer one. Thanks for the suggestion.
Forum: Fixing WordPress
In reply to: How to show only 5 comments on page?This is really a feature I would like to add on my website. Here is a picture of what I would love to have it look like
https://www.beyondeight.com/TEMPORARY/Comments.gif
Please let me know if its possible
Forum: Fixing WordPress
In reply to: How to show only 5 comments on page?Ok to better explain myself heres an example of how i want it to show up:
Latest 5 Comments
——————————-
Comment Author 1
Date commented
Comment Content 1Comment Author 2
Date commented
Comment Content 2Comment Author 3
Date commented
Comment Content 3Comment Author 4
Date commented
Comment Content 4Comment Author 5
Date commented
Comment Content 5is this possible?
Forum: Fixing WordPress
In reply to: How to show only 5 comments on page?I havent had time to try the plugin yet, but by just looking at it, it seems that I cant show the comments content. Did I miss read his page, or is this not possible.
Forum: Fixing WordPress
In reply to: How to show only 5 comments on page?haha, ill remember to say this next time I ask a question, which looks like it might not be to long from now (I think i got to use to MTs configuration). thanks for the help
Forum: Fixing WordPress
In reply to: How to show only 5 comments on page?Haha, sorry for the confusion.
I think the plug-in will do just fine.
I do not want to limit the number of comments that can made.
I am currently creating my own template and on my pages I have three column, one is the side bar, middle is for latest comments, and right is for entry. I only want 5 comments to show in the middle column, but if they click a link, they will see all the comments that have been posted (unlimited).
I hope that makes it more understandable.
Thanks for the help guys, Im going to try that pluggin out.
Forum: Fixing WordPress
In reply to: How to show only 5 comments on page?basically what I want is to show 5 latest comments on the front page, then ill provide a link for them to see the rest of the comments. So if you post comment 1 out of 10, you can click a link that says “see all comments” and a popup comment window will show up.
ill look into the pluggin, thanks.
Forum: Themes and Templates
In reply to: Showing only 5 comments?Not sure if these are back ticks, but here you go. Pls can anyone help me.
<font class="com_name">"><?php comment_author(); ?></font>
<font class="com_tag">[<?php comment_date('m.d.y'); ?> | <?php comment_time('g:i A'); ?>]</font>
<p class="com_comment"><?php comment_text(); ?>Forum: Installing WordPress
In reply to: Installing in seperate folderssorry nevermind, found the answer at https://www.ads-software.com/docs/installation/different-address/
edit: haha moshu also posted this, thnx