Hi,
I wanted to modify some of php code related to "fields " and "author" but I realized that in the article and category page it is not placed in the php file. It is generated by a plugins:
<?php // Content is generated by content plugin event "onContentAfterTitle"
?>
<?php echo $this->item->event->afterDisplayTitle; ?>
<?php endif; ?>
<?php // Content is generated by content plugin event "onContentBeforeDisplay"
?>
<?php echo $this->item->event->beforeDisplayContent; ?>
Can you please guide me where to find these plugins?
thank you in advance!
best
I wanted to modify some of php code related to "fields " and "author" but I realized that in the article and category page it is not placed in the php file. It is generated by a plugins:
<?php // Content is generated by content plugin event "onContentAfterTitle"
?>
<?php echo $this->item->event->afterDisplayTitle; ?>
<?php endif; ?>
<?php // Content is generated by content plugin event "onContentBeforeDisplay"
?>
<?php echo $this->item->event->beforeDisplayContent; ?>
Can you please guide me where to find these plugins?
thank you in advance!
best
Statistics: Posted by kalixo — Wed Feb 21, 2024 7:45 pm