Shape 5

Wordpress Club Themes => Paradigm Shift - Club => : mtish August 13, 2012, 11:38:46 AM



: unable to remove posts from homepage
: mtish August 13, 2012, 11:38:46 AM
In the theme options, there is no way to turn off the posts to home page setting.  I've attached a pic to show what I'm (not) seeing.  Doing a little investigation myself I noticed vertex.json file does not have a parameters included for it, {in between the xml_s5_additional_scripts2 and xml_s5_ie6plug calls}.

Thanks,
Michael


: Re: unable to remove posts from homepage
: Tristan Rineer August 13, 2012, 12:52:23 PM
Thanks for letting me know.  I should have a fixed version uploaded by the end of the day tomorrow at the latest.  The problem is most likely in the "Vertex.XML" file, so when the fix is uploaded, that should be the only file you need to replace; no need to worry about losing any changes you've made to the actual design.


: Re: unable to remove posts from homepage
: Tristan Rineer August 14, 2012, 03:43:53 PM
I seem to be having more difficulty fixing the error than I thought I would.  Do you mind allowing me to use your site as the one I work on in order to resolve the problem?


: Re: unable to remove posts from homepage
: mtish August 15, 2012, 02:14:07 PM
Since this is a production server for my company, I have to reply with a definitive NO.  Sorry.  If this website was the only this hosted on this box then I wouldn't have any issues, but that is not the case.


: Re: unable to remove posts from homepage
: Tristan Rineer August 15, 2012, 02:27:18 PM
Understood.

If you are certain that you want to hide the content on the home page, this will serve as a quick fix until I am able to properly resolve the issue:

Add a new line below
:
require("vertex/includes/vertex_includes_header.php");
and put the following code on that new line:
:
 if (is_home()){$s5_show_component == "no";}

Let me know if that works.