santtumarika
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [10WebSocial] Takes long time for feed to show upI don’t have any conditions in my feed.
Forum: Themes and Templates
In reply to: [OceanWP] Different logo in Contact pageOh i saw there is an option for that on each page 😀
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Cant add recipient infoThank you for your answer. The link is: http://www.s-com.fi/saga-gray/tuotteet/lahjakortti/
Its behind a password: Saga
Forum: Fixing WordPress
In reply to: Post page: next and previous link from same categoryThank you so much!! That really did the trick! 😀
Forum: Fixing WordPress
In reply to: Post page: next and previous link from same categoryHi! I did change to link-template.php in_same_term to be true (code below) but still its not working. Did i do it wrong?
function get_previous_post( $in_same_term = true, $excluded_terms = ”, $taxonomy = ‘category’ ) {
return get_adjacent_post( $in_same_term, $excluded_terms, true, $taxonomy );
}function get_next_post( $in_same_term = true, $excluded_terms = ”, $taxonomy = ‘category’ ) {
return get_adjacent_post( $in_same_term, $excluded_terms, true, $taxonomy );
}
Viewing 5 replies - 1 through 5 (of 5 total)