Viewing 2 replies - 1 through 2 (of 2 total)
  • Same here, anyone help with the code?

    ` function makelink($id, $text, $target = false) {

    $output = ‘<a href=”‘ . get_page_link($id) . ‘” ‘;

    if ($target) $output.= ‘target=”‘ . $target . ‘”‘;

    $output.= ‘>’ . $text . ‘</a>’;

    return $output;

    }`

    Plugin Author GrandSlambert

    (@grandslambert)

    Version 1.4 fixes this issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Featured Page Widget] links to posts broken – it doesn't pick up the category or post’ is closed to new replies.