Shape 5

Wordpress Club Themes => Maxed Mag - Club => : nerdz June 10, 2013, 03:21:02 PM



: Disabling Post Tags & Post Category
: nerdz June 10, 2013, 03:21:02 PM
Disabling "Show Post Tags" does not work. Even after disabling it with Shape 5 options, every page/post it still displaying all the tags on the page or post.

The same problem exist with "Show Post Category."


: Re: Disabling Post Tags & Post Category
: Tristan Rineer June 11, 2013, 09:11:10 AM
If you don't want them on any page/post, the quickest solution would be to edit vertex/loop.php and disable those areas in the code (lines 89 - 103).  You can just comment out the whole section.  You could also try just changing the to instances of
:
!= 'Disabled'
to
:
 == 'Enabled' 
and see if that fixes the issue with the S5 post options.


: Re: Disabling Post Tags & Post Category
: nerdz June 11, 2013, 02:21:13 PM
Thanks that worked !