Recode previous snippet from Linked List Plugin to new theme - Wordpress Solution
[Solved] - Recode previous snippet from Linked List Plugin to new theme - Wordpress Solution |
---|
Try following codes |
Go to this [[LINK href="http://www.jorgeledesma.net/diamonds-and-debt/"]]post[[/LINK]] and notice the post meta has:
Author jorge ledesma
Categories Living
Tags consumerism
So far so good right, I'm going to make this easy for you guys.
I have a linked list plugin running on the site and I'd like to add another "post-tags meta-item" called: Link and then add the text Jump to this Link ➚ with the corresponding url of the linked list post. So it will look like this now
Author jorge ledesma
Categories Living
Tags consumerism
Link Jump to this Link ➚
But I only it want to show up when the post has the actual linked list post. It gets better in a previous question Maor already gave me the code, so you would have to fix the code to match this theme single.php which is included as well.
Maor's code from my previous theme modification is the following:
But keep in mind I want it to say "Link Jump to this Link ➚" Here is the chunk of code from my current theme's single.php Any question let me know. Cheers. So basically you have to rewrite that bit of code to match the semantic style of my current theme. Solution - 1I think you just simply change change the code to:
Solution - 2No offence, but let's be serious. $5 is too low even for reading it all. Solution - 3combine the above two chunks of code
|
Date: 2022-10-21 05:19:39 |
Category: Wordpress |