Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged codex

Rss Feed Group items tagged

mikhail-miguel

GitHub Copilot · Your AI pair programmer - 0 views

  •  
    GitHub Copilot uses the OpenAI Codex to suggest code and entire functions in real-time, right from your editor.
htmlslicemate.com

Using CSS Preprocessors With WordPress - LESS Structures - 0 views

  •  
    Using LESS to Create Twenty Twelve Child Theme We are going to be creating a child theme for the default Twenty Twelve theme. For those of you who are unfamiliar with creating child themes, the only thing we need to create a child theme is a style.css file. For more info, visit the WordPress Codex...............
Vernon Fowler

BuddyPress.org → Docs → Conditional Template Tags - 1 views

  •  
    "Conditional template tags allow you to show specific content on specific pages. The following tags are available in BuddyPress (1.2+):"
Vernon Fowler

BuddyPress.org → Docs → Theme Dev: Building a BuddyPress Child Theme - 0 views

  • Note the “Template:” entry, which tells WordPress that we want to use the BuddyPress default theme (bp-default) as the parent theme
  • and the tag “buddypress”
  • to inherit the CSS, in BP 1.5+, you don’t have to do anything!  Just start writing your new styles in style.css and skip to section 3
  • ...3 more annotations...
  • copy this file and paste it directly into your child theme’s folder (the same place as your style.css file)
  • if you want to override a template file that is in a sub folder, you must also recreate the sub folder in your child theme
  • There is one exception to the template override rule — functions.php.
  •  
    This guide is for building themes for BuddyPress 1.2 and above.
1 - 6 of 6
Showing 20 items per page