SOLVED: Link in Read More button not working. Help! - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: SOLVED: Link in Read More button not working. Help! (/showthread.php?tid=7148) |
SOLVED: Link in Read More button not working. Help! - ccrouleau - 2015-03-17 Hi, so i'm working with the News Manager plugin, and I guess it's no longer supported, which is fine, but I'm having a problem with getting the URL to work for a 'Read More' button I've added. Currently, in the News Manager plugin, if you have an excerpt, it just adds '[...]' to the end of the post. It's not a link or anything. I know you can access the full post by clicking on the title, but not everyone will think that way. I've tried incorporating PHP in a number of different ways to get the URL working to bring the button to the full post, but none of them are working. On other pages, I would use PHP Code: <?php echo $url; ?> PHP Code: /******************************************************* It's on the 'functions.php' file inside the root folder for the plugin. Any help would be most appreciated! Thank you! [/quote] RE: Link in Read More button not working. Help! - Hypertexter - 2015-03-17 Hello ccrouleau, yes it is supported (and very good), and it has its own thread: News Manager (updated) And for your read more link it should be possible just to turn on the function in Pages - News Manager - Settings: "Add "read more" link to excerpts:" Yes! Hypertexter RE: Link in Read More button not working. Help! - ccrouleau - 2015-03-17 (2015-03-17, 03:47:14)Hypertexter Wrote: Hello ccrouleau, Thank you for your reply! Unfortunately, I do not have the option to 'Add Read More Link to Exerpts". Here is a screenshot. Maybe I'm missing something? I should have the latest version of the plugin (v2.2.4) RE: Link in Read More button not working. Help! - Hypertexter - 2015-03-17 Hi, you could try NM 3.1. But seems you are good in PHP, so if you want to invent something new... why not? Hypertexter RE: Link in Read More button not working. Help! - ccrouleau - 2015-03-17 (2015-03-17, 03:59:04)Hypertexter Wrote: Hi, That did it, thank you!! |