I hid the “Author Name” with the property “none”, but could not hide “On”.
What do I need to hide “On”?
Another question:
Current WordPress date/time format set in WordPress General Settings is: 05/06/2024 / 21:05 (from Brazil). But I would like to change the format to [ x days ago ].
Does anyone have a code for this?
Thanks in Advance!
]]>Thank you for your time,
RosaBitxi
I’m trying to figure out if there is a way to get the Latest Comments block to out put the full content of comments, not merely the excerpt. If anyone has any thoughts or can point me to the right resources, it is appreciated. I’ve hunted around, but can’t find anything.
]]>
I couldn’t find anyway to show on my front page the latest comments made by the plugin in the website pages.
I will be happy to find a solution.
]]>there is no Choice to make latest comments shown on Top or Bottom in General Settings or elsewhere.
Thank you for Support!
]]>link to comment is
https://www.zoocam.info/orel-belohlavy-na-floride-webkamera-romeo-a-julie/comment-page-1/#comment-8524
but it should be
https://www.zoocam.info/orel-belohlavy-na-floride-webkamera-romeo-a-julie/#comment-8524
Is there any way how to change URL mapping for sidebar widget “latest comments”?
Thanks
Jan
The new “activity” pane is very uncomfortable, with the latest comment at the bottom, and I want to show latest comments in a widget apart, with possibility to moderate and reply, like in the actual “activity” widget but in a widget apart!
Thanks!
]]>i’m playing with my first wp template and i would to have a latest 5 generic comments about all of my posts. Looking the functions reference page i’ve found a function that seems to solve my problem, get_comments() but it doesn’t work fine or.. how i think that it should works !
i’m using this code:
<?php
$args = array ( 'number' => 5 );
$mycomments = get_comments( $args );
foreach( $mycomments as $comment ) : setup_postdata($comment);
?>
<li class="cat-item"><a>"><?php the_title(); ?></a>
<?php endforeach; ?>
but i receive this message:
Notice: Undefined property: stdClass::$ID in /home/public_www/0code.it/www/wp-includes/query.php on line 3592
for more times, and 5 times the same comment, so the comments by id = 1 “Hello world!”.
How can i solve my problem ?? is there anyone that have some ideas or hints to give me ??
thanks
]]>So I want to create this list on my front page, and in this list I want to display the latest activity from multiple sources.
As of now, I’m not using any specific forum, but I’m probably going to use bbPress.
My question then is, how do I combine a code to display the latest ten items in the correct order (newest to oldest), mixed together from multiple sources?
I’m sadly not experienced enough to do this in PHP myself, but I’ll bet this would make an really popular plugin if you could just pick whatever sources you want and type in the correct information and let the plugin do the rest.
I hope someone could help me.
]]>