Related articles - Move title to above intro image

Hi, thanks for the related ex module, its great.

One question, how can I move the title to above the article intro image? Can't seem to change css to do it.

Thanks Darren
10 years 10 months ago #1 by Darren

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
Hi, Darren, you need to modify file [root]/modules/mod_relateditems_xtd/tmpl/default.php for that purpose.
Find these codes around the line 118 :
<?php if ($item_title_header) { ?>
				<a href="<?php echo $item->route; ?>"><<?php echo $titletag; ?> class="title" property="genre"><?php echo $item->title; ?></<?php echo $titletag; ?>></a>
			<?php } ?>

Move that part to the line 57, before the code :
<?php if ( $thumb_location == 3 ) { ?>
10 years 10 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Thanks, that was easy.
10 years 10 months ago #3 by Darren

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
great. glad it helps ;)
10 years 10 months ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum