List Category Posts: Output thumbnail and post title within a single link

I’ve been looking for the same thing, I think I’ve got the answer 2/3rds of the answer… First, define a custom template for the plugin; https://github.com/picandocodigo/List-Category-Posts/wiki/Template-System Within that template, you can build up your output (containing element/s + per item) by building up the (as per demo template’s examples). It turns out you can also … Read more

First item in each category list is not a link

The first link was displaying incorrectly because of a bug with a ” sign. On line 60 of ListCatDisplayer.php, there was a wrong “: $this->lcp_output .= ‘<‘ . $tag; if (isset($this->params[‘class’])): $this->lcp_output .= ‘ class=”‘ . $this->params[‘class’]; endif; $this->lcp_output .= ‘”>’; As you can see, I was always adding the ” when closing the tag. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)