• Hello!

    How can I call a plugin and place it anywhere? I don’t really like that it is displayed at the end of the post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nilambar Sharma

    (@rabmalin)

    [source_affix] shortcode is available. You can use it to display sources where-ever you like.
    For reference, following are the parameters accepted by the shortcode.

    $defaults = array(
    			'id'         => null,
    			'title'      => esc_html__( 'Source :', 'source-affix' ),
    			'style'      => 'comma',
    			'new_window' => true,
    		);
    Thread Starter w1nkeyorg

    (@w1nkeyorg)

    Thank you so much for your response and time!
    But please tell me how to insert the php code of the plugin? I want to insert the code into the desired page in the template.

    Thread Starter w1nkeyorg

    (@w1nkeyorg)

    p.s.
    Thanks! I was able to insert it, but the question is, I have it issued without translation.

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