[Resolved] GP hooks to insert text above Jetpack Related images?

Home Forums Support [Resolved] GP hooks to insert text above Jetpack Related images?

Home Forums Support GP hooks to insert text above Jetpack Related images?

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #436415
    dale

    I have a text box that I currently have appear at the bottom of certain posts using PHP in GP hooks pasted in the After Content area under Appearance > GP hooks. But apparently Jetpack related posts and miscellaneous post meta at the bottom count as post meta.

    Ideally, I’d like the text box to appear above Related Posts. I suppose that means I’d put it in Inside Content, but I’m not sure how to do that without breaking my posts.

    Guidance?

    #436554
    Leo
    Staff
    Customer Support

    Hi there,

    The page you link doesn’t exist? Can you double check?

    #436886
    dale

    Sorry. It should work now.

    #436987
    Leo
    Staff
    Customer Support

    I’m not quite sure what am I looking at? Which text box?

    #436997
    dale

    The blue one below “Related Posts.” It has a blue background and starts “About Submission Calls

    Browse more submission calls or tips for writers. You can sort calls by payment rate: token, semi-professional, professional, or royalties. To get a weekly roundup of all my posts for writers, sign up here.”

    #437278
    Leo
    Staff
    Customer Support
    #437349
    dale

    And I would put that in the “Inside Content” hook area?

    #437430
    Leo
    Staff
    Customer Support

    Huh? Those are different hooks?

    Or are you looking for this? https://docs.generatepress.com/article/using-hooks/

    #437472
    dale

    Hmmm … I think we might be using the same words to speak a different language.

    Do you want me to take a screenshot of where I currently have the hook inserted? I have it inserted in the “after content” area.

    #437498
    Leo
    Staff
    Customer Support

    If I understand correctly, this is the one you are using: https://docs.generatepress.com/article/generate_after_content/

    and this is the one I would suggest trying: https://docs.generatepress.com/article/generate_after_entry_content/

    #437767
    dale

    Okay. But I don’t see an After Entry Content hook space available in Appearance > GP hooks.

    #437918
    Leo
    Staff
    Customer Support

    You have to add it using this method as I linked above: https://docs.generatepress.com/article/using-hooks/

    #437968
    dale

    Oh, ok. In functions.php? Thanks!

    #438080
    Tom
    Lead Developer
    Lead Developer

    Plugins filter the_content to add their elements, as they have no idea what theme you’re using, and can’t use hooks.

    So filtering the content makes it so their elements display directly after the content, above any possible hook.

    The only way to control the order is to prevent the plugin from automatically adding their elements, and manually placing their elements into GP Hooks along with your other stuff.

    #438203
    dale

    Hmmm, okay. So I’d need to write separate hooks for each thing—the desired text, the Jetpack related posts, and the post meta? It that’s the case, it’s probably above my skill level.

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