Best Filter Plugins for WordPress Blog

WordPress, wordpress plugins
Awesome Filterable Portfolio The plugin lets you create a very modern and outstanding filterable portfolio. More Info | Download WordPress Options The plugin allows you to easily add options to your products, themes or plugins. More Info | Download Advanced Post Manager The plugin allows you to turbo charge your posts admin for any custom post type with sortable filters and columns, and auto-registration of meta-boxes. More Info | Download WP Hide Post The plugin enables you to control the visibility of items on your blog by making posts/pages hidden on some parts of your blog, while still visible in other part. More Info | Download wpautop control The plugin allows you to add a global setting to turn the wpautop filter on and off as well as to override…
Read More

How to hide WordPress admin for your subscribers?

CMS, Web Design & Programming, Web Development Services, WordPress
These functions will help you for hiding  WordPress admin for your subscribers. We’ve used a capability of “edit_posts” which is just outside of the roles of a Subscriber user. If the user is logged in, but can’t edit posts, then hide the admin bar on the frontend of the website. If the user is logged in, but can’t edit posts, do not allow them to access the WordPress admin panel. This code could go in functions.php of your theme or in a plugin you create. /** * Disable admin bar in frontend for subscribers. */ function themeblvd_disable_admin_bar() { if( ! current_user_can('edit_posts') ) add_filter('show_admin_bar', '__return_false'); } add_action( 'after_setup_theme', 'themeblvd_disable_admin_bar' ); /** * Redirect to homepage and not allow access to * WP admin for Subscribers. */ function themeblvd_redirect_admin(){ if ( !…
Read More

Localize Your WordPress themes and plugins with GetText

WordPress
Localize Your WordPress themes and plugins using GetText with some easy steps. If you want your blog to be in a number of languages, the your theme and texts in plugins should be localized, as well as the post contents. We’ll show you how you can achieve this with the GetText package. Localizing your plugins allows you to reach the widest audience possible.It only takes a little effort to make your plugins & themes translation ready and is easier to do. GetText and WordPress GetText is a a text translation utility. It’s free and comes built on any web server. WordPress makes comprehensive use of it and all WordPress localization is based on GetText. There are a few steps to localization with GetText: Wrap each text in a GetText call…
Read More

WooCommerce FrontEnd Add-on

Web Design & Programming, Web Development Services, WordPress
Product Description WooCommerce FrontEnd product manager is a powerful WooCommerce add-on that helps to manage all the user’s products, their product orders, profile settings and other WooCommerce settings from the front-end of your site. No back-end access required for the user to set up his own products on your site. This add-on will also add the feature of user registration, user front-end login and all WooCommerce plugin feature. It`s a complete package for the users to manage everything regarding their products, their product orders, their profile, there WooCommerce settings along with the PayPal payment settings. Adding, editing, updating, trashing and permanently deletion of product feature is also available. User can view their product orders with different view options as completed, pending and all orders and can also mark them as completed. User can also view…
Read More

CSS3 & jQuery Tips & Important Links

HTML5 Templates, Joomla, WordPress
CSS3 & jQuery are two main aspect of a website, and without it a website cant be looking nice and user friendly. Here we are providing you CSS3 & jQuery Tips & Important Links, so that you can use them in your websites and can develop more nice and eye catching. Border Radius CSS The border-radius CSS property allows Web authors to define how rounded border corners are. The curve of each corner is defined using one or two radii, defining its shape: circle or ellipse. You can give any element "rounded corners" by applying a border-radius through CSS. You'll only notice if there is a color change involved. For instance, if the element has a background-color or border that is different than the element it's over. GENERATE Gradient CSS…
Read More

Automatically Complete WooCommerce Orders

WordPress
When a WooCommerce order is placed, the customer will pay for it, the order will be fulfilled and the item(s) dispatched, at which point the order will probably be marked as ‘Completed’. This process is supported in WooCommerce and allows the order to go from ‘Pending’, to ‘Processing’, and finally to ‘Completed’ once the products have been sent out. This is fine for orders where a physical item exists, but this seems not correct with virtual orders becuase there is no notion of postage or sending out items. In this case, when someone paid via PayPal we needed to set the order straight to ‘Completed’ once payment had been received, instead of having to manually log into WordPress and update the order status ourselves. The steps below explain how to…
Read More

What is responsive design?

WordPress
Responsive design is a web design approach aimed at crafting websites to provide the best experience available for the device being used to browser a website. This tailors the experiences for reading and navigating, reducing the need for resizing, panning, and scrolling on small screens. In the field of Web design and development, we’re quickly getting to the point of being unable to keep up with the endless new resolutions and devices. For many websites, creating a website version for each resolution and new device would be impossible, or at least impractical. A typical website design with responsive capabilities is designed using CSS3 media queries, which allow specific CSS styles to be applied at different browser widths. This allow you create different designs for differently-sized screens. A good place to…
Read More

Setup Facebook APP For Facebook Auto Post WordPress Plugin

WordPress
The Facebook Platform uses OAuth 2.0 for authentication and authorization. You need to setup Facebook APP For Facebook Auto Post WordPress Plugin and connect this application to your blog and authorize it. Please see the instructions below: Facebook Configuration 1.Create an app and community page for your website. 1. Login to your Facebook account. 2. Go to the Developers page: https://developers.facebook.com/ If you are not registered as “Developer” yet, you need to click green button “Register as a Developer”. Click here to see the Register as a Developer instructions, otherwise proceed to the step #3. FAQ: Question: Why I can’t create an app on developers.facebook.com/apps ? When I am trying to enter that page it redirects me back to my account? Answer: Facebook “Business” or “Advertising” accounts can’t manage apps. Only…
Read More

How To Rename “WP-Content” Directory In WordPress?

WordPress
Wp-content folder contains WordPress themes and plugins, or we just call them extensions, which makes your WordPress different from others. You can rename wp-content directory with your desired name like “public_files” or "assets". Renaming of wp-content directory helps to hide your wordpress information from the hacker. Must Note Before changing It There are several plugins and themes that do not follow best practices. They use “wp-content” as the path and URL in their code, instead of defining them dynamically. In such cases, the plugins and themes may not function properly. Furthermore, this will also break links to images that already attached in your posts and that are stored in wp-content. So, this modification should be taken with caution and, it is better done when you just starting your website. Otherwise, it could ruin your website…
Read More

WooCommerce for iOS is launched now

CMS, Web Design & Programming, Web Development Services, WordPress
There has been a Mexican wave of activity at WooThemes this month - Canvas child themes, our birthday celebrations, the announcement of the WooCommerce conference - and it continues today with some particularly exciting news. Our WooCommerce iPhone app is here! It's available in iTunes for $4.99. We hope you enjoy it and look forward to hearing your thoughts. The WooThemes Team
Read More