getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Pagetitle and Pagetitle post Partials update #149

Closed neilberry001 closed 11 years ago

neilberry001 commented 11 years ago

When using this template, links are created to the title of the content used.

Links should only be applied if we are not actually viewing this content.

I.e. Blog detail page should not still have a link around the title

See GL pagetitle-post for fix

neilberry001 commented 11 years ago

Refere to both pagetitle-post && pagetitle for the appropriate fix involving:

//if $page_match == true/1 -> we dont need to link this
$page_match = ( trailingslashit(home_url( $wp->request ))==get_permalink() ) ? true : false;
neilberry001 commented 11 years ago

Resolved via 3f0f2697cf1519f452519b094ba5808f9453d2d1