Skip to content

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

hartl3y94/sudosu_theme_wp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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; ?>

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.6%
  • JavaScript 13.6%
  • CSS 5.8%