• Hi. Hi have this `$(‘#cff .cff-item’).each(function(){
    var $self = $(this);
    $(this).find(‘.cff-more’).on(‘click’, function(){
    setTimeout(function(){
    var str = $self.find(‘.cff-text’).html();
    if( typeof str !== ‘undefined’ ) $self.find(‘.cff-text’).html( str.replace(“#NoticiaWeb”, “”) );
    }, 1);
    });
    });`
    to hidde the text in the hastag, but when clic on the Load More button, the hastag text appear again. Only works in “Number of posts to display” set.

    Thanks

    • This topic was modified 7 years, 8 months ago by mdomfu.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘“Load more” button show hastag content’ is closed to new replies.