• Resolved shunya

    (@oshungha)


    Hi,

    Is there any way I can remove/hide excerpt and published date from the list of the posts loaded? FYI, I have purchased Layout add-on and using CTA (not sure if it affects the process though). Please let me know how to configure.

    Best,
    Shunya

Viewing 15 replies - 1 through 15 (of 27 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi Shunya,
    You can simply remove those elements from the Repeater Template after you have selected a layout.

    Does that make sense?

    Cheers,

    Thread Starter shunya

    (@oshungha)

    Hi, thank you for your quick reply ??

    Does that mean, I need to manually tweak the code shown below the “Apply layout” button? Sorry but I don’t know how to edit that properly, can you quickly show me a code to add there? Your support would be much appreciated.

    Best,
    Shunya

    Plugin Author Darren Cooney

    (@dcooney)

    Does that mean, I need to manually tweak the code shown below the “Apply layout” button?

    Only after the code has been inserted into the editor. Once that happens you can do whatever you like.

    Sorry but I don’t know how to edit that properly, can you quickly show me a code to add there? Your support would be much appreciated.

    Which Layout are you using?

    Thread Starter shunya

    (@oshungha)

    Here is what I sue now.

    I have purchased Layout add-on and using CTA

    Thank you for your help!

    Thread Starter shunya

    (@oshungha)

    * This is what I use.

    Plugin Author Darren Cooney

    (@dcooney)

    ??
    Im asking which particular Layout you are using from the drop down menu in wordpress.
    https://connekthq.com/plugins/ajax-load-more/add-ons/layouts/#layout-selection

    Thread Starter shunya

    (@oshungha)

    Yeah I’m saying Call to Action, which I thought you called CTA somewhere on your website.

    Plugin Author Darren Cooney

    (@dcooney)

    Sorry, I’m really not sure what you are looking for.

    You said you purchased the Layouts addon from our website and I’m asking which layout in particular you want the excerpt and date removed from.

    Do you know which layout?

    Thread Starter shunya

    (@oshungha)

    It’s one column.

    Thread Starter shunya

    (@oshungha)

    To double check, you asking like “card flip”, “gallery”, and so on, right? If not please let me know.

    Thread Starter shunya

    (@oshungha)

    “Ajax load more” → “Repeater templates” → “Apply Layout” drop-down menu → “call to action” → “one row”. Is it clear?

    Thread Starter shunya

    (@oshungha)

    On this page I’ve used your plugin for your reference. https://yoso-walk.net/links/

    You can see it has very long excerpt with date. It also does not fit into the designated space, which I’d also like you to help with.

    Plugin Author Darren Cooney

    (@dcooney)

    The markup for the 1 Column, Call to Action layout would be:

    <li class="alm-layout alm-cta">
    	<?php if ( has_post_thumbnail() ) { ?>
    		<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('alm-cta'); ?></a>
    	<?php }?>
    	<div class="details">
    		<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
    	</div>
    </li>
    Thread Starter shunya

    (@oshungha)

    Thank you, I’ll implement this code and update you.

    Thread Starter shunya

    (@oshungha)

    The related pots are bigger than the designated space. Could you help fix this problem?

    https://yoso-walk.net/links/

Viewing 15 replies - 1 through 15 (of 27 total)
  • The topic ‘How can I remove the excerpt and published date?’ is closed to new replies.