• Skip to primary navigation
  • Skip to main content

WebGuide4U

Photoshop | WordPress | Webhosting | Web Designing | Discount Coupon

  • Homepage
  • About Us
    • Author
  • Advertise
  • Free WordPress Installation
  • Contact Us
  • Show Search
Hide Search

WordPress

Genesis 1.8 Beta And 25% Discount Coupon Code

If you are looking to grab Genesis from StudioPress, then this is the right time as they are offering 25% discount on all all themes and the best thing is that you can grab StudioPress Pro Plus All Themes Package at cheaper price. So, for what you are waiting for, follow this link to grab Genesis Framework and all 45+ child themes at cheaper price.
studiopress-black-friday-discount-coupon-code

Genesis Framework Discount Coupon Code

Make Money From Genesis Framework

If you are searching ways to make money online, then Genesis Framework is the best way to make money online. All you have to do is to follow the link (mentioned below) and fill up all the details. You are all set to make money online by promoting Genesis Framework And StudioPress Themes

Make Money Online From Genesis Framework

Finally after a much Genesis 1.8 is Beta is released and it is available for users to test on their demo sites or on local environment. It is recommended that to not use this beta version on love sites and this new version of Genesis comes with lots of features. In addition to this several changes have been made, few bugs fixes, all of them are listed below:

New Look for Genesis

As you can see, the default look for Genesis has been updated. We’ve also added 2 media queries to the style sheet, which makes it mobile responsive for devices such as iPad and iPhone. We’ve also consolidated some of the CSS required for menus.

New features with Genesis 1.8

There are number of things were fixed, added and modified. One of the biggest features that we’ve added is the color styles function.

Many child themes have color styles, which are currently being made available by code that’s included in the child theme’s function file as well as an additional file found within a ‘lib’ folder. The new code that is required in the child themes would like this:

/** Create additional color style options */

add_theme_support( 'genesis-style-selector', array( 'agentpress-gray' => 'Gray', 'agentpress-green' => 'Green', 'agentpress-red' => 'Red', 'agentpress-tan' => 'Tan' ) );

As with all functions that end up being placed into a number of child themes (custom header, footer widgets, etc.) we’ve extracted that code out of them and placed it in to Genesis core.

User Interface

  • Improved admin labels by reducing conspicuousness (basically, removing “Genesis” from several headings also displayed on WordPress.com installs).
  • Improved image dimensions dropdown to display to use correct multiplication character, not the letter x.
  • Improved label relationships with the for attribute to make them explicitly linked as per accessibility best practices.
  • Improved top buttons to work better with non-English languages.
  • Improved metabox order on Theme Settings page.
  • Added new color scheme / style metabox on Theme Settings page which child themes can use instead of building their own.
  • Added setting to enable / disable breadcrumbs on attachment pages.
  • Added Genesis features to post and page editors via post type support, instead of hard-coding – you can now disable the inpost metaboxes by removing post type support with a single line of code.
  • Added separate custom title and description on term archives (displayed content defaults to existing title and description if not customized further).

CSS

  • Fixed issue with incorrect CSS being output for custom header text color.
  • Improved specific case CSS for input buttons with more generic selectors.
  • Improved styles for new default Genesis appearance, including responsive design.
  • Improved classes used for menus to be more consistent with WP, and allow simpler selectors.
  • Added vendor-prefixed border-radius properties.

Widgets

  • Improved eNews widget to now pass WP locale to Feedburner, instead of hard-coded en_US.
  • Improved “Header Right” widget area to display as “Header Left” if right-to-left language is used.
  • Improved the image alignment option “None” by giving it a value of alignnone in featured post and page widgets.
  • Improved user profile author dropdown to only show actual authors, not all users.
  • Added posts-link class to user profile widget to accompany the now deprecated posts_link class.
  • Added extended page link text setting for the user profile widget. No longer hard-coded as “[Read more…]
  • Added warning to Genesis Page and Category Menu widget descriptions, to gently deprecate them (use WP Custom Menu widget instead).
  • Removed settings form from Genesis Page and Category Menu widgets, to further deprecate them.

Code

  • Fixed escaping of some values in theme settings.
  • Fixed rare add_query_arg() bug by not passing it an encoded URL.
  • Fixed issue with duplicate canonical tags in the head when an SEO plugin is active.
  • Fixed missing second and third parameters when applying the widget_title filter.
  • Fixed empty anchor in post_author_posts_link shortcode function.
  • Fixed clash with grid loop features and features taxonomy (as in AgentPress Listings plugin).
  • Improved submit button markup by using submit_button() instead of hard-coding it.
  • Improved structural wrap usage.
  • Improved code quality by refactoring widget defaults into the constructor to avoid duplication.
  • Improved some functions to return earlier if conditions aren’t correct.
  • Improved genesis_strip_attr() to accept a string for the elements arguments.
  • Improved featured post widget performance by sanitizing byline with kses on save, not output.
  • Improved taxonomy term performance by sanitizing description on save, not output.
  • Improved comment_form() by passing filterable comment form args.
  • Improved genesis_admin_redirect() by eliminating multiple calls to add_query_arg().
  • Improved order of the notice checks to avoid the reset notice still showing after saving settings.
  • Improved genesis_custom_loop() by refactoring it to use genesis_standard_loop().
  • Improved notice to actually check if settings save was actually successful or not.
  • Improved custom post type (CPT) archive breadcrumb by only linking if CPT has an archive.
  • Improved post date title attribute for hEntry by using HTML5-compatible format.
  • Improved _genesis_update_settings() by moving it to the correct file.
  • Improved code organisation by moving general sanitization functions to the sanitization file from theme settings file.
  • Improved code organisation by moving per-page sanitization code to the related admin page class.
  • Added Genesis_Admin classes – a set of 1+3 abstract classes from which all Genesis admin pages now extend from.
  • Added genesis_is_menu_page() helper function to check we’re targeting a specific admin page.
  • Added new genesis_widget_area() helper function for use in child themes.
  • Added author value to rel attribute for author link shortcode functions.
  • Added ability to make nav menu support conditional.
  • Added search form label filter, so themes can add a visual label in if they wish.
  • Added filter to disable edit post / page link.
  • Added filter to Content Archives display types.
  • Added filter to the options sent to wp_remote_post() when doing an update check.
  • Added filter on custom header defaults.
  • Added filters for term meta.
  • Added filters for previous and next links text.
  • Added genesis_formatting_kses() to be used as a filter function.
  • Removed now-deprecated functions from lib/functions/admin.php and deprecated file.
  • Removed duplicated custom post class handling code.
  • Removed (deprecated) genesis_filter_attachment_image_attributes() function as WP has since improved.
  • Removed genesis_load_styles() as it was an empty function that was never used.
  • Removed remaining PHP4-compatible class constructor names in favor of __construct().

JavaScript

  • Fixed variable name under which JavaScript strings are localized, from genesis to genesisL10n to be consistent with WordPress practices.
  • Improved admin.js with a complete rewrite to separate functions from events, make functions re-usable under genesis namespace, switch to using on() method for jQuery 1.7.1 and ensure all event bindings are namespaced.
  • Improved ability to amend togglable settings by moving the config to PHP where they can be more easily filtered, before sending to JavaScript.
  • Improved admin scripts to only on the appropriate admin pages.

Miscellaneous

  • Fixed license compatibility for child themes by changing license from “GPLv2″ to “GPLv2 (or later)”.
  • Improved theme screenshot.
  • Improved favicon.
  • Improved default footer wording credits.
  • Improved readme content with Header Right info.
  • Added crop parameter to return value of genesis_get_image_sizes().
  • Removed unnecessary check for WPSEO plugin to re-enable title and description output on term archive pages when WPSEO is active.
  • Removed SEO options that remove some of the relationship link tags from the head. See [18680] for more info.

Documentation, Code Standards and Translations

  • Fixed missing text-domain for footer widget area description, post author link shortcode, and user profile widget.
  • Fixed the Scribe notice to be translatable.
  • Improved documentation by moving warning message in top-level files to outside of docblocks so they don’t count as short descriptions.
  • Improved code so it is now written to WordPress Code Standards, programmatically testable via WordPress Code Sniffs.
  • Improved translation of strings by extracting <code> bits to simplify them and reduce the number of unique strings to translate.
  • Added a complete overhaul of docblock documentation at the page-, class-, method- and function-level.

Reporting Bugs with Genesis 1.8 Beta

If you are testing Genesis 1.8 Beta and would like to report a bud, please reply to this thread on our forums. Please do not use that for feature requests, as we are done adding those into Genesis.

Its recommended that do not use this on live site and if you haven’t purchased Genesis yet, then get it right now:

Download Link for Genesis 1.8

If you have any query let me know via comments and do not forget to check out Free WordPress Installation Service which comes with lots of unlimited and amazing features.

Note

If you are looking for best WordPress Hosting or haven’t purchased a hosting yet or searching ways to migrate from old host to new host, then purchase hosting from Hostgator right now and grab 25% discount by using discount coupon – WPHOSTGATOR25OFF. Basically Hostgator offer 20% discount on all hosting plans and by using discount coupon code “WPHOSTGATOR25OFF”, you get 25% discount on any hosting plans and the best thing is that you can share this discount coupon with any of your friends so that they also get maximum possible discount on best WordPress Hosting provider.

Sign-Up Link for Hostgator || (Coupon Code: WPHOSTGATOR25OFF)

ProBlog WordPress Theme From Magazine3

ProBlog is a premium WordPress Theme From Magazine3. It is a professional blogging theme in which every element is well crafted and makes your site look like web 3.0 blogs. The best thing I like about this theme is that, it is a content friendly blog style premium WordPress Theme which comes with features like featured article slideshow on homepage, 11 custom widgets, custom shortcodes, drag and drop contact form, handy page templates, image slider gallery in post, theme admin option panel and many more. In addition to this, this theme can be used in online magazine, tech journals, general magazines or as a standard blog theme and by using this theme you can take your blog/website to whole new level in no time.

problog-wordpress-theme-from-magazine3

demo-and-download

Features

  • Revolutionary Post Formats
  • Easy Drag & Drop Menu
  • Featured SlideShow
  • The Best SEO Options
  • Theme Control Panel
  • Advertisement Options
  • Compatible With WP 3.3+
  • Localized for translations
  • Background Changing Feature
  • Floating Social ShareBox
  • 3 Widgetized Areas
  • Most Viewed Posts Widget
  • Most Commented Widget
  • Drag & Drop Contact form
  • Advance Page Templates
  • Color, Font sizes & Font Family options to change link colors and H1-H6.
  • jQuery Tabs widget in sidebar
  • Shortcodes for alert buttons
  • Awesome Threaded Comments
  • Integrated Custom login box
  • Image slider gallery in posts
  • AdSense Ready
  • Related Posts With Thumbnails
  • 11 Awesome Widgets
  • Works On All Modern Browsers
  • Content focusing homepage layout

Isn’t it a great theme? Like this theme, then get it right now:

Sign-Up Link for ProBlog WordPress Theme

If you have any query let me know via comments and do not forget to check out Free WordPress Installation Service which comes with lots of unlimited and amazing features.

Note

If you are looking for best WordPress Hosting or haven’t purchased a hosting yet or searching ways to migrate from old host to new host, then purchase hosting from Hostgator right now and grab 25% discount by using discount coupon – WPHOSTGATOR25OFF. Basically Hostgator offer 20% discount on all hosting plans and by using discount coupon code “WPHOSTGATOR25OFF” you get 25% discount on any hosting plans and the best thing is that you can share this discount coupon with any of your friends so that they also get maximum possible discount on best WordPress Hosting provider.

Sign-Up Link for Hostgator || (Coupon Code: WPHOSTGATOR25OFF)

SportsMag WordPress Theme From Magazine3

SportsMag is a premium WordPress Theme from Magazine3. It is an advanced sports magazine theme and every element of this theme is well crafted which makes our site look even more better as compared to other sports news website. The best thing I like about this theme is that it is a heavy content driven theme which comes with features like responsive design, custom widgets, built-in lightbox effect for image, easy to use shortcodes, featured article slider on homepage, theme admin option panel and many more. By using this theme you can take your WordPress powered website to whole new level and above all you get maximum exposure to the content.

SportsMag-WordPress-Theme-From-Magazine3

demo-and-download

Features

  • Unlimited Global Skins
  • Easy Drag & Drop Menu
  • Automatic Thumbnails
  • Theme Control Panel
  • Advertisement Options
  • Compatible With WP 3.2+
  • Integrated image Lightbox
  • Background Changing Feature
  • Floating Social ShareBox
  • 7 Widgetized Areas
  • Trending topics
  • Awesome Popular Posts Widget
  • Contact form with reCaptcha
  • Advance Page Templates
  • jQuery featured Slider
  • Shortcodes for alert buttons
  • Allows you to switch between Native Thumbnail & TimThumb Thumbnails.
  • Threaded Comments
  • Integrated Custom login box
  • jQuery Tabs widget
  • AdSense Ready!
  • Related Posts With Thumbnails
  • Works On All Modern Browsers
  • Featured article slider on the front page
  • Modern responsive layout
  • Popular post display area in sidebar
  • Customizable color skin and background image
  • 9 Advertisement area with on / off area
  • Works fine in all major browser

Isn’t it a great theme? Like this theme, then get it right now:

Sign-Up Link for SportsMag WordPress Theme

If you have any query let me know via comments and do not forget to check out Free WordPress Installation Service which comes with lots of unlimited and amazing features.

Note

If you are looking for best WordPress Hosting or haven’t purchased a hosting yet or searching ways to migrate from old host to new host, then purchase hosting from Hostgator right now and grab 25% discount by using discount coupon – WPHOSTGATOR25OFF. Basically Hostgator offer 20% discount on all hosting plans and by using discount coupon code “WPHOSTGATOR25OFF”, you get 25% discount on any hosting plans and the best thing is that you can share this discount coupon with any of your friends so that they also get maximum possible discount on best WordPress Hosting provider.

Sign-Up Link for Hostgator || (Coupon Code: WPHOSTGATOR25OFF)

PhotoTouch WordPress Theme From Themify

PhotoTouch is a premium WordPress Theme from Themify. It is a beautiful and responsive theme which is specifically designed to showcase your photos, portfolio pretty easy and that too without touching any lines of code. This theme features a gallery/slideshow that mimics the iPhone native Photos app and user can swipe arrow keys to go through the photos, double tap, auto play, pinch and expand, etc. The best thing I like about this theme is that it comes with both features responsive design and a slider, both these features make this theme a must have theme to showcase your photo portfolio.

phototouch-wordpress-theme-from-themify

demo-and-download

Features

  • Responsive layout
  • Slider with optional mini thumbnail gallery
  • Various list and grid view layout options
  • Custom header and footer navigation menu
  • Lightbox link
  • Optional RSS and search form
  • Social media icons
  • Footer text and footer logo
  • Back to top button
  • Choose up to 4 footer widget columns
  • 8 theme skins
  • Coded with HTML5 & CSS3
  • Child theme support
  • Theme Option Panel – Take full control of your theme with our easy-to-use option panel from setting to styling.
  • Widgets – Packed with number of custom built widgets.
  • Photoshop File – Layered Photoshop file is included in the Developer Package.
  • Cross-Browser & SEO Friendly – Clean and SEO friendly markups that display consistently across the major browsers: Internet Explorer, Firefox, Chrome, and Safari.
  • Theme Translation – Each theme comes a .po file which allows you to translate the theme without editing the core template files.
  • Documentation – Detailed documentation on how to setup the theme.
  • Sample Content – Sample content is included to help you quickly setup the site.

Isn’t it a great photo theme? Like this theme, then get it right now:

Sign-Up Link for PhotoTouch WordPress Theme

If you have any query let me know via comments and do not forget to check out Free WordPress Installation Service which comes with lots of unlimited and amazing features.

Note

If you are looking for best WordPress Hosting or haven’t purchased a hosting yet or searching ways to migrate from old host to new host, then purchase hosting from Hostgator right now and grab 25% discount by using discount coupon – WPHOSTGATOR25OFF. Basically Hostgator offer 20% discount on all hosting plans and by using discount coupon code “WPHOSTGATOR25OFF”, you get 25% discount on any hosting plans and the best thing is that you can share this discount coupon with any of your friends so that they also get maximum possible discount on best WordPress Hosting provider.

Sign-Up Link for Hostgator || (Coupon Code: WPHOSTGATOR25OFF)

MoviePress $25 Discount Coupon Code January 2012

MoviePress is a premium WordPress Theme from PremiumPress which offers you to create a niche market video website in no time and that too without touching any lines of code. It is an ideal WordPress Theme for creating video training or tutorial websites, cooking, fashion, children and healthcare, sporting, product demonstration, affiliate video websites loaded with Google AdSense or even family video websites. The best thing I like about this theme is that you can easily import videos from YouTube, MetaCafe, etc. and easily setup paid membership packages allowing only members to view certain videos. In this post, I’m sharing $25 discount coupon of MoviePress WordPress Theme which allows you to save awful amount of money while buying this awesome premium theme at cheaper price as compared to original price but before that I would like to share number of features you get with every copy of MoviePress WordPress Theme.

Features

  • Niche Video Websites
  • Affiliate Secret Weapon
  • Import or Upload!
  • Membership Packages
  • Easy Website Management
  • SEO Friendly Websites
  • Import and Quick Setup Tools
  • Unlimited Potential
  • Thumbnails & Custom Images
  • Multi Language Support
  • Completely browser based
  • Integrated Payment Gateways
  • Google Analytics and Tracking
  • Free/Paid Packages
  • User & Staff Management
  • Order Management & Invoices
  • Easy to Customize
  • Advertising Ready!
  • No Encryption! Open source
  • Built in Email Manager
  • Optimized for Mobile Devices
  • Widget & Plugin Support
  • Custom Website Fields
  • Instant MoviePress Theme Downloads
  • License Key for Unlimited Website Installations
  • Access to All Extra MoviePress Child Theme Designs
  • PSD files for Graphic Editing
  • Lifetime Free Theme Upgrades
  • Lifetime Free Theme Support
  • Community Forum Access

All these features make this theme a must have WordPress Theme for creating video niche websites. After a wait, here is the working discount coupon of MoviePress WordPress Theme which allows you to save $25 while buying this awesome theme.

moviepress-25-discount-coupon-code-january-2012

Sign-Up Link of MoviePress WordPress Theme || (Coupon Code: JANSALE)

If you have any query let me know via comments and do not forget to check out Free WordPress Installation Service which comes with amazing offers and features.

Note

If you are looking for best WordPress Hosting or haven’t purchased a hosting yet or searching ways to migrate from old host to new host, then purchase hosting from Hostgator right now and grab 25% discount by using discount coupon – WPHOSTGATOR25OFF. Basically Hostgator offer 20% discount on all hosting plans and by using discount coupon code “WPHOSTGATOR25OFF”, you get 25% discount on any hosting plans and the best thing is that you can share this discount coupon with any of your friends so that they also get maximum possible discount on best WordPress Hosting provider.

Sign-Up Link for Hostgator || (Coupon Code: WPHOSTGATOR25OFF)

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 191
  • Page 192
  • Page 193
  • Page 194
  • Page 195
  • Interim pages omitted …
  • Page 286
  • Go to Next Page »

Hit the ground running with a minimalist look. Learn More

WebGuide4U

All rights Reserved. Articles cannot be reproduced without permission from the author© 2026