[Plugin: List category posts] Plugin "List Category Posts" has too many faults
-
The plugin description promises a lot, but if you try to use some of the features you are faced with a large number of bugs which require fixing.
At first sight the plugin functions perfectly well and publishes a list of articles of the desired category within another post. However, [catlist catlink=yes] doesn’t work and probably many other features.
I tried to fix in vain, but finally gave up…
- list_cat_posts.php
99 if ($cat_link_string! = '') { 90 $lcp_output = “>p<>strong<”. $cat_link_string. “>/strong<>/p<”; 91} else { 92 $lcp_output = '';
Nothing can happen if $cat_link_string is set to nothing (”) as then nothing can be shown, as the variable must be either “no” or “yes”. No wonder that nothing happens.
- The file template/default.php contains the information how the category is to be displayed, but is not activated in list_cat_posts.php:
26 * 27 28 29 include (“list_cat_posts_widget.php”); 30 31/**
Thus I changed line 30 to include template/default.php
Possibly (?) this was a big amateurish programming mistake, because…
- Thereupon WordPress announced a fatal error in template/default.php in the lines 36 and 37, which led to a complete breakdown of my entire site:
36 foreach ($catposts as $single): 37 $lcp_output. = “>li<>a href= "”. get_permalink ($single <ID). ““<”. $single-<post_title. “>/a<”;
I was unable to get back into WordPress any longer and therefore unable to deactivate the faulty plugin. This meant logging into the ftp server to delete <stromg>template/default.php.
At this stage I gave up … it all became a little too ‘advanced’ for me. I am not a programmer. Certainly I could spend another day or even week acquiring more knowledge but if I had already found in this plugin three errors there were probably more still.
I am wondering that more than 89,000 people downloaded this faulty plugin and the only contribution regarding the many errors was from Chocolaterebel in this forum, only published two weeks ago.
Now I have de-installed the plugin List Category Posts and am now again searching for another plugin or another solution to include a list of articles of a category in another article using the category ID and to allow to display the category title as well.
In my opinion a plugin has to be not only user friendly, but above all error free and not give the operator additional work for hours and hours, in order to repair any bugs. Okay, one could say, ‘don’t look a gift horse in the mouth’ but there are thousands of plugins for WordPress which function perfectly.
- list_cat_posts.php
- The topic ‘[Plugin: List category posts] Plugin "List Category Posts" has too many faults’ is closed to new replies.