Hi,
would it be possible to add a link to the tag after the list of posts?
I'd like it to like like this:
-post1
-post2
-post3
-post4
-post5
more (link to the tag i used in the shortcode)
Hi,
would it be possible to add a link to the tag after the list of posts?
I'd like it to like like this:
-post1
-post2
-post3
-post4
-post5
more (link to the tag i used in the shortcode)
Right now it is not possible in the Plugin. But you can easily modify the template function to do it.
okay but how?
I was trying to achieve that, but no luck..
i tried something like whis, but no luck:
$output .= '<a href=" .echo get_tag_link($tag_id). ">' . __ ('DALŠÍ', 'posts-by-tag') . '</a>';
could you please help me?
I have released v2.0 of the Plugin with built-in option to generate tag list pages. Enjoy :)
wow, thanks for doing this for me!
just one thing...what shoud i add to the shortcode, so that the link appears?
I forgot to add support for tag_links in shortcodes and template functions in v2.0. I have released an update in v2.1 which supports tag_links in shortcodes and template function.
Update the Plugin and include tag_links = "true" in the shortcode to get tag links
You must log in to post.