How to build a Custom WordPress Site 3

May 17th , 2012 → 11:14 am @

Customizing WordPress Child Theme In this tutorial we will create Custom Post Types and add variables and functionality to them. Also we will add some styling for more user-friendly display in the dashboard. Having set up our basic Child Theme structure we will now proceed with the customization. But before that we will do some basic WP configuration and go through the settings. You may be used to building WordPress based sites and therefore you may have some habits in as much as settings and configuration are concerned. Some basic WP Settings Here is what I do in the dashboard: 1. Trash and permanently delete the Hello World Post. 2. Delete the default Links. 3. Set Permalinks to: /%category%/%postname%/ 4. Under Settings General enter Blog Name and Tagline; for the purpose of this exercise I use  as a Title: WordPress TTP and as a Tagline: Tips, Themes and Plugins 5. Add some content to test content display by importing an RSS feed using a plugin such as Feedwordpress. I pulled into a new category called Blog the feed from my author-blog at: http://yorgonestoridis.com/feed Custom Posts and Child Theme We have set up a basic child theme for the purpose of [...]
Related posts:

  1. How to build a Custom WordPress Site 2
  2. How to build a custom WordPress Site
  3. Custom Widgets for WordPress
  4. WordPress 3.4 Beta
  5. Facebook Strategy with WordPress

Category : Yorgo Nestoridis

Ycademy Online Seminar Apri 2012

April 16th , 2012 → 7:13 pm @

Mobile WordPress and Social Media The fast evolution of the mobile web has created new needs for publishers, whereas the objective remains to integrate mobile web targets into an existing workflow and to optimize productivity with the help of automated conversion scripts and tools. What’s New on Mobile WordPress and Social Media At Semiomantics the starting point for our development is the most comprehensive conversion plugin, called WPTouch Pro. WPTouch has released its latest version end of March 2012 with some adjustments for iOS 5.1 and many other fixes and developments: * Added: Custom advertising options for iPad * Added: Simple caching of desktop functions.php * Added: Russian language file * Added: Automatic archiving of previous settings in wptouch-data directory * Added: Compatibility setting for BuddyPress Mobile AJAX support * Fixed: Changing user-agent matching that may have interfered with advertising in certain scenarios * Changed: Replaced include with locate_template in theme files, should allow child overrides of custom WPtouch Pro template files * Changed: Algorithm to reload settings; may have caused settings to be lost in a certain scenario * Updated: All translations based on 2.6 strings * Fixed: An issue with Register and Lost password links in Classic * [...]
Related posts:

  1. Facebook and Mobile Web Seminar by Ycademy
  2. Ycademy Online Seminar January 2012
  3. Ycademy Online Seminar May 2011
  4. Facebook Online Seminar by Ycademy
  5. Facebook Strategy with WordPress

Category : Yorgo Nestoridis

Image Styling on Semiomantics XO

February 16th , 2012 → 10:21 am @

Image Borders, Padding, Captions  on XO Theme Thumbnails on WordPress There are two kinds of thumbnails produced on your XO site: the native WordPress thumbnails and the thumbnails generated by XO for the purpose of display throughout the theme where the WordPress thumbnails don’t fit. WordPress Thumbnails Thumbnail sizes are set in your dashboard under Settings > Media.  When we change the thumbs’ sizes, the change will apply only to new content. These thumbnails are used by default in the XO Basic Home Page Layout. In order to modify thumbnails created previously to a change in WordPress settings, we use the “Regenerate Thumbnails” plugin; install from your dashboard and then just run it: this will create thumbnails corresponding to the new WP Media settings for all images in the library and galleries. The Regenerate Thumbnails plugin will have no impact on syndicated posts unless you also pull in the images to your library when syndicating. XO Theme Thumbnails When we upload an image from our dashboard in XO, XO creates 12 thumbnails adapted to the needs of the site and stores them in the default uploads folder for faster loading. If we change the layout settings in XO advanced home [...]
Related posts:

  1. WordPress Date Styling
  2. Meta Tag Styling on WordPress

Related posts:

  1. Meta Tag Styling on WordPress
  2. XO Theme Typography
  3. The Image Caption Style
  4. Happy Valentine
  5. Transparent WordPress Semiomantics XO

Category : Yorgo Nestoridis

The Image Caption Style

February 14th , 2012 → 11:00 am @

Enjoy your Valentine! No related posts.
No related posts.
Related posts:

  1. Happy Valentine
  2. Meta Tag Styling on WordPress
  3. XO Theme Typography
  4. Happy Valentine Gals and Guys
  5. Web Design Workshop 17 Resizing Large Background Image

Category : Yorgo Nestoridis

The Image Caption Style

February 14th , 2012 → 11:00 am @

Enjoy your Valentine! No related posts.
No related posts.
Related posts:

  1. Happy Valentine
  2. Meta Tag Styling on WordPress
  3. XO Theme Typography
  4. Happy Valentine Gals and Guys
  5. Web Design Workshop 17 Resizing Large Background Image

Category : Yorgo Nestoridis

Happy Valentine

February 14th , 2012 → 10:39 am @

Enjoy your Valentine!

Related posts:
Happy New Year After Effects
How to Customize your WordPress Typography
12 Principles of Animation with After Effects

Related posts:

  1. Happy Valentine Gals and Guys
  2. Happy New Year After Effects
  3. How to Customize your WordPress Typography
  4. Happy New Year
  5. 12 Principles of Animation with After Effects

Category : Yorgo Nestoridis

Meta Tag Styling on WordPress

February 13th , 2012 → 8:17 pm @

XO Theme for WordPress Styling After each post, we display Tag, Category and RSS references. They are not part of the actual post; they are of a rather technical nature and may help visitors to find contextual content on the site. The SEO impact of publishing such Meta Information is discussable. Styling the Author Name We want to display the author’s name underneath the main title in small but remarkable fonts: .post .meta, .hentry .meta,.post .meta a, .hentry .meta a { color:#111111;letter-spacing:5px; } Note: we just use letter-spacing to gain visibility.   Bottom Tags Usually these meta tags are printed in small print, often difficult to read. For the purpose of this exercise we have switched to a serif font (Times) and increased letter spacing for better readability: .storycontent .postmetadata, .storycontent .tags { font-family: Times, “Times New Roman”,serif; font-variant:small-caps; font-size:16px; line-height:1.1em;color:#101010; letter-spacing:2.5px; } .storycontent .postmetadata a, .storycontent .tags a{ color:#000000; } Nothing really exciting here: we are using small-caps (alternatively upper-cases) and letter-spacing of 2.5px.Note that letter-spacing can take decimal values. The fun is in experimenting with font, colors and styles!   Related posts: WordPress Date Styling Custom Typography on Semiomantics XO Theme for WordPress
Related posts:

  1. WordPress Date Styling
  2. Custom Typography on Semiomantics XO Theme for WordPress

Related posts:

  1. XO Theme Typography
  2. WP Author Blog by Semiomantics
  3. WordPress Seminar by Ycademy
  4. WordPress for Authors Seminar
  5. Semiomantics WordPress based Frameworks

Category : Yorgo Nestoridis

Meta Tag Styling on WordPress

February 13th , 2012 → 8:17 pm @

XO Theme for WordPress Styling After each post, we display Tag, Category and RSS references. They are not part of the actual post; they are of a rather technical nature and may help visitors to find contextual content on the site. The SEO impact of publishing such Meta Information is discussable. Styling the Author Name We want to display the author’s name underneath the main title in small but remarkable fonts: .post .meta, .hentry .meta,.post .meta a, .hentry .meta a { color:#111111;letter-spacing:5px; } Note: we just use letter-spacing to gain visibility.   Bottom Tags Usually these meta tags are printed in small print, often difficult to read. For the purpose of this exercise we have switched to a serif font (Times) and increased letter spacing for better readability: .storycontent .postmetadata, .storycontent .tags { font-family: Times, “Times New Roman”,serif; font-variant:small-caps; font-size:16px; line-height:1.1em;color:#101010; letter-spacing:2.5px; } .storycontent .postmetadata a, .storycontent .tags a{ color:#000000; } Nothing really exciting here: we are using small-caps (alternatively upper-cases) and letter-spacing of 2.5px.Note that letter-spacing can take decimal values. The fun is in experimenting with font, colors and styles!   Related posts: WordPress Date Styling Custom Typography on Semiomantics XO Theme for WordPress
Related posts:

  1. WordPress Date Styling
  2. Custom Typography on Semiomantics XO Theme for WordPress

Related posts:

  1. XO Theme Typography
  2. WP Author Blog by Semiomantics
  3. WordPress Seminar by Ycademy
  4. WordPress for Authors Seminar
  5. Semiomantics WordPress based Frameworks

Category : Yorgo Nestoridis

XO Theme Typography

February 13th , 2012 → 12:25 pm @

Font Styling on WordPress   Related posts: Custom Typography on Semiomantics XO Theme for WordPress
Related posts:

  1. Custom Typography on Semiomantics XO Theme for WordPress

Related posts:

  1. How to Customize your WordPress Typography
  2. XO Mobile Theme with WPTouch Pro
  3. Christmas Skin for XO 2011 WP Theme
  4. XO Photo Press WordPress Theme
  5. Transparent WordPress Theme Design

Category : Yorgo Nestoridis

XO Theme Typography

February 13th , 2012 → 12:25 pm @

Font Styling on WordPress   Related posts: Custom Typography on Semiomantics XO Theme for WordPress
Related posts:

  1. Custom Typography on Semiomantics XO Theme for WordPress

Related posts:

  1. How to Customize your WordPress Typography
  2. XO Mobile Theme with WPTouch Pro
  3. Christmas Skin for XO 2011 WP Theme
  4. XO Photo Press WordPress Theme
  5. Transparent WordPress Theme Design

Category : Yorgo Nestoridis