Now I know what was the issue. I had the filter by category activated in Isotope settings:
filter: ‘.front-page-tiles’
:)! so regular items not in that category was being correctly hidden by Isotope
Related Posts:
- How do i place same widgets multiple time by default on theme activation?
- Wrong activation/confirmation link in email
- Menu item not created on theme activation
- wp_redirect() – headers already sent
- The the_post_thumbnail without srcset?
- after_setup_theme always runs
- Enqueue Stylesheets After Theme’s “rtl.css”
- Use __($str) and _e($str) to translate strings with HTML
- How to add default images for custom backgrounds?
- Custom Theme: The active theme is broken. Reverting to the default theme
- comment_form() generates the wrong action url
- How to set path with WP_Filesystem and ftp base / chroot
- How can I stop WP media uploader from creating duplicates of my uploaded images?
- Customize comment list markup
- Have WP Theme update from Git Repository
- A two column loop with one lead post
- new theme permissions don’t allow me to edit
- Getting Permalink within the loop
- Can a child theme based on Starker theme be released as free to use theme for public use?
- Changing order title and featured image in blog post (Astra theme)
- wordpress custom theme import and export options for sample data [closed]
- How to hook CSS file according to theme selection in the customizer section
- Some translations do not work in my template class
- Link won’t show using the_permalink();
- Why is the Links Manager visible?
- How exactly *does* unit testing work for themes?
- wp_nav_menu add something before closing container and after last list item
- Check if home.php and set home.php as page_on_front
- qTranslate with my own theme and settings
- Make logo dynamic in wordpress
- Showing a list of posts when homepage is custom
- Do i need to keep all the default WP templates files in a theme?
- Create a new page in WordPress theme
- where to split off footer.php
- How to show user online status on their posts?
- What is the correct way of getting parent styles from child theme?
- How to display all subpages and short by year
- AJAXIFY WordPress Theme Frontend menu
- How can my theme allow users to take advantage of advanced html tags in posts
- Pull request in WordPress repository?
- how to setup custom content structures
- WordPress Filtering Custom Post Type by Metadata and Search Heirachy
- How to Call pages from a Options Panel
- Nested comments in WordPress theme
- Gallery thumbnails very small
- Is there a list of all display functions for templates? [closed]
- Featured Image meta box not showing up
- Why does WordPress append numbers to page slugs sometimes? How to reliably style based on page
- filemtime(): stat failed warning within a child theme
- What are the hooks in WordPress theme development?
- How can I override a require() used in functions.php of parent theme to my child theme
- WordPress dummy data for theme design
- Custom theme: How to call archive-post.php for viewing blog posts
- Dynamic Post Thumbnail →
- How to transfer one domain to another domain without losing theme options (customizer)?
- Theme Customizer not displaying saved values in wp_head (CSS)
- Do I need to include a textdomain if my theme doesn’t support translation?
- Thesis -style Navigation
- How to allow certain PHP functions when using sanitize_callback in the word press customizer
- White screen when attaching css to function.php
- How to allow users to create their own website within my domain? [closed]
- Problem escaping text which contains html markups
- Avada Child Theme Development
- Different text on different sites in a multisite setup
- Editing my theme to try to place the default header at the top of the page breaks the rest of the page content
- WordPress creating images if uploaded image is greater than 960px on one side?
- Create theme for mobile phones and tablets only?
- Using the media library for theme customization
- How to create a WP theme that use BootStrap? [closed]
- Alternatives to handle customizer settings
- Changing sidebar.php and footer.php depending on URL
- Seeting Active Nav for Bootstrap in WordPress
- loading javascript after jquery is loaded
- Change default rel attributes for Image Block & Button Block
- ACF get_sub_field ALT TAG in the repeater doesn’t show
- Best way to implement bootstrap after loading
- Why front-page.php doesn’t show content of file instead shows loop
- How to Detect “Your homepage displays” setting in wordpress
- Why does wp_customizer default values do not apply when theme is installed for the first time?
- Building a custom menu or use a plugin?
- Ajax Comment Upvotes – Votes don’t always register
- How Do I Create a WordPress Demo Site with Limited Admin Access
- Are paginated comments required for publishing Themes?
- Woocommerce REST API for my account & checkout process
- How to transfer all posts, pages and media
- What are entry.php and its appendix files and is it safe to delete them in a most miniaml site?
- Custom theme vs theme customization?
- captiva Theme Error
- Data not saved WordPress Custom Admin Page
- “No Data Received” error in Chrome every time i try to update the theme functions file
- Creating a Playlist of Widgets
- Loop through all posts, show attachment if there
- Default calendar widget not showing up
- Can’t attach Javascript to theme
- 404 on child page template
- get_header() on new page fatal error
- Should I create a child theme for a parent custom theme? [closed]
- Jquery Ui Tabs not working
- Adding a new layout for genesis
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?