I was just watching a bunch of lebowski clips recently, what a coincidence!
Thanks for your help so far.
Unfortunately, I am not knowledgeable with creating pages from scratch. I was looking more to altering a page that already exists.
I think I could handle removing the get sidebar code on a page.php file, however the default page, which I believe is index.php reads:
<?php
/**
* Index Template
*
* This is the default template. It is used when a more specific template can’t be found to display
* posts. It is unlikely that this template will ever be used, but there may be rare cases.
*
* @package PlacesterBlueprint
* @subpackage Template
*/
PLS_Route::handle_dynamic();
Does this mean it refers to the blueprint.php file? I tried altering it, by removing the get sidebar line of code and saving that file as blueprintnosidebar.php. Then I altered the index.php file and replaced @package placesterblueprint to @package placesterblueprintnoside.
I tried it out and I succesfully removed the sidebar, however no content displays now.
Eek.