• Resolved Imrank.

    (@imrankhan99khi)


    Hello, thank for the amazing work and plugin! Could you please assist me or provide me some code to change the plugin name to Article instead of Blog on my site? Looking forward for your assistance! Regards

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching out here…

    Please go to your theme function.php file and added this code to your theme function.php file.

    function wpbaw_post_type_article_args( $wpbaw_blog_labels ){
    
    	$wpbaw_blog_labels['labels']['menu_name'] = 'Article';
    	$wpbaw_blog_labels['labels']['name'] = 'Article';
    	$wpbaw_blog_labels['labels']['add_new'] = 'New Article';
    
    	return $wpbaw_blog_labels;
    
    }
    add_filter( 'wpbaw_blog_registered_post_type_args', 'wpbaw_post_type_article_args' );

    If you like our plugin please give us an important Rate and Review it Here…

    https://www.ads-software.com/support/plugin/wp-blog-and-widgets/reviews/

    Please check and let me know if you have anything else…

    Thanks,

    Thread Starter Imrank.

    (@imrankhan99khi)

    Hello, thank for the response! I have pasted the provided code in functions.php theme section but unfortunately nothing happened, It doesn’t change the blog name to article! Looking forward for your assistance! Regards

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here…

    Please share the screenshot of which place you are changing “blog” to “Article”.

    Thread Starter Imrank.

    (@imrankhan99khi)

    Hello, Thank you for the reply again. I need to change the name from Blog to Article on wp Dashboard and also in url slug and on Browser tab icon. (in url slug it shows “blog posts”) Instead “blog posts”, i am using it for article section on my site. Looking forward for your assistance! Regards

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching out here…

    Please go to wp-content -> wp-blog-and-widgets -> includes -> wpbaw-post-types.php file and you can modify this file for your need.

    Thanks,

    Thread Starter Imrank.

    (@imrankhan99khi)

    Hello, thank you once again for your reply. Unfortunately i am not that expert to edit the wp Content file, therefore i am asking for assistance! OR few more hints could work for me . Thanks for your understanding. Regards

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please share all screenshots of which place you are changing “blog” to “Article” so we will check and possibly help you.

    Thanks,

    Thread Starter Imrank.

    (@imrankhan99khi)

    Hello, thank you for all your replies.. It has been sorted out and it’s working perfect now. Thanks and Regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Article instead blog!’ is closed to new replies.