douqi1931 2018-09-05 07:29
浏览 92

自定义Joomla模块最新文章与作者和标签

I'm trying to make an override of the Joomla! default latest articles module to display articles with:

  • Author Name
  • Author Image
  • Article publishing date
  • Link of the Author Name to the Contact page associated to the Author
  • Article's Tags

This is What I've done at the moment in the default.php file in my override template:

<div class="blog-item-info-hp">
    <div class="blog-item-author-main-hp">
        <div class="blog-item-title-date-hp">
            <?php echo JHtml::_('date', $item->publish_up, JText::_('d M Y')); ?>
         </div>
        <div class="blog-item-author-hp">
            <div class="blog-author-name-hp"><a href="need PHP here to link author to the joomla contact page associated to the author"><?php echo $item->author; ?></a></div>
            <div class="blog-author-image-hp"><a href="need PHP here to link author to the joomla contact page associated to the author"><img src="need PHP here to author's image" alt="need PHP here: image name" /></a></div>
        </div>
    </div>
    <div class="blog-item-text-hp">
        <div class="blog-item-title-text-hp"><a href="<?php echo $item->link; ?>"><?php echo $item->title; ?></a></div>
        <div class="blog-item-title-subtext-hp">need PHP here to show article category</div>
        <div class="blog-item-title-moreinfo-hp">need PHP here for first 140 characters of the article</div>
    </div>
    <div class="blog-item-tags-hp">
        <div class="blog-orange-tag-hp"><a href="need PHP here to tag's link">need PHP here for tag's name</a></div>
        <div class="blog-orange-tag-hp blog-purple-tag-hp"><a href="need PHP here to tag's link">need PHP here for tag's name</a></div>
    </div>
</div>

I've wrote in every part of the code what I need as PHP code. I hope someone can help me!

Thanks in advance.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 微带串馈天线阵列每个阵元宽度计算
    • ¥15 关于无人驾驶的航向角
    • ¥15 keil的map文件中Image component sizes各项意思
    • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
    • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
    • ¥15 划分vlan后,链路不通了?
    • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
    • ¥15 Vue3 大型图片数据拖动排序
    • ¥15 Centos / PETGEM
    • ¥15 划分vlan后不通了