Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Its very simple. Kindly create a page say “News” and add the shortcode. Press Update. Once updated click on edit Permalink(you can find below the Title)>please edit that link and update.

    Thanks

    Thread Starter dmitra

    (@dmitra)

    Tnx for answer, problem is that i changed permaling of page News=>”my_custom_permalink”, and it works on page, but when i open some of the news it rename “my_custom_permalink” to default “news”, is there any solution?

    Thanks

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    We are working on this where you can change the “slug”. Right now slug name is “news”. Kindly give us 2 to 3 working days.

    Thanks

    Thread Starter dmitra

    (@dmitra)

    Will there be some update ?
    Hello, can you solve this please?

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Yes 2day you will find the updates.

    Thanks

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    You find this in our pro version.

    https://gist.github.com/anoopranawat/9dfb0a8a878e35031683

    <?php
    // Function to change the <code>WP News and Five Widgets Pro</code> post type slug
    function wpnw_pro_modify_news_post_slug( $slug ){
    
    	$slug = 'news' // Write your desired slug
    
    	return $slug;
    }
    add_filter( 'wpnw_pro_news_post_slug', 'wpnw_pro_modify_news_post_slug' );
    ?>
    Thread Starter dmitra

    (@dmitra)

    So i need to buy pro version for this?

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Yes,

    If you like our free version then you can go for Pro.

    Hello, Where can I add this code to change slug?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to change "NEWS" permalink?’ is closed to new replies.