Search Plugin Page Style Help

Post Reply
bbyrdhouse
Ssr. Bludit
Posts: 16
Joined: Sun Mar 08, 2020 1:36 am

Hello everyone,

In the process of building a new theme I am testing a lot of the plugins to make sure they work properly.
One problem I am running into is that when you use the search plugin, the results seem to be on their own page style. I mean that it is not using a static page or the home page. These are called "home.php" and "page.php".

Upon clicking the search button, it takes me to a page that is missing scripts from the bottom of the page, the footer section is missing etc ...

Is there a specific php file I need to add to the theme so that the search results can fit the rest of the design?
bbyrdhouse
Ssr. Bludit
Posts: 16
Joined: Sun Mar 08, 2020 1:36 am

Found my answer ... it was this bit here:

Code: Select all

<?php if (empty($content)): ?>
I did not have anything added to tell Bludit to add scripts etc... if a page was empty
Post Reply