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: Fuji: blog post category label & icon & change template in post

New Front EN Support Forums Fuji Theme Support Fuji: blog post category label & icon & change template in post Reply To: Fuji: blog post category label & icon & change template in post

#2798
mmsatori
Keymaster

Hey Theweblady,

I will go over your questions in the same order:

1). This is not envisaged via the back-end, because usability principles dictate that the user should know which part of the site she is on. However, it can be done by removing lines 11-17 of the theme’s “category.php” template file.

2). Following the same principles (the user should distinguish between a post and a static page), there is no back-end option for adding the pencil icon to the pages; you can achieve that by customizing “page.php” and “page-**.php” template files, based on the code found on lines 10-15 of the “single.php” template.

3). The posts in Fuji do not have full-width templates; you can achieve a full-width post by removing line 56 of the “single.php” template, and adding some custom CSS:

.single-post #content, .single-post .featured-thumbnail { width: 100% !important; } .single-post .featured-thumbnail img { max-width: 100% !important; } 

Sincerely,
Andrii / Satori Studio