Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
hoejdata
tagDiv Member

I was using the mobile plugin and too much was missing, so I turned it off and now everything is showing as it should 🙂

hoejdata
tagDiv Member

I fixed it myself by making these changes (patch file):

— /volumes/velociraptor/flaskeposten.nu/loop-single.php.BAK
+++ /volumes/velociraptor/flaskeposten.nu/loop-single.php
@@ -17,11 +17,11 @@
<header class=”td-post-title”>
<?php echo $td_mod_single->get_title();?>


– <?php if (!empty($td_mod_single->td_post_theme_settings[‘td_subtitle’])) { ?>
– <p class=”td-post-sub-title”><?php echo $td_mod_single->td_post_theme_settings[‘td_subtitle’];?></p>
+ <?php if (!empty($td_mod_single->get_excerpt())) { ?>
+ <p class=”td-post-sub-title”>
+ <?php echo $td_mod_single->get_excerpt();?>
+ </p>
<?php } ?>

<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>

hoejdata
tagDiv Member

Here’s a screenshot I borrowed from another thread else:
http://www.screencast.com/t/w9K2vww1v

What I want is to have the Excerpt shown below the title in articles instead of the Subtitle 🙂

Viewing 3 posts - 1 through 3 (of 3 total)