Figured it out, thanks 🙂
<?php if (is_page('contact') ) { ?>
<?php } else { ?>
placed script here
<?php } ?>
Related Posts:
- How do you remove header sitewide from mobile only?
- How to check if woocommerce is activated in theme
- WordPress Themes and PHP unit
- Remove Customize Background and Header from Appearance admin menu without CSS or JS
- Set the transport of the Customizer ‘header_image’ core setting to ‘postMessage’
- Dynamically change feature image in customiser
- Custom HTML structure in wp_list_categories
- Guidance with The Loop for CMS
- Why isn’t my if/elseif/else working correctly here?
- How to use SRCSET with get_the_post_thumbnail()?
- Design view breaking on Pages
- Adjust the results quantity for Search Results page pagination
- List authors with posts in a category
- Understanding WordPress child theme custom JS loading
- How can I loop into two different DIVS without repeating the DIVs
- Removing unnecessary wordpress files
- Is the regular ajax request method safe or I should use admin-ajax.php?
- Is it possible to use the featured image of a page as a css background without inlining?
- How do I translate this string – PHP syntax question
- Site Health : An active PHP session was detected
- Can I change a variable in a content part while calling it?
- How to display recent posts on home page with custom HTML
- Remove annoying WP Adminbar CSS
- Exclude posts from homepage having a specified tag
- Changing the template hierarchy
- using add_action for a header hook that has an additional parameter
- Where would I place `wp_footer();`?
- Set WordPress Default Template
- Using a `Template Parts` folder instead of an `Includes` folder in a Custom WordPress Theme
- Set the checkbox as checked by default at options page
- Create another “Display Site Title and Tagline” checkbox, “Header Text Color” setting and control
- adding custom user input fields in WordPress admin dashboard gives error The link you followed has expired. Please try again
- Avoid parallax images hardcoding
- populate form fields in a loop with ajax
- Error in custom php function doesn’t exist
- Recent Posts Not Showing Only On A Specific Category Page [closed]
- How to disable controls in theme customizer?
- if statement with is_active_sidebar()
- What does this mean in wordpress? Easy question
- Why am I getting a different filename? And how does WordPress load singular.php for both Page & Post? (Fresh WordPress installation)
- Show About and Contact Us page when they’re clicked in the top menu.
- Is There A Way To Make Theme Files Accept Shortcodes?
- WordPress import media error
- Hide Heading if ACF Field is empty
- How do I get the content excerpt of the recent post?
- Save Custom CSS file in the upload folder dynamically?
- How to specify the path for require_once in a child theme?
- wp_nav_menu not working correctly in my underscores theme
- Validate and Sanitize WP REST API Request using WP JSON Schema?
- get_page_template_slug returns incorrect path
- Getting posts to exclude from array
- home.php show blog posts as grid view
- Custom post type permalinks do not appear using the link functions
- Is there a name for trivial WP PHP files like functions.php, archive php entry.php, page.php and so forth?
- How can I search all plugins for composer’s vendor/autoload.php?
- How do I properly code my footer? See example
- Using bloginfo and divs inside a php file
- Get css class of menu item in custom menu structure
- Is there a hack for using is_page() within the function.php file?
- How to organize functions.php content
- Extract and display user infromation on an automatically created page
- Why when I create a new post I found 2 record related to this post into the posts database table?
- Search page results conflicting logic – Search result caching?
- How can I assign separate stylesheets to different pages?
- How to tell if a user has gone in and created a menu
- Search.php gets metadata from first post
- Displaying images outside the content
- For some time, some of my pages do not display the content anymore. Any idea where this could be coming from?
- Dynamically switch file in get_template_directory_uri() | Function [closed]
- How to extend SelectControl with data from my theme
- excep tonly one css, don’t load any css
- How to use wp_get_attachment_image or wp_get_attachment_image_src instead of $instance[‘single_feature_image_uri’]
- “WARNING: Found @$ in the file __ Possible error suppression is being used
- How to print all the inline styles in the WP_Styles instance together with their keys?
- Create dashboard widget for custom theme support
- Create category after theme setup and modify the default one
- Display attached images of a page or post that are insetred using gallery
- add custom link to gallery images
- How to properly escape in ternary operators – Wp Coding Standards?
- Theme editing “post thumbnail” help
- Use Custiomizer to setup meta theme color tag
- Rotating Header Images
- Where can I find the declaration of `$_wp_theme_features`?
- Click to expand menu
- Display tab title as ‘blog tagline | blog title’
- My customizer’s setting doesn’t set to the default and needed to click the control’s “Default” button before it’ll be set
- Save the outputted image into the Media Library, with a different filename and extension
- WP Knowledge Base Theme bug – Subcategories and Articles, Need to change WP_Query
- WP multisite network plugin fails to see classes loaded with spl autoload
- Not able to call class in NHP framework
- How to edit the default database of WordPress [closed]
- How can a ‘scripts’ directory be hooked into wp_head();?
- I need a button to appear when not loged in and another when logged in, I need help fixing code PLEASE!
- Why is my footer missing [closed]
- WP and Laravel integration (Updated) [closed]
- Require Credits Footer
- $_html is empty when var dumped
- Variable ++ in query loop
- Add default block css when the block has been added with php?
- functions.php doesn’t load all custom theme assets