• Resolved Tim

    (@tjalexander70)


    I have been using the “Secondary Title” plugin without a problem but it looks like the developer may be having issues. Is there a way to import the titles from “Secondary Title” to “WP Subtitle”?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ben Huson

    (@husobj)

    It may be possible to adjust WP Subtitle to use your existing Secondary Title data by adding the following code to your functions.php file:

    function my_wps_subtitle_key( $key ) {
       return '_secondary_title';
    }
    add_filter( 'wps_subtitle_key', 'my_wps_subtitle_key' );
    Thread Starter Tim

    (@tjalexander70)

    Great! Thanks!

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