Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #522211

    Hi,

    Thanks for the great theme.
    I wondered if it is possible to have a custom excerpt for post before the “read more” link ?
    I would like to show not the beginning of the article but a text especially written on the page with the categories or the tag of the posts

    I tried using the custom except but when I see the tag archive or the category archive, it show the beginning of the post (before the read more) and not the Excerpt. What should I do ?
    https://codex.wordpress.org/Excerpt

    • This topic was modified 8 years, 6 months ago by anniet. Reason: Excerpt, post
    #522502

    Hi anniet!

    If you have written a custom excerpt then it should also be displaying in the archives as well. Send us a link to the post and your archives and we’ll take a look.

    Be sure to deactivate all plugins while testing.

    Regards,
    Elliott

    #522833

    Hi Elliott

    I tried deactivating extensions, especially zencache but no result.
    two posts have manual excerpt (see links below) and the articles are tagged and in caterogies but the archives page or the tag page show the beginning of the article (before the read more ) and not the custom excerpt.

    #523371

    Hey!

    Can you hand us a temporary admin account in a private reply?

    Best regards,
    Josue

    #523535

    of course

    #523964

    Hey!

    Hmm, go ahead and update to the latest version, 3.3.2, first off. Your currently using 3.2.3.

    It looks like the problem though is that your using the more tag. Remove the more tag from the post content and then change line 30 in the /enfold/includes/loop-index.php file from this.

    $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";
    

    To this.

    $blog_content = "excerpt_read_more";
    

    Now the custom excerpt you have written should display.

    Cheers!
    Elliott

    #524247

    Hi Elliott,

    I will make the updates.
    Anyway I doubt that it is due to the more tag as I tried to remove it from the post —> no change.

    I’d rather not change the php functions. It is suppose to work normally.

    #524751

    Let us know if Elliot’s advice worked for you or if you need further assistance.

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.