WordPress Help
Official documentation, learning resources, and contributor guides collected from WordPress.org.
-
Image Flow Prototype – Desktop Full Width and Metadata
#image-flowLogin to Reply
-
Image Flow Prototype – Mobile Insert Multiple Images
#image-flowLogin to Reply
-
Image Flow Prototype – Desktop Insert Multiple Images
#image-flowLogin to Reply
-
Image Flow Prototype – Mobile Insert Existing Image
#image-flowLogin to Reply
-
Image Flow Prototype – Desktop Insert Existing Image
#image-flowLogin to Reply
-
Image Flow Prototype – Mobile Add New Image
#image-flowLogin to Reply
-
Handbook Examples: Language
Another round of examples, shall we? This one will focus on language examples. I’ll start it off: Required: load_theme_textdomain() add_action( ‘after_setup_theme’, ‘my_theme_setup’ ); function my_theme_setup(){ load_theme_textdomain( ‘slug-text-domain’, get_template_directory() . ‘/languages’ ); } // if child theme add_action( ‘after_setup_theme’, ‘my_child_domain’, 11 ); function my_child_domain(){ load_child_theme_textdomain( ‘child-text-domain’, get_stylesheet_directory() . ‘/languages’ } Login to Reply
-
Image Flow Prototype – Desktop Add New Image
Sorry for the dump, I am going to post a number of vizrecs of both desktop and mobile screens for the image flow prototype from http://flow.teamadesign.net. You can catch up on the feature-imageflow channel, and at https://make.wordpress.org/design/tag/image-flow/ The first scenario is adding a new image. #image-flowLogin to Reply
-
Mobile-Friendly Themes
As some of you already know on April 21st, Google will expand use of mobile-friendliness as a ranking signal. This change will affect all mobile searches worldwide. Mobile-Friendly can be a Responsive design, but also an App that turns your theme into a “mobile version”. Since we don’t accept themes with mobile Apps because that…
-
4.2 Nux Group Recap, March 17, 2015
Slack log (Requires SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ login to view. Set one up if you don’t have a Slack account) Last week, and the week before, we sought volunteers to examine each of the flows out of the Welcome Panel.…