Viewing 1 replies (of 1 total)
  • Plugin Author presscustomizr

    (@nikeo)

    Hi,

    For categories, this is something I am working on but not ready to go yet.
    To feature posts, you can check the premium version here.
    However, you can make use of the hooks API included in the code to change your links.

    apply_filters(
    'fpc_link_url',
    get_permalink( $featured_page_id ),
    $fp_single_id
    );

    Hope this will help (and thanks for your review by the way ?? )

Viewing 1 replies (of 1 total)
  • The topic ‘Work with articles (posts)?’ is closed to new replies.