Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
Blog Linking: Best way to move "Join the forum discussion" link
Avatar
Emmet Brown
Member
sp_UserOfflineSmall Offline
Apr 15, 2016 - 12:20 am

Hi, just turned on the Blog Linking plugin and it seems to be working, but I just have a cosmetic issue I want to fix if possible.

The link on the blog post shows up a bit too high (above my author box).

I'd rather have it show up right above the first comment if possible.  I see there are some template tags available so I know there is a solution.  I just want to know where exactly to place this tag... 

I've commented out my theme's comment form, so all that's showing up now are the SP comments. I just need to know where to place that tag so that it appears right above these comments.

(And yes, my goal is to completely replace the comments with the forum comments.)

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Apr 15, 2016 - 3:48 am

There is indeed a template tag that you can use for this which displays the link but you do need to add the tag to your WP theme template - usually the index.php or single.php or both. And you may, of course, need to apply your own styling.

The code is basically:

global $post;
spBlogTopicLink( $post->ID, true );

The true for the second parameter controls whether the little icon is displayed or not. This tag does, of course, need to be placed within the WordPress 'loop' for it to pick up the correct post ID.

Hope that helps.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Emmet Brown
Member
sp_UserOfflineSmall Offline
Apr 15, 2016 - 5:44 pm

Worked perfectly, thank you!

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 15, 2016 - 9:14 pm

you are welcome... glad we could help!

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625