• Resolved kadohearts

    (@kadohearts)


    Hi,
    I’m new to WordPress, can you help me figure out how to move the location of this plug-in.. I set the option to the bottom of the post and pages but I have another plug-in that is showing up above the signature. I want to make the signature plug-in the first thing at the bottom of my post. Where can I change the order to move up the signature above another plug-in (nrelate)?

    see blog.kadohearts.org please.

    https://www.ads-software.com/extend/plugins/wp-post-signature/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Soli

    (@allnull)

    You should change the priority of wp-post-signature:

    1. open the file “wp-post-signature/wp-post-signature.php”

    2. goto line 165

    3. change this line

    add_filter('the_content', array(&$wppostsignature, 'AppendSignature'));

    to

    add_filter('the_content', array(&$wppostsignature, 'AppendSignature'), 9);

    Plugin Author Soli

    (@allnull)

    Please let me known if it works for you. Thank you.

    Thread Starter kadohearts

    (@kadohearts)

    Hi Soli,
    that worked beautifully.. thank you.

    One more question if you don’t mind.
    the image I am using is showing up with a box around it. I tried to edit <div style=”padding-left: 10px;”> to 0px in wp-post-signature/wp-post-signature-page.php file but it doesn’t get rid of the box.
    is there another place to edit the surrounding box on my image? or is that part of my theme maybe?

    Plugin Author Soli

    (@allnull)

    I think the box around the img is the style of your theme.

    Perhaps line 806 in
    https://blog.kadohearts.org/wp-content/themes/bouquet/style.css

    Thread Starter kadohearts

    (@kadohearts)

    Thank you so much Soli.. that fixed it..

    Plugin Author Soli

    (@allnull)

    That is my pleasure.^_^

    Along these lines is there a way to make sure the signature is BELOW any pagination that gets inserted with <!–nextpage–>? I want the pagination to be above the signature.

    Plugin Author Soli

    (@allnull)

    Thanks for your feedback.

    I will have a look at it.

    Plugin Author Soli

    (@allnull)

    Hi, ccolotti.

    I am sorry this plugin can not put the signature below the pagination, case the pagination is not a part of the CONTENT.

    This plugin can only add the signature after or before the content of the post. But the pagination is another division of the blog. And its position depends on which theme you use.

    Sorry again.

    Thanks for your feedback.

    ^_^

    Soli

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘location of signature’ is closed to new replies.