Site logo

Archived topic

Add element to posts by specific author

19 replies · Started by Takeru on January 16, 2021

Viewing posts 16–20 of 20

Can you provide a link to the Author Page ?

The author page and the archive page seem to be in the same state.

Please check it out.

Try changing:

if ( 553 === $element_id && '2' == $author_id ) {

to:

if ( 553 === $element_id && '2' == $author_id && is_single() ) {

This will set the condition to only the Single Post.

It worked, thank you!

Glad we could be of help

This archived topic is closed to new replies.