Matt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add list of categories associated with post being readGot it…
<?php the_category(', ') ?>Forum: Fixing WordPress
In reply to: How to Customize my comment registrationSorry about that… I needed to get some type of answer quick and relay that back to our team.
Thanks for this.
Forum: Fixing WordPress
In reply to: How to Customize my comment registrationHas anyone done this?
Forum: Fixing WordPress
In reply to: How to display 3 most recent comments to my front pageokay it’s working now… nice.
One last question to ask:
If i want to format the time
<?php $comments = get_comments(); foreach($comments as $comm) : echo "<h3 class=\"commentHeader\">".($comm->comment_author)." - ".($comm->comment_date)."</h3>"; echo "<p class=\"commentPara\">".($comm->comment_content)."</p>"; echo "<hr>"."<br />"; endforeach; ?>How can I do that to make it look like this for this piece of code
Friday, September 24, 2004
Forum: Fixing WordPress
In reply to: How to display 3 most recent comments to my front pageooo okay i will try this…
Forum: Fixing WordPress
In reply to: How to display 3 most recent comments to my front pageCould it be something with my theme? or the syntax?
Forum: Fixing WordPress
In reply to: How to display 3 most recent comments to my front pageI’m not getting anything back from the callback approach. I took the code right out of the example.
Forum: Fixing WordPress
In reply to: How to display 3 most recent comments to my front pageIs there any other way?
Forum: Fixing WordPress
In reply to: How to re-direct url that used post_id to url that uses postnameesmi,
no these are links that are within our RSS feed that our facebook RSS graffiti is using. Old post that are feeding through our feed burner and on to RSS graffiti still have the old structure to them.
Is there anything that I can put into place that will check for the post ID number and then redirect it to it’s postname url struture?
Is this even something that can happen?
Forum: Fixing WordPress
In reply to: How write a conditional for multiple post parents?I did it like this and it worked:
<?php if(is_page('issues') || $post->post_parent == '205' || $post->post_parent == '209' || $post->post_parent == '211' || $post->post_parent == '213'){ ?>Thanks MichaelH I will try that as well to get clean code
Forum: Fixing WordPress
In reply to: How to place comments through the Comment Approval ProcessI got it… for those who need to know this here it is:
Thanks to Richard M
<div id="comments"> <?php if ( is_page('share-your-story')) { $comments = get_comments('post_id=2583&status=approve'); foreach($comments as $comm) : echo "<hr>"."<h3>".($comm->comment_author)."</h3>"; echo "<p>".($comm->comment_content)."</p>"; endforeach; } else { comments_template(); } ?> </div>Forum: Fixing WordPress
In reply to: What to check for if moderation is not workingOkay I see what is going on. I would see something come up as soon as I responded but if i were to visit that same page from another browser and or comp then I don’t see anything.
I was just thrown off by the response.
Okay all good.
Forum: Fixing WordPress
In reply to: What to check for if moderation is not workingSo when you posted did you receive a notice that your post is going through a moderation process?
Did it show up as soon as you posted something?
Forum: Fixing WordPress
In reply to: What to check for if moderation is not workingYes,
Okay that sounds like a plan here you go:
http://74.208.96.199/testing/Discussion_Settings.png
Please let me know if you see anything funny.
Forum: Fixing WordPress
In reply to: What to check for if moderation is not workingWell I don’t think that file is going to help me out really.
Is anyone else having this same problem???
Sorry for the double post it didn’t show up when I clicked the first time.