How to add the top image banner in WordPress plugin development page
If you are a WP plugin developer and need to add a banner at the top of the plugin development homepage then here you can learn how to.
First, we need to design a unique banner using the following size...
Drag and Drop Upload for WordPress
Magn WP Drap and Drop Upload for WordPress is a simple but useful plugin for WordPress that will help you save lot of time while uploading images to posts.
This plugin takes advantage of HTML5 upload features...
How to enhance WordPress pagination
There are several plugins that helps you enhancing pagination in WordPress. Some of these plugins are WP-PageNavi and WP-Paginate
The example above shows the pagination used in Aplicaciones, a site that...
How to display subpages in a template page with WordPress
wp_list_pages() is a WordPress function that displays a list of WordPress Pages as links. It is often used to customize the Sidebar or Header, but may be used in other Templates as well, for example if...
Creating an option page in WordPress
This page explains about creating an option page in WordPress.
You can use this resource for example if you need to create a settings page in WordPress to put custom options.
If you want to learn more...
301 Redirect for images, SEO, WordPress, Amazon S3 and CDN
When working with CloudFront and Amazon S3 Storage Service you usually move all the static stuff to the CDN in order to reduce the round trip time and offer a better experience for the user.
People recommend...
Alignright don’t center properly in WordPress blog
If .alignright CSS rule is not centering properly in a WordPress blog, try using this:
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright...
WordPress to Constant Contact
If you want to import all your wordpress subscribers to Constant Contact then you can use the CC API by creating a simple script.
Add a Sidebar to a WordPress theme
if you want to add a Sidebar to a Word Press theme, then you can do it simply. This article from blogohblog explains clearly how to add a second sidebar to your theme. The process is simple, just need...
Simple CMS Theme for WordPress
Those that are worried about the way to use WordPress as a CMS may be also worried to get the right WordPress theme for a CMS Website.
Now we can use Pixopoint Simple CMS Theme for WordPress that allows...

Recent Comments