[Resolved] star ratings in meta for each post

Home Forums Support [Resolved] star ratings in meta for each post

Home Forums Support star ratings in meta for each post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #671681
    dassana

    hi

    how to enable this for each recipe post. i tried using elements option in generate press and it did not work. also added the code using code snippets plugin and did not work.

    regards
    dassana

    #671964
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Did you try inserting your code into the generate_after_entry_title hook in Elements?

    Then you just need to target your recipe posts in the Display Rules.

    If that doesn’t work, can you share the code you’re adding?

    #671971
    dassana

    yes i did, but it shows the entire code in the post below the title.

    #672234
    Tom
    Lead Developer
    Lead Developer

    Try putting it inside PHP tags:

    <?php
    
    // Your PHP in here
    
    ?>

    Then make sure you check the “Execute PHP” tag.

    #672990
    dassana

    thanks a lot tom for all the support and help. it worked.

    #673402
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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