After copying my website to localhost i get this:
Warning: Undefined variable $sortStoryModeAlphabetically in?C:\xampp\htdocs\amerika\wp-content\plugins\pager-widget\pager-widget.php?on line?68
]]>Here is the warning:
Deprecated: Function create_function() is deprecated in /home/virtualconz/dev.virtual.conzealand.nz/wp-content/plugins/pager-widget/pager-widget.php on line 234
Could this be updated so it doesn’t throw the warnings?
Thanks
]]>Hi,
Would it be possible to add a possibility to change the sort_column from menu order to title by a checkbox in a control panel?
Thanks
L De Ruyck
This relates to version 1.7.3 of the widget, the current version at the time of writing.
The %title on the parent link shows the name of the page we are on, not the parent page (the link itself is correct).
The solution would appear to be to replace (line 108)
$parentTitle = $post->post_title;
with
$parentTitle = get_the_title($post->post_parent);