Skip to content
razworks-text-logo-red-w300
  • Home
  • About Raz
  • Contact
YouTube Spotify kickstarter-icon

razworks-r-icon

razworks-text-logo-red-w300

Web Dev

Web Dev | Wordpress

Genesis archive change H1 to H2

ByRazworks August 16, 2016

//*Changing Genesis H1 Post Titles to H2 add_filter( ‘genesis_post_title_output’, ‘ac_post_title_output’, 15 ); function ac_post_title_output( $title ) { if ( is_home() || is_archive() ) $title = sprintf( ‘ %s ‘, apply_filters( ‘genesis_post_title_text’,get_the_title() ) ); return $title; }

Read More Genesis archive change H1 to H2Continue

Web Dev | Wordpress

Genesis move post title below image

ByRazworks August 16, 2016

// Move image above post title in Genesis Framework 2.0 remove_action( ‘genesis_entry_content’, ‘genesis_do_post_image’, 8 ); add_action( ‘genesis_entry_header’, ‘genesis_do_post_image’, 8 );

Read More Genesis move post title below imageContinue

Web Dev

Unminify CSS, HTML, and JS

ByRazworks August 5, 2016

http://unminify.com/

Read More Unminify CSS, HTML, and JSContinue

Web Dev | Wordpress

Contact Form 7 in Google Tag Manager

ByRazworks July 29, 2016

Contact Form 7 on WordPress with Google Tag Manager

Read More Contact Form 7 in Google Tag ManagerContinue

Web Dev

Remove Browser Meta Title Tooltips

ByRazworks July 26, 2016

Meta Title tooltips are default browser behaviors. Current research shows that the only way to hide the tooltip, is to hide the Meta Title, which would devastate a website’s SEO. In the rare event that a client wants the tooltips hidden, hiding the meta title upon rollover with JS would be one way to satisfy…

Read More Remove Browser Meta Title TooltipsContinue

Magento

Magento 2 remove left layered nav

ByRazworks July 12, 2016

In Category > Design > Layout Update XML:

Read More Magento 2 remove left layered navContinue

Page navigation

Previous PagePrevious 1 … 3 4 5 6 Next PageNext
YouTube SoundCloud
  • Home
  • About Raz
  • Contact

© 2023 Razworks

Scroll to top
  • Home
  • About Raz
  • Contact