Allow linking
-
Hey there,
It would be great if this plugin could have the option to link:
a) The widget title to the selected category or simply to a custom specified URL
b) The post content for each slide to the single post pageI added (b) by editing widget-post-content.php as follows:
line 105: $output .= '<div class="tr-post-content"><a href="' . get_permalink($postID) . '">'; line 121: $output .= '</a></div>';
However conditionals would need to be added to make it a GUI option.
For (a) to work I think there’d need to be some rearranging of code so that the $postCat logic comes before the $title output.
-Jordan
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Allow linking’ is closed to new replies.