[Plugin: Custom Post Widget] More links not working
-
First, let me say how much I love this widget! I use it on almost every site I build.
I had a problem with ‘more’ links not working on my blog page. I discovered that adding a few links at the beginning and end of the widget function seemed to solve the problem:
// at the beginning global $post, $more; $oldpost = $post; $oldmore = $more; ...... // at the end $post = $oldpost; $more = $oldmore;
Hope this helps.
https://www.ads-software.com/extend/plugins/custom-post-widget/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Custom Post Widget] More links not working’ is closed to new replies.