GithubHelp home page GithubHelp logo

hartl3y94 / sudosu_theme_wp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carlospcl98/sudosu_theme_wp

0.0 0.0 0.0 2.34 MB

I have been using this theme for several years and it has worked well, now I want to share it here, so anyone can edit it or use it as a reference to create their own theme. ๐Ÿ˜ƒ

License: GNU General Public License v3.0

JavaScript 13.64% PHP 80.56% CSS 5.80%

sudosu_theme_wp's Introduction

Sudo Su - Official Wordpress Theme

Version Author WordPress License

History

During the first quarantine of the SARS-CoV-2 pandemic of 2020, I had the idea to invest my time at home, in creating a personal blog to publish my personal projects. The theme was coded from zero, after several courses of creation of Themes and Plugins for Wordpress.

I was using this theme for several years and it worked well, now I want to share it here, so anyone can edit it or use it as a reference to create their own theme for WordPress. ๐Ÿ˜ƒ

Preview

Just visit my website to test the theme! https://www.sudosu.info/

Features

Bootstrap Builded with Bootstrap 4.3.1

javascript Change the interaction and appearance via JS file

PolyLang Compatible with Plugin PolyLang

MultiLenguage Ready for multi language URL's English(EN-GB) and Spanish(ES)

responsive Responvise web Design, adapted for all screens ๐Ÿ“ฑ ๐Ÿ’ป

Getting started

  1. Download the Project to a zip file step1.png

  2. Go to your Wordpress > Appearance > Themes > Upload a theme step2.png

  3. When the installation finishes you will see something like this step3.png

  4. Your theme must be activated to be displayed. step4.png

Possible issues after installation

Navbar and Widgets

If you find that your Navbar (Menus) or Sidebar (Plugins) are not displayed correctly, you may have to activate them again from:

Wordpress > Appearance > Themes > Sudo Su > Customize

Multilingual URL's

The theme is prepared by default to work in English as the first language, but if you add more languages through PolyLang, you must update the elements to your language. Here is an example:

<?php $lang = get_bloginfo("language");
if ($lang == 'es') { // If the page exists in Spanish, display this text
    $read_more = "Leer mรกs";
} else { // English url is the default. 
    $read_more = "Read more";
}
echo $read_more; ?>

sudosu_theme_wp's People

Contributors

carlospcl98 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.