Home Forums WordPress Plugins Hide My WP changed the category base from backend

This topic is: not resolved
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #10724
    kashif
    Post count: 7

    Hi, I have changed the category base from backend but on the frontend categories are still showing with “categories” and not with “all”? . Plz check the screen shot.

    http://prntscr.com/bu9gii

    And this this was comment from theme support:-
    “please generate debug report from HMWP start tab and post it in the support forum”
    Note: I don’t know how to generate debug report from HMWP ??

    #10729
    Suman M.
    Post count: 12480

    Hi, please login to your site’s backend (wp-admin), goto HMWP settings page, in “Start” tab click on “Generate debug report” button. Now copy the generated text and paste it here as private reply.

    #10731
    kashif
    Post count: 7
    This reply has been marked as private.
    #10758
    Suman M.
    Post count: 12480

    All looks okay. Can you please let us know your site’s wp-admin login details as private reply so that we can look into the issue further.

    #11139
    kashif
    Post count: 7

    Hi,
    My first issue was resolved.
    Now series issue is here:-

    I have changed the url of the admin panel like wp-login.php?admin=11234 for example but when subscriber login into the frontend and logout then on logout link subscirber can see the complete secret link of admin panel into the bottom.
    So can you plz tell me that how to channel the logout link ?

    Thanks.

    Regards

    #11142
    Suman M.
    Post count: 12480
    #11148
    kashif
    Post count: 7
    This reply has been marked as private.
    #11155
    Suman M.
    Post count: 12480

    Hi, you can try this one – https://wordpress.org/plugins/rename-wp-login/

    #11350
    kashif
    Post count: 7

    Hi,
    When see view page source then showing /wp-json into the path. Is there any way to change this path from Hide My WP plugin ?

    Plz check the screen shot.
    http://prnt.sc/c90kf3

    Regards

    #11358
    Suman M.
    Post count: 12480

    To remove wp-json (json api links), add the following line in your theme’s functions.php file:

    remove_action( "wp_head", "rest_output_link_wp_head", 10 );

    • This reply was modified 9 years ago by Suman M..
    #11368
    kashif
    Post count: 7

    Ok great. Will it effect any jquery into the website ?

    Regards

    #11371
    Suman M.
    Post count: 12480
    This reply has been marked as private.
Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.