Title: Hide &quot;All&quot;
Last modified: August 24, 2016

---

# Hide "All"

 *  [Darkn3ss](https://wordpress.org/support/users/darkn3ss/)
 * (@darkn3ss)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/hide-all/)
 * I’m trying to hide the first page with “all” objetcts and select one category
   only.
    I’ve edited the .js files with no luck and the display-portfolio too. 
   Any suggest?
 * [https://wordpress.org/plugins/filterable-portfolio/](https://wordpress.org/plugins/filterable-portfolio/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Darkn3ss](https://wordpress.org/support/users/darkn3ss/)
 * (@darkn3ss)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/hide-all/#post-6027078)
 * I answer himself.
    I’ve used a javascript on header page of my theme.
 *     ```
       <script type="text/javascript">
       		function goToAnchor() {
       			var redirecthome = "http://www.yoururl.it/#home";
       			var redirectall = "http://www.yoururl.it/#all";
       			if (window.location.href !== redirecthome){
       				location.href = "#home";
       			}
       		}
       	</script>
       ```
   
 * where “#home” is the slug of one category called “home” then in home page appears
   category home only.
 * I call the function this:
 *     ```
       if (is_page(3394)){
       	?><script>goToAnchor();</script><?php
       }
       ```
   
 * where 3394 is the ID of my home page.

Viewing 1 replies (of 1 total)

The topic ‘Hide "All"’ is closed to new replies.

 * ![](https://ps.w.org/filterable-portfolio/assets/icon.svg?rev=2760209)
 * [Filterable Portfolio](https://wordpress.org/plugins/filterable-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/filterable-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/filterable-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/filterable-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filterable-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filterable-portfolio/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Darkn3ss](https://wordpress.org/support/users/darkn3ss/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/hide-all/#post-6027078)
 * Status: not resolved