Wordpress theme for Fachschaft W https://fachschaftw.de
 
 
 
 
 
 
Go to file
Felix 4f031c8a9f Add screenshot to README 2018-10-19 15:02:08 +02:00
fonts Add webfonts 2017-10-18 08:09:31 +02:00
genericons Style login page, remove genericon cruft 2017-01-09 10:36:25 +01:00
images Layout fixes, added new icons 2017-06-19 01:55:55 +02:00
inc Update translations 2017-11-24 22:52:26 +01:00
js Speed improvement 2017-01-08 03:21:43 +01:00
languages Bump to 1.1.0 2018-09-28 02:49:22 +02:00
scss Change colors, PT Sans to Titillium 2018-08-25 07:29:45 +02:00
.gitignore Update typography 2018-01-07 22:40:10 +01:00
404.php Retab 2017-01-07 08:50:42 +01:00
LICENSE Initial commit 2016-12-05 21:21:46 +01:00
Makefile Update screenshot 2018-09-29 03:30:50 +02:00
README.md Add screenshot to README 2018-10-19 15:02:08 +02:00
archive.php Update translations 1/2 2018-09-28 02:04:26 +02:00
comments.php Retab 2017-01-07 08:50:42 +01:00
content-page.php Retab 2017-01-07 08:50:42 +01:00
content-single.php Move entry-meta to end of article, adjust spacings 2017-11-24 19:56:46 +01:00
content.php Move entry-meta to end of article, adjust spacings 2017-11-24 19:56:46 +01:00
footer.php Fix separator in footer 2018-06-06 00:23:59 +02:00
full-width.php Retab 2017-01-07 08:50:42 +01:00
functions.php Change colors, PT Sans to Titillium 2018-08-25 07:29:45 +02:00
header.php Update header meta tag 2018-01-07 22:39:24 +01:00
index.php Retab 2017-01-07 08:50:42 +01:00
no-results.php Retab 2017-01-07 08:50:42 +01:00
page.php Retab 2017-01-07 08:50:42 +01:00
rtl.css Retab 2017-01-07 08:50:42 +01:00
screenshot.jpeg Update screenshot 2018-09-29 03:30:50 +02:00
search.php Retab 2017-01-07 08:50:42 +01:00
searchform.php Retab 2017-01-07 08:50:42 +01:00
sidebar.php Retab 2017-01-07 08:50:42 +01:00
single.php Retab 2017-01-07 08:50:42 +01:00
style.css Bump to 1.1.0 2018-09-28 02:49:22 +02:00
style.scss Bump to 1.1.0 2018-09-28 02:49:22 +02:00

README.md

Fachschaft W Theme

A pleasant-to-read, customizable WordPress theme designed for large organizations and government. Customized for fachschaftw.de.

Forked from the "Big Brother" theme by automattic.

License: GNU General Public License v2 or later, see LICENSE

Contributors: automattic, AK Technik Fachschaft W HsKa

  • Tested up to: 4.9
  • Stable tag: 3.6

The theme in action

Installation

  1. In your admin panel, go to Appearance -> Themes and click the Add New button.
  2. Click Upload and Choose File, then select the themes .zip file. Click Install Now.
  3. Click Activate to use your new theme right away.

Frequently Asked Questions

Where is my custom menu?

You can activate an optional custom menu under Appearance -> Menus, which will be displayed beneath the header area.

Does FSW support widgets?

Yes! You can add widgets under Appearance -> Widgets, and they will appear in the sidebar.

Does FSW support Post Formats?

FSW supports Aside, Image, Video, Quote, and Link post formats. Each is denoted with a unique symbol.

How do I add links to my favorite social networks?

You can add links to a multitude of social services underneath your site title following these steps:

  • Create a new Custom Menu, and assign it to the Social Links Menu location.
  • Add links to each of your social services using the Links panel.
  • Icons for your social links will automatically appear in the header.

Quick Specs (all measurements in pixels)

  1. The main column width is 896px.
  2. The sidebar width is 384px.
  3. The recommended size for a custom header image is 1000 × 200

Changelog

1.1.0 - Sept 28th, 2018

  • Fix German translation issues
  • Add call-to-action button styles

1.0.16 - July 5th, 2018

  • Documentation updates, sassc instead of sass instructions
  • Add link to privacy policy(hard-coded)
  • Typography: Overpass for headers

1.0.15 - November 24, 2017

  • Rework breadcrumbs, put entry-meta on bottom of article, update translations

1.0.14 - October 18, 2017

  • Include new webfonts: Aleo, Titillium, PT Sans, Overpass

1.0.13 - September 2, 2017

  • Proper custom header, also on mobile, change default fonts

1.0.11 - January 7, 2017

  • Namespace change

1.0.6 - April 18, 2015

  • Added support for extended set of social media icons.
  • Updated Genericons to v 3.3.

1.0.5 - November 3, 2014

  • Update Site Logo template tags for Jetpack.

1.0.4 - October 29, 2014

  • Add author display to multi-author blogs.

1.0.1 - June 30, 2014

  • Initial release

Development

  • Use sassc [-t expanded] [-m (sourcemap) ] style.scss style.css [ | sed '/^$/d' ] [ | cssmin > style.min.css] to generate stylesheet
  • Use sass [-t expanded] [--sourcemap=none|auto] [--update] style.scss:style.css with ruby sass instead of sassc
  • Look into languages for translations. pomo.sh is provided to generate .mo files from .po sources