• 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

Ezekiel WordPress Church Theme From Mint Themes

Ezekiel WordPress Theme is a premium WordPress Theme from Mint Themes which is specifically designed for churches. This theme comes with many church-specific functions like sermon podcasts, news, photo galleries and events.

The best thing I like about this theme is that, users of the site can stream/listen to any sermon you post right in their browser or download it to listen later. In addition to this, this is a mobile-friendly as there is no flash on the entire site so you won’t be alienating iPad and iPod users.

Ezekiel Theme

Demo || Download

Features

  • Documentation With Video Tutorials & How-To’s
  • 6 Page Templates (Events, Full Width, General Posts, News, Photo Albums, Sermons)
  • 4 Custom Widgets
  • 4 Custom Post Types (News, Sermons, & Photo Albums)
  • Extensive Theme Options Panel
  • 2 Tier Drop Down Menus
  • Podcast Friendly
  • Post Sermon MP3s
  • Upload Custom Logo
  • Homepage Slider Managed By Theme Options Panel
  • Fully iPhone and iPad compatible
  • Layered Photoshop Files for easy customization
  • WordPress 3.2+ Tested and Ready

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

Sign-Up Link for Ezekiel WordPress Theme

Share your views via comments and do not forget to follow WebGuide4U on Twitter for more updates on WordPress Themes.

Micah WordPress Church Theme From MintThemes

Micah is a premium WordPress theme from MintThemes which is specifically designed for churches. This theme comes with equipped features like easy-to-post-sermons, news, events, photos and more. In addition to this, there is an option to include online donations through your website which is a huge advantage for churches in a changing technical world.

The best thing I like about this theme is that it is a great starting point for any church looking to have a great online presence and it comes with features like image slideshow on the homepage, built in pod-casting setup, easy to post sermons, 4 custom widgets, custom post type for better content management, handy page templates, Google Map Integration for church location, theme documentation guide, theme admin option panel and many more.

Micah Theme

Demo || Download

Features

  • Documentation With Video Tutorials & How-To’s
  • 6 Page Templates (Events, Full Width, General Posts, News, Photo Albums, Sermons)
  • 4 Custom Widgets
  • 4 Custom Post Types (News, Sermons, & Photo Albums)
  • Extensive Theme Options Panel
  • 2 Tier Drop Down Menus
  • Podcast Friendly
  • Post Sermon MP3s
  • Upload Custom Logo
  • Homepage Slider Managed By Theme Options Panel
  • Fully iPhone and iPad compatible
  • Layered Photoshop Files for easy customization
  • WordPress 3.2+ Tested and Ready
  • Google Maps
  • Built in donation button for charity
  • Social media integration for social sharing

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

Sign-Up Link for Micah WordPress Theme

Share your feedback via comments and do not forget to follow WebGuide4U on twitter for more updates on WordPress Theme.

[Tiny Tip] Remove Update Notification For All Users Except Admins

WordPress most popular and widely used CMS which comes with lots of unlimited features. The best thing about WordPress is that it comes with lots of free plugins and themes. Time-to-time upgraded versions are available and you will be notified in wp-admin panel. If you are running a multi-author WordPress blog, then its necessary to hide the upgraded versions from all users. In this post I’m sharing a piece of code which allows you to hide the updated versions form all users and only administrator can see these notifications.

// REMOVE THE WORDPRESS UPDATE NOTIFICATION FOR ALL USERS EXCEPT SYSADMIN
global $user_login;
get_currentuserinfo();
if (!current_user_can(‘update_plugins’)) { // checks to see if current user can update plugins
add_action( ‘init’, create_function( ‘$a’, “remove_action( ‘init’, ‘wp_version_check’ );” ), 2 );
add_filter( ‘pre_option_update_core’, create_function( ‘$a’, “return null;” ) );
}

Isn’t it great to hide the notification from other users? Like this post, then do not forge to follow WebGuide4U on Twitter for more updates on WordPress Tips.

[via] StackExchange

[Tiny Tip] Enable Hidden Admin Feature By Displaying All Site Settings

If you are a theme developer, then it becomes handy to keep a record of various pieces of code you are adding in your theme’s functions.php file. so that you can reuse them. In this post, I’m sharing a little piece of code that allows you to add additional options to your settings menu with a link to “all settings”. By adding this tiny piece of code, it shows you a complete list of all the settings you have within your database related to your WordPress site.

wordpress-themes-display-all-settings

The best thing of this code is that, the link is available to admin only and it is hidden for all other users. Here is the code:

   function all_settings_link() {
    add_options_page(__('All Settings'), __('All Settings'), 'administrator', 'options.php');
   }
   add_action('admin_menu', 'all_settings_link');

Isn’t it a great way to track all settings of your database? Like this post, then share it will all your friends and do not forget to follow WebGuide4U on Twitter for more updates on Theme Development.

[via] StackExchange

Associate Child Theme From StudioPress

Associate is a premium WordPress from StudioPress which works on Genesis Theme Framework and it is specifically designed for corporate/business website. This theme comes with 4 color styles, 3 layout options, custom background and header, featured slider and all the other great Genesis Framework features.

themedy-thesis-skins-and-genesis-child-themesThe best thing I like about this theme is that, by using this theme you can easily improve your company image day-by-day. So for what you are waiting for? Get it right now.

associate-genesis-child-wordpress-theme

Demo || Download

Features

  • Automatic Updates
  • 6 Layout Options – selectable site wide or for individual post/page
  • Theme Setting Panels – many settings that let you fine-tune the way your site looks
  • Custom Hooks (40+) – a hook is a piece of code written into the theme that allows you to attach additional content to the theme itself
  • Custom Widgets (MyTweets, User Profile, eNews & Updates, Featured Posts, Featured Pages)
  • Import / Export Settings – the Genesis Theme and SEO settings are completely portable, so you can back up, restore, and transfer settings from one install to another
  • User Control System – allows admin to turn on/off theme settings, layouts and SEO option availability for users on a per user basis
  • Author Box – display per page option
  • Register / Unregister Layouts
  • Dynamic Text / Image Logo option
  • Navigation menu controls
  • Drop down navigation menu
  • Post Thumbnails
  • Custom Widgets
  • Search Engine Optimized
  • Post and Page Tracking/Conversion Code box
  • Widget-Ready
  • Breadcrumb navigation
  • Integrated Blog
  • Developed for Localization
  • WordPress 3.0+ compatible
  • Third party widget friendly
  • Breadcrumb navigation

Isn’t it a great WordPress Theme for your business website? Like this theme, then get it right now:

Sign-Up Link for Associate Child Theme

Share your feedback via comments and do not forget to follow WebGuide4U on Twitter for more updates on WordPress Themes.

Note

Associate Child Theme works on Genesis Theme Framework and if you do not have copy of Genesis Framework, then get it right now:

Sign-Up Link for Genesis Framework

genesis-theme-framework

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Interim pages omitted …
  • Page 49
  • 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