How to add Most Popular, Recent, Comments ?

Posted in: Newsmag
Post count: 280

Hi there
i need to add Most Popular, Recent, Comments ? how to do it ?

Post count: 9544

There is mo widget for that exactly, afaik…
But you could try the wootabs plugin.

Post count: 280

thanks man
i did not find that plugin . could yoy give me the link ?
also
how to add time to the posts ? now only the date .

Post count: 26

Hey Lewis,
In your FTP, navigate to Newsmag > single_template_2.php
Download a copy of that file for backup

Under the line <?php echo $td_mod_single->get_date(false);?> add:
<?php echo get_the_time(); ?>

It’ll look a little something like this afterwards

<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo get_the_time(); ?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>

Reupload to the server, clear any cache plugins and it should be set

Post count: 280

thanks bro . i will give it try whene back home

Post count: 280

Hi man
after use the code above its never show the time . only the date ??
any advice ?

Post count: 280

i need the time and date like this one

Monday, 9th March 2015, 11:04 GMT

  • This reply was modified 11 years by Lewis.
Post count: 280

please help guys
i need the time and date like this one

Monday, 9th March 2015, 11:04 GMT

becouse now i inly have date ..

Post count: 9544

Simply edit the time stamp on your WP admin > settings > general for the date time.

I posted a tutorial on this awhile back, but it’s not a sticky.

Do a forum search.

Post count: 9544

WooDojo plugin:
http://www.woothemes.com/woodojo/

Post count: 9544

link to my time stamp tutorial …
fyi, I started posting any of my “tips” as “tutorial” to make finding them easier…

https://forum.tagdiv.com/topic/tutorial-how-to-add-custom-time-stamp-to-posts/

Post count: 280

thenk you Chris
the problem is i dont have any time showin in the posts ..
i want to show the time first in the post 🙁

Post count: 9544

Right … you need to follow my tutorial to edit the time setting.

The theme pulls the time from the WordPress panel. So, you have to edit the time setting to indlude the time plus date.

READ the tutorial link above.

Here is example:
M j, Y H:i T

http://floridanewswire.com/2015/02/05/fnw13300_122601.php

  • This reply was modified 11 years by simchris.
Post count: 280

thank you chris
i need yout help with stamps
i need to make it like that

Monday, 9th March 2015, 11:04 GMT

day . and date . and time
what i should use ?

Post count: 9544

You will have to experiment with the format you want — note the link to docs in your WP admin panel on the time setting page 😉

http://codex.wordpress.org/Formatting_Date_and_Time

Post count: 280

thanks chris .. its working now 😀
but i need the date and time only showin in the inside post . not on hmepage ..
any advice ?

  • This reply was modified 11 years by Lewis.
Post count: 9544

You would likely need to edit the modules (the files in /theme/includes/modules/ ) you’re using on home page to remove the timestamp from there. AFAIK.

🙂

Viewing 17 posts - 1 through 17 (of 17 total)
You must be logged in to reply to this topic.