Title: Problem with Start Page
Last modified: September 14, 2018

---

# Problem with Start Page

 *  Resolved [giovanicrim](https://wordpress.org/support/users/giovanicrim/)
 * (@giovanicrim)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/problem-with-start-page/)
 * Hi!
 * first of all… great plugin!
 * I’ve a problem… with new version of plugin i must choose a start page among all
   wordpress pages… but, in my case, i need to use my front-page.php as start page.
   In my theme, the home page is a customized version of front-page.php without 
   a specific wordpress page. How to resolve?
 * Thanks!
    Danilo

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Nico Martin](https://wordpress.org/support/users/nico_martin/)
 * (@nico_martin)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/problem-with-start-page/#post-10688147)
 * Hi Danilo
 * Thanks for your feedback! I changed this because I got several feedback from 
   users that thought it would be more intuitive if they could just select a start
   page than writing it themselves. But I might find a better way for upcoming versions.
 * In the meanwhile you could use this filter to customize the URL:
 *     ```
       add_filter( 'web_app_manifest', function( $values ){
         $values['start_url'] = 'your custom url';
         return $values;
       }, 50 );
       ```
   
 * Kind regards,
    Nico
 *  Thread Starter [giovanicrim](https://wordpress.org/support/users/giovanicrim/)
 * (@giovanicrim)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/problem-with-start-page/#post-10690496)
 * Thanks! It works!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with Start Page’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/progressive-wp_8bd9c3.svg)
 * [Progressive WordPress (PWA)](https://wordpress.org/plugins/progressive-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/progressive-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/progressive-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/progressive-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/progressive-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/progressive-wp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [giovanicrim](https://wordpress.org/support/users/giovanicrim/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/problem-with-start-page/#post-10690496)
 * Status: resolved