Changeset 8232
- Timestamp:
- 02/12/2019 10:24:11 PM (6 years ago)
- Location:
- sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
r5376 r8232 38 38 * Enable support for Post Thumbnails on posts and pages 39 39 * 40 * @link http ://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails40 * @link https://developer.wordpress.org/reference/functions/add_theme_support/#post-thumbnails 41 41 */ 42 42 //add_theme_support( 'post-thumbnails' ); -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/inc/custom-header.php
r88 r8232 2 2 /** 3 3 * Sample implementation of the Custom Header feature 4 * http ://codex.wordpress.org/Custom_Headers4 * https://codex.wordpress.org/Custom_Headers 5 5 * 6 6 * You can add an optional custom header image to header.php like so ... -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/inc/jetpack.php
r88 r8232 2 2 /** 3 3 * Jetpack Compatibility File 4 * See: http ://jetpack.me/4 * See: https://jetpack.me/ 5 5 * 6 6 * @package jobswp … … 9 9 /** 10 10 * Add theme support for Infinite Scroll. 11 * See: http ://jetpack.me/support/infinite-scroll/11 * See: https://jetpack.me/support/infinite-scroll/ 12 12 */ 13 13 function jobswp_jetpack_setup() { -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/index.php
r88 r8232 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: http ://codex.wordpress.org/Template_Hierarchy9 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/ 10 10 * 11 11 * @package jobswp -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/languages/_s.pot
r88 r8232 4 4 msgstr "" 5 5 "Project-Id-Version: _s 1.3-wpcom\n" 6 "Report-Msgid-Bugs-To: http ://wordpress.org/tags/_s\n"6 "Report-Msgid-Bugs-To: https://wordpress.org/tags/_s\n" 7 7 "POT-Creation-Date: 2013-05-28 16:41:49+00:00\n" 8 8 "MIME-Version: 1.0\n" … … 337 337 338 338 #. Theme URI of the plugin/theme 339 msgid "http ://underscores.me"339 msgid "https://jobs.wordpress.net/" 340 340 msgstr "" 341 341 … … 347 347 "theme out there. That's what I'm here for." 348 348 msgstr "" 349 350 #. Author of the plugin/theme351 msgid "Automattic"352 msgstr ""353 354 #. Author URI of the plugin/theme355 msgid "http://automattic.com/"356 msgstr "" -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/languages/readme.txt
r88 r8232 3 3 Please visit the following links to learn more about translating WordPress themes: 4 4 5 http ://codex.wordpress.org/Translating_WordPress6 http ://codex.wordpress.org/Function_Reference/load_theme_textdomain5 https://make.wordpress.org/polyglots/handbook/ 6 https://codex.wordpress.org/Function_Reference/load_theme_textdomain -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/no-results.php
r88 r8232 3 3 * The template part for displaying a message that posts cannot be found. 4 4 * 5 * Learn more: http ://codex.wordpress.org/Template_Hierarchy5 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package jobswp -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/rtl.css
r88 r8232 6 6 of your CSS stylesheet in a separate stylesheet file named rtl.css. 7 7 8 http ://codex.wordpress.org/Right_to_Left_Language_Support8 https://codex.wordpress.org/Right_to_Left_Language_Support 9 9 10 10 */ -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css
r5380 r8232 1 1 /* 2 2 Theme Name: jobswp 3 Theme URI: http ://underscores.me/3 Theme URI: https://jobs.wordpress.net/ 4 4 Author: melchoyce, coffee2code 5 5 Description: Theme for jobs.wordpress.net … … 12 12 Use it to make something cool, have fun, and share what you've learned with others. 13 13 14 jobswp is based on Underscores http ://underscores.me/, (C) 2012-2013 Automattic, Inc.14 jobswp is based on Underscores https://underscores.me/, (C) 2012-2013 Automattic, Inc. 15 15 16 16 Resetting and rebuilding styles have been helped along thanks to the fine work of 17 Eric Meyer http ://meyerweb.com/eric/tools/css/reset/index.html18 along with Nicolas Gallagher and Jonathan Neal http ://necolas.github.com/normalize.css/17 Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html 18 along with Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/ 19 19 and Blueprint http://www.blueprintcss.org/ 20 20 */
Note: See TracChangeset
for help on using the changeset viewer.