-
Post count: 112NSTVMarch 18, 2018 at 3:21 pm #29669
1. How to add App link on every post.
Screenshot
2. How to update Wp-bakerypage builder.Post count: 11437AdekMarch 19, 2018 at 10:54 am #29690Hi NSTV,
1. You can use this action hook
jnews_single_post_begin
to add App link on every post.2. For plugin update, please check our documentation right here http://support.jegtheme.com/documentation/plugins-update/ about updating plugin.
Thank you
Post count: 112NSTVMarch 19, 2018 at 11:44 am #296961. Please send explain regarding action hook,where I found that or where I add this code.
Post count: 11437AdekMarch 20, 2018 at 9:04 am #29726Hi NSTV,
You can try to add this code below into
functions.php
file:123456add_action( 'jnews_single_post_begin', 'jnews_single_post_begin_custom_function' );function jnews_single_post_begin(){echo 'put your code here';}Thank you
Post count: 112NSTVMarch 20, 2018 at 9:00 pm #29763Hi ,I tried to add given code but it is not working, kindly look yourselves please.
App code-
https://play.google.com/store/apps/details?id=com.appswiz.nstvbiharibhidPost count: 11437AdekMarch 21, 2018 at 9:16 am #29776Hi NSTV,
Can you provide me the code that you use in there?
Thank you
Post count: 112NSTVMarch 21, 2018 at 11:33 am #29791Post count: 11437AdekMarch 22, 2018 at 9:33 am #29814Hi NSTV,
It seems you need to upload the badge image to your website then embed it using HTML tag and link into download app link.
Thank you
You must be logged in to reply to this topic.