Shape 5

Wordpress Club Themes => Hexicon Gamer - Club => : theelous3 March 08, 2013, 07:47:37 AM



: Removing metatags from view.
: theelous3 March 08, 2013, 07:47:37 AM
Hi there,
Currently trying to remove the meta tags from public view, completely. Both off the front page, and article pages.

Also, I cannot find a way to add a "read older posts" type thing, on any page. The only posts that are accessible, are the ones currently displayed on the page.

Any help would be appreciated. Tried firebuggin' around, but to no avail :(

Thanks lads,

theelous3.


: Re: Removing metatags from view.
: Tristan Rineer March 08, 2013, 11:44:55 AM
Meta tags?  I'm not sure I know what you mean.  Can you provide a link to your site, and maybe a screenshot showing what you're trying to do?

Are you saying you want a next/previous link on all single posts & pages?  The theme already has automatic pagination of the main blog page and category/tag/etc pages that have more posts than can show on a single page.

This page (http://codex.wordpress.org/Next_and_Previous_Links) in the WordPress codex should help with what you want.  The file that will need to have edits is "{themedir}/vertex/loop.php".


: Re: Removing metatags from view.
: theelous3 March 09, 2013, 11:52:51 AM
Meta tags?  I'm not sure I know what you mean.  Can you provide a link to your site, and maybe a screenshot showing what you're trying to do?

Are you saying you want a next/previous link on all single posts & pages?  The theme already has automatic pagination of the main blog page and category/tag/etc pages that have more posts than can show on a single page.

This page (http://codex.wordpress.org/Next_and_Previous_Links) in the WordPress codex should help with what you want.  The file that will need to have edits is "{themedir}/vertex/loop.php".


For meta tags, we're looking to remove all of the article tags from view, on every page.

On the next and last articles, it's not quite that that we're looking for. It's more just to have an "older posts" button at the bottom of the front page, that will load the articles that came before the articles that are on the front page.


: Re: Removing metatags from view.
: Tristan Rineer March 11, 2013, 12:11:10 PM
You can either hide the tags on a post-by-post basis using the toggle in the "Shape 5 Options" area (you may need to enable it by clicking the "Screen Options" tab in the top right of the page/post edit screen), or you can add the following CSS to the end of the style.css file for the theme.

:
.tag-links {display:none;}

That will hide the tags on all pages, but leave them in the code where Google and other search indexers can find them.


As for the "Older Posts" thing..  That capability is already built into the theme.  Any page listing multiple posts should automatically add the back/forward link when the category it lists has more posts than allowed on a single page.