Site logo

[Support request] Hook inside entry-content

Home Forums Support [Support request] Hook inside entry-content

Home Forums Support Hook inside entry-content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2542820
    Fabien

    Hi,

    Is there a way to hook inside entry-content (div) :

    • before the_content
    • after the_content

    Thanks !

    #2542951
    David
    Staff
    Customer Support

    Hi there,

    there are not action hooks such as those you find in GP Hooks.

    Code method 1 would be to use the the_content filter hook:

    https://developer.wordpress.org/reference/hooks/the_content/

    Code method 2 is use a child theme to create your own content-{slug}.php template

    Or you could do method 2 with no code and build a GP Block Element Content Template, where you can create your own layout.

    Question – why inside the div.entry-content ?

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