I took a look at your site, and are you sure you dont want to make the .wrapper clickable? boxed-layout is your whole site, so if you made that clickable the whole site would be a link.
However, if I look at your question, the answer would be to use jQuery.
<script>
$(".body.boxed-layout").click(function(){
window.location = "http://link/to/other/page/";
});
</script>
Note that this probably is not what you want!
Are you sure you don’t want to make the http://classichits.ie/wp-content/uploads/2016/01/leftside.png clickable?
Related Posts:
- WordPress Shortcode and Dynamic CSS
- Multiple pages on one with different HTML
- Minify HTML, CSS, JS with PHPWee?
- How to display a value from a radio button in the options menu in wordpress
- Shortcode content output but not in correct place
- An unwanted inline style is added to my body tag
- Show post in slider
- How can I hide Home in my menu in a specific page?
- Missing sidebar parameter “fix” – before_content
- How Display Posts on category
- how to remove metadata from the posts of my blog?
- Customize position of social icons in upme plugin [closed]
- Different post styles depending on category
- How create a Shortcode with hover and complex options
- WordPress Multiple Navigation bars
- Auto 301 to full post permalink? (using : /archive/%post_id% to %post_name% )
- How do I add a custom css to all posts without affecting homepage css? [closed]
- Wrapping a Sidebar within
- Add Codepen animation as Preloader to WordPress
- Where can I find the inline-css of my theme header?
- Menu Custom Data Attributes
- Highlight the links without using dropdown
- Website completely messes up when logging out
- Need help removing […] after excerpt
- Link to page with posts of specific type
- Displaying images outside the content
- how to changes mobile menu toggle breakpoint in WordPress
- Background image no longer fits to screen now that project is in php files
- Add other class content with reference class value
- PHP function for horizontal Woocommerce thumbnails and badges
- I can’t go to the page archive-{post_type}.php
- dynamic php menu with hidden sub-categories only showing when the category name is clicked
- Help me I cannot link my font-awesome to my WordPress Theme. I have my font-awesome folder already in my project
- Drop down question
- WP Website is shown in HTML
- Can’t display anything through homepage text editor
- How to find and delete a menu item in php?
- WordPress Slider is not working
- How to display post meta bellow every posts
- how to add functions to my function.php using a child theme?
- Make a full-width wordpress page
- Target a specific container to style on WordPress storefront theme
- How to include different html tags in the header for different pages?
- user update profile for custom code
- Font-Family does not looks like how it should be [closed]
- Where to find the html for WordPress site? [closed]
- Show contact 7 form in popup
- WordPress – Image href for home menu nav not working
- How Can I Center the Logo in the Navigation Menu? [closed]
- featured post as div background
- Trying to customize wordpress drop down categories
- Cant get theme to change footer color through theme customizer
- How to customize posts in WordPress by using HTML and CSS?
- WP_Query not returning results
- Header location [closed]
- Parse error: syntax error, unexpected ‘}’ in
- Sorting Problem
- How to create a container in php then customise it in CSS
- Custom HTML/CSS Theme into WordPress – SEO considerations
- ‘This Field is Required.’ is Not Displaying on CF7 [closed]
- How to create different templates for woocommerce single-product.php?
- Editing stylehseet url in head section of WordPress
- How can we upload custom page files?
- How to create a text box in PHP to output data
- Local wordpress install only shows home page, all other pages Not Found
- How do I make an HTML table from a database table?
- How to get the custom header image’s alt text?
- Modify previous and next text from pagination links
- Calling a method from functions.php on a click of a button
- “wp_enqueue_style();” don’t load new edited style
- Two posts in same div – WP loop
- Slider loading issue
- Getting a specific post values to another div or modal
- WP grandchild categories in nested ul li
- Css loads very slow [closed]
- Settings API callback function inserts html quotes from nowhere
- Change CSS based on is_user_logged_in
- Search WordPress using static html page
- Change “No Comments” link to “My String” on Blog Post (Find Snippet in Code or use CSS, PHP Solution) [closed]
- Separate array output into a
- Dividing the loop to style post differently
- Remove in post content
- Adding attribute to the post.php form tag in wp-admin
- Styling an “active” link outside of WordPress default menu
- How to sort posts by active category in WordPress?
- Display WordPress search results based on the selected Sub-Category
- Add css class to string
- How do I call a value from the datase using ajax
- WordPress custom php script to match standard page layout
- How to use wp_ajax_set_post_thumbnail?
- Passing a value from an input field to a php function in WordPress?
- Google CSE Malfunctions via Chrome/Safari on Mobile When Clicking on Either Search Icon/Menu Icon. How to Make Google CSE Default Theme Search
- Show subcategory name selected in specific category woocoommerce
- Splitting table data to pages with numbers
- Widget edit and add in any page
- nested divs, classes for a grid in loop [duplicate]
- Combining fancybox with multiple thumbnail plugin
- How to use plugins_url() inside PHP stylesheet file [duplicate]
- Php echo into tag
- Is there a better way to output HTML as a shortcode?