Skip to content

Code Snippets

handy quick code snippets to save time

  • Home

Author: LouiseF

z-index

Posted on 9 November 20237 March 2024 by LouiseF

the higher the number, the more on top it goes. eg 1 = bottom layer 2 = middle layer 3 = top layer only works on positioned elements

Posted in z-index

search bar

Posted on 9 November 20237 March 2024 by LouiseF

ALWAYS ADD – IN THE HEADER AFTER THE MAIN MENU (insert this code in header.php – after </nav> and before </header>) to center it – to give it a gap –

Posted in search bar

Javascript

Posted on 8 November 20237 March 2024 by LouiseF

Put this in the header file

Posted in javascript

Read more – blog post excerpt(wp hp)

Posted on 6 November 202316 January 2024 by LouiseF

In your child theme, you’ll need to add custom JavaScript to change the “read more” text. You can do this by creating a new JavaScript file (e.g: FILE NAME.js) and placing it in the js folder within your child theme directory. at the end of the functions.php file

Posted in Uncategorized

Background CSS

Posted on 6 November 20237 March 2024 by LouiseF
Posted in Background

Footer example 1

Posted on 6 October 202316 January 2024 by LouiseF

Goes in footer.php goes in CSS file

Posted in Uncategorized

Triangle shape in Div

Posted on 23 January 2023 by LouiseF

HTML CSS view on codepen

Posted in Uncategorized

Shortcode into PHP

Posted on 26 October 20227 March 2024 by LouiseF
Posted in Short Codes

Blog Grid Layout – 2+ cols

Posted on 2 July 202230 May 2024 by LouiseF

In the CSS file. Note – if I want to change the number of columns then I alter the minmax(300px, in the first line Then alter the code on index.php to include the following instead

Posted in Uncategorized

Blog Grid Layout – Pinterest Masonry Style

Posted on 2 July 202230 May 2024 by LouiseF
Posted in Uncategorized

Posts navigation

Older posts
Newer posts