Giter Club home page Giter Club logo

genesis-framework-basics's Introduction

Genesis framework basics

The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress CMS.


Table of Contents


Prerequisites

  • Access to root directory of you website. (eg. Cpanel)
  • Access to backend of your wordpress website.
  • WinSCP recommended.

Installation

  • All the code required to get started
  • Images of what it should look like
// This is what your functions.php code should look like!
<?php
/**
 * @package  Genesis
 * @author   StudioPress
 * @license  GPL-2.0-or-later
 * @link     https://my.studiopress.com/themes/genesis/
 */

require_once dirname( __FILE__ ) . '/lib/init.php';

//* Custom footer (this is how you can edit functions)
remove_action( 'genesis_footer', 'genesis_do_footer' );
add_action( 'genesis_footer', 'sp_custom_footer' );
function sp_custom_footer() {
	?>
	<p>Copyright &copy; 20XX - 2019 &middot; <a href="#">yourwebsite.com</a> &middot; All Rights Reserved.</p>
	<?php
}

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Aditya Raj - Initial deployment - GitHub

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL License - see the LICENSE file for details.


genesis-framework-basics's People

Contributors

justadityaraj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.