• Resolved calle81

    (@calle81)


    Hi, congratulations on the plugin. I have inserted a shortcode that contains the last 5 posts of a given category. Can I change the destination link? I would like you to upload a specific page (www.mysite.com/mypage) when you click on the title of the various posts and not upload the various post links.

    Sorry for my english.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Sayan Datta

    (@infosatech)

    Hi @calle81

    I think you want to display pages nor posts in posts ticker. Am I right?

    Thanks!

    Thread Starter calle81

    (@calle81)

    Hi @infosatech, I would like to see the titles of posts, but change the destination link, so if someone clicks on a post title, a page of my choice will be loaded and not posts. Thank you.

    Plugin Author Sayan Datta

    (@infosatech)

    Hi @calle81 that means you want to show post title and link that titles to other pages. Sorry it is not possible.

    Thanks

    Thread Starter calle81

    (@calle81)

    Ok thanks @infosatech, you were very kind. Then I uninstall it because it’s not for me. Greetings.

    Plugin Author Sayan Datta

    (@infosatech)

    If you want to show page titles then this plugin for you.

    Thread Starter calle81

    (@calle81)

    Thanks @infosatech, the plugin is very nice, but I wanted to see the titles of posts in a certain category and link them all to one page (example: http://www.mysite.com/mypage). 😔

    • This reply was modified 7 years ago by calle81. Reason: Link
    Plugin Author Sayan Datta

    (@infosatech)

    Hi @calle81

    Please update this plugin to v1.0.6 and add the following code to the end of your theme’s functions.php file:

    add_filter( 'spt_post_custom_redir_link', function() {
        return 'http://www.mysite.com/mypage'; // add your custom link
    });

    Hope it works. Thanks!

    Thread Starter calle81

    (@calle81)

    @infosatech Thanks 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Change destination link.’ is closed to new replies.