pauljosephlp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Link Tags to Recent PostsLooks like – Yet Another Related Posts Plugin Options 3.1.3
But cannot still link tags to posts
I can link tags to tags with simple tags 1.3.1
Any help from anyone?
Paul
Forum: Installing WordPress
In reply to: 2.9 upgrade failedI too had the same issue while i uploaded RAW SQL data to PHPMYADMIN. You will need to remove them manually. I dont think there is a way.
Paul
Forum: Installing WordPress
In reply to: 2.9 upgrade failedGuys found the solution.
Deactivate all plugins – no need to create any DBs in MYSQL5.
Then try upgrade…
Regards
Paul Joseph
https://www.blackbolenay.comForum: Themes and Templates
In reply to: Anyone using the Jobpress theme???Any way to correct it.
I think the wp drop down categories is updated in 2.7.
Forum: Fixing WordPress
In reply to: Display most recent comment for each post in index.php?I tried to make it work and it succeded but small problem
It is showing only comments of 1 post – the last post in that category.How can i show the last comment for every post
Paul
Forum: Fixing WordPress
In reply to: Display most recent comment for each post in index.php?Hello Alkafy,
Could you tell me how to add the above code in which file and which line.I am illierate in wordpress code editing.
Thanks for your effort, really appreciate it
Paul
Forum: Fixing WordPress
In reply to: Display most recent comment for each post in index.php?Not working !!!
I am getting a line errorAny working ideas!!!
Thanks for your effort guys!
Forum: Fixing WordPress
In reply to: Display most recent comment for each post in index.php?I am a starter and could you give me information on how to include
<?php $haochi = mysql_fetch_assoc(mysql_query("SELECT comment_ID, comment_author, comment_content, comment_date FROM wp_comments WHERE comment_post_ID = ".$id." ORDER BY comment_date DESC LIMIT 1")); ?>
this above code and this one too
"<?php echo $haochi['comment_content']; ?>" - <?php echo $haochi['comment_author']; ?> on <?php echo date("m/j/y", $haochi['comment_date']; ?> <a>#comment-<?php echo $haochi['comment_ID']; ?>">#</a>
Thanks