Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Exclude box from homepage

New Front EN Support Forums Reply To: Exclude box from homepage

#3976
mmsatori
Keymaster

Hey e.,

in your case, since you’ve used the term ID’s in the exclusion algorithm, you need to change the line:

'field' => 'slug'

to

'field' => 'term_id'

Also, you need to manipulate the query code of the original “page_portfolio.php” theme file, because if you create a totally new template file, you will need to alter other templates so that the system knows that it also needs to apply the isotope routines which create the masonry tiled layout (since two separate portfolio pages were not originally envisaged in Ikebana). Namely, you would need to add an extra condition

|| is_page_template('page_peros.php')

everywhere there is a statement

is_page_template('page_portfolio.php')

i.e. in “header.php”, “header-functions.php”, “custom-styles.php”, “/includes/pager/pager.php”.

Sincerely,
Andrii / Satori Studio