This is not a PHP or HTML issue, but a CSS issue. Your top menu is overlapping with the top of the content, so when you place the mouse over the link you are in fact still hovering over the top menu. You can see this in the developer tools of your browser:
If I remove the height: 33px
from #topmenu
, the content shifts a bit down and the link becomes clickable again:
Related Posts:
- Upgrade to WP 3.2/ and Server to php5 breaks theme? [closed]
- Customize WordPress>Error Page
- Strict Standards Error bootstrap navwalker
- PHP Deprecated: Non-static method should not be called statically
- How to disable 3.1 “Admin Bar” via script for the admin user?
- First wordpress blog, should I make my own theme for maximum customizability?
- The seventh parameter passed to add_submenu_page()
- WordPress settings API error when checkbox unchecked
- How do I remove RSS feeds from themes?
- WordPress Errors in generated by theme check plugin [closed]
- Is using eval() ok in this scenario
- Fatal error: Call to undefined function get_header()
- How to list all images in uploads directory except those that are attached to any post
- Custom URL parameters in template files
- Parse error: syntax error, unexpected T_ENDWHILE in
- Featured Images are not able to be set
- Apply different Class for each element in a foreach()
- defining a folder location in order to recall it
- How to enable thumbnails in RSS dashboard widget
- WordPress shows error related to allow_url_fopen
- Getting php_network_getaddress error : No such host is known?
- Call to undefined function add_menu_page() on theme activation
- Displaying icon image for WordPress post formats, is there a cleaner way to do this?
- Is there any tool to find lines of codes responsible to generate front-end HTML elements?
- Website pagespeed problem
- What Does “Cannot modify header information?” Mean
- How do I modify the ‘more’ link in a feed
- Theme Check errors of theme code
- Unwanted empty line at the beginning of document
- HTTP Error when uploading images over specific dimensions
- How to use multiple check-box values to work in a function and insert values in database
- WordPress 6.x / PHP 8.x deprecated warnings in development environment
- WordPress Animation Adjustments
- PHP Parse error: syntax error, unexpected ‘endwhile’ (T_ENDWHILE), expecting elseif (T_ELSEIF) or else (T_ELSE) or endif (T_ENDIF) on line 124
- How to handle theme activation errors?
- Get_header raises an 500 internal server error
- WordPress files break if I edit them, but adding a closing PHP tag fixes it
- Strip HTML tags on custom code from the_content
- Strict Standards Error bootstrap navwalker
- RSS feed url showing page not found. How to solve it?
- WordPress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
- Show post thumbnail only if it exists using timthumb
- Im using a right approach to use this class inside WordPress theme?
- PHP warning: Undefined array key 2 in feed.php
- What VSCode extensions are there for working with block themes? [closed]
- Hide categories that are not used in the post type
- How to make animated intro?
- What is the “correct” way to add hooks or similar PHP behavior to a blocktheme?
- PHP Warning: Attempt to read property “term_id” on bool
- How can I alter the display of category listings via sidebar.php?
- Easy lightbox effect inside of dashboard widget
- What might cause “junk after document element” error?
- Need advice > converting category assignments to custom post meta values
- How to edit theme functions file to modify pagination?
- Not able to select width of blocks inside of cover block
- How to check if a WordPress core block is active in sidebar
- Add, edit specific CPT with custom role
- how to display search term in the template full site editor
- Show notice just below the search form on the themes page
- approach to pass additional parameter in post URL
- Table of Contents Before first heading
- How to Add Custom Button to Text(HTML) Editor and NOT Visual Editor
- Save Widget State Between Theme Swaps?
- How do I add custom bulk actions to multiple custom post types?
- Add_action not working in required file of functions.php
- wp_script_add_data doesn’t seem to work
- Theme-wide custom post template
- How to set up VS Code for WP plugin/theme development in 2021? [closed]
- image url relative path not working in css file
- How to implement a $_SESSION alternative in WordPress inside a theme without a plugin?
- Which html elements should be styled in wordpress theme
- How to override checkbox styles if these inputs have a unique id [closed]
- Update Custom Theme Version
- adding custom user input fields in WordPress admin dashboard gives error The link you followed has expired. Please try again
- How to show user online status on their posts?
- Unable to check if image uploaded by wp_image_editor exists using file_exists function
- What is the correct way of getting parent styles from child theme?
- what is the best practice to add new field to an api route
- wp_get_post_terms is difference obj model than the one in rest api response
- Working with a WP Starter theme
- Remove CPT slug from URL WordPress
- nothing happen in search form
- the_permalink() doesn’t work
- Grab posts by multiple categories
- Can’t access variable outside for loop
- I have a problem in the order of enqueues while enqueuing stylesheets and scripts for a specific page in my function.php
- Default image size not working
- add custom link to wordpress media gallery modal
- Force Balance Tags not working
- Mute Debug Messages from Plugins
- WordPress Theme’s 404 File Getting Called Every Page Load?
- How to first edit in local WordPress editor on page and the add code?
- WordPress Script stops suddenly
- Need Help Fixing My Iframes [closed]
- Edit footer via customizer
- How can i attach the attachment-ID to the user profile image?
- Custom Field created in add_meta_boxes reappearing itself again in the default Custom Metabox
- gutenberg add classes to list items
- wordpress post category shows double`
- Custom theme development additional pages