Jump to content

Recommended Posts

Posted

Hi to all,

I want to remove posted by tag on my site, where its configurated?

Tanks

If its just the normal news you are using then it is in /core/templates/news_newsitem.tpl

<h3><?php echo $subject;?></strong></h3>
<p>Posted by <?php echo $postedby;?> on <?php echo $postdate;?></p>
<p><?php echo html_entity_decode($body);?></p>
<hr>

Posted

For popupnews go to core/templates/popupnews_item.tpl

Remove the following from it:

Posted By: <?php echo $item->postedby;?><br /><br />

Then go to popupnews_item.tpl

Hope it helped,

Jordan

  • Like 1
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...