• Hi there,

    First of all well done for such a great plugin, it’s exactly what I was looking for. I’m just having problems setting it up the way I want. I want to use the shortcode on a specific page, but everytime I try to open one of the individual posts is goes back to “suggestions” base URL.

    Even if I change the base URL from “suggestions” to something else like “test”, as soon as I open an individual post it goes back to “suggestions/post-name” instead of “my-new-URL/post-name”.

    How can I change this?

    Thanks,
    Tiago

    https://wordpress.org/plugins/feature-request/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TiagoFonseca

    (@tiagofonseca)

    Any help with this would be very appreciated, I really need to decide if I’ll be using this plugin or not and I still can’t make it work properly.

    Thanks in advance,
    Tiago

    Abir

    (@abirpathak)

    Thank you averta for this wonderful plugin.
    I’ve just have been tinkering around with the code a bit.

    I can see from the code that “suggestions” is actually a post type. It’s at following places:

    ap@temp [~/test-site/wp-content/plugins/feature-request]# grep -r “suggestions”
    includes/class-avfr-post-type.php: $domain = avfr_get_option(‘avfr_domain’,’avfr_settings_main’,’suggestions’);
    includes/class-avfr-post-type.php: ‘rewrite’ => array( ‘slug’ => ‘suggestions’,’pages’ =>true ),
    includes/class-avfr-post-type.php: ‘rewrite’ => array( ‘slug’ => ‘suggestions’,’pages’ =>true ),
    admin/includes/class-avfr-settings.php: $domain = avfr_get_option(‘avfr_domain’,’avfr_settings_main’,’suggestions’);
    admin/includes/class-avfr-settings.php: ‘default’ => __(‘suggestions’,’feature-request’),
    public/class-feature-request.php: ‘avfr_domain’ => ‘suggestions’,

    So, you can try changing “suggestions” to “test” at these places in code and then re-install the plugin.
    I haven’t tried it myself. But maybe this will set you on the right track.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL problems’ is closed to new replies.