Using following code you can able to display the subpages of parent page. Tutorial for wordpress get child pages of current page. We have given code sample in this article.
Many people do not care about what CSS they are putting for p tag and div tag. Text wrapping around image in wordpress theme. So far they are not able to use wordpress default functionality of text wrapping around the image.
Text wrapping around image
I am suggesting use following CSS in your wordpress theme whenever you are creating the new theme. You can do care about your theme preview but with that keep an eye you are not breaking the default CSS of wordpress.
Use following CSS in your wordpress theme and you will be able to use wordpress text wrapping around the image for your wordpress theme.
/* wordpress’s default CSS */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/* Using ‘class=”alignright”‘ on an image will (who would’ve
thought?!) align the image to the right. And using ‘class=”centered’,
will of course center the image. This is much better than using
align=”center”, being much more futureproof (and valid) */
Many people are new in development of wordpress theme. They are searching for how to Create the Horizontal page Menus in WordPress theme. Here is code for creating the Horizontal page Menus in WordPress theme.
Create Horizontal page Menus in WordPress theme
Here I am going to show the simple technique of creating the horizontal page menu with wordpressapi.
Just create pages in wordpress first. Add following lines to your header.php file where you want to show the page menu.
wordpress tutorial for, Customize meta description in wordpress theme. In article we will tell you trick to fetch traffic using Meta tags in wordpres theme.
Customize meta description in wordpress theme
Customize meta description in wordpress theme
we can do using the META description tag. We can actually control what gets displayed in our little spot.
gaining the tremendous opportunity to convert that space into traffic with wordpress websites.
Search Engines, like Google, tend to display search results in a very standard format. Usually the TITLE of the post or page is the link that actually takes you to the post, and under that link is a description of the site linked to.
Normally we write the Meta tags in wordpress theme as follows:
<meta name="description" content="Your site Description goes here" />
Instead of this use following code in your wordpress theme.
Some years back in start of 2007, When we started working on wordpress that time, we did not so much help or ebooks on wordpress. All time Best WordPress Ebooks. But now we can found pretty much good ebooks and forum help on internet. we found useful ebooks for new blogger and wordpress developer.
List of All time Best WordPress Ebooks
1. WordPress For Dummies, 2nd Edition
All time Best WordPress Ebooks
Bloggers love WordPress! If you’re ready to start using this free blogging software, WordPress For Dummies, 2nd Edition is just what you and your blog need to make a splash.
Professional blog designer Lisa Sabin-Wilson shows you how to use all the latest upgrades to WordPress and helps you decide whether to use the WordPress.com hosted service or self-host your blog with WordPress.org. Whether you’re just venturing into the blogosphere or you want to shift an existing blog to WordPress, WordPress For Dummies, 2nd Edition will help.
Explore theme development and learn where to find free WordPress themes Extend WordPress through plug-ins, CSS, custom fields, and more Find out about archiving, interacting with readers through comments, tracking back, and handling spam Get the scoop on domain registration, Web hosting providers, basic tools like FTP, and more Create a unique blog theme and presentation by using template tags with CSS Sign up for WordPress.com, log in, set options, and create a profile Install WordPress.org, set up a MySQL database, explore RSS feeds, and organize a blogroll Discover the secrets of creating a blog that draws readers Get tips on wonderful widgets, upgrades, and plugins you can add to make your blog extra cool Learn how to use the Dashboard, manage comments, and make permalinks work with your Web server With WordPress For Dummies, 2nd Edition on hand, it’s easy to make the most of the free software and build a blog that stands out in a crowd.
wordpress-visual quick All time Best WordPress Ebooks
This book gives readers the tools they need to create beautiful, functional WordPress-powered sites with minimal hassle. Using the WordPress user interface as a baseline, authors Jessica Neuman Beck and Matt Beck walk new users through the installation and setup process while providing valuable tips and tricks for more experienced users. With no other resource but this guide, readers can set up a fully-functional and well-designed WordPress site that takes advantage of all the features WordPress has to offer.
building a wordpress blog, All time Best WordPress Ebooks
Having your own blog isn’t just for the nerdy anymore. Today, it seems everyone—from multinational corporations to a neighbor up the street—has a blog. They all have one, in part, because the folks at WordPress make it easy to get one. but to actually build a good blog—to create a blog people want to read—takes thought, planning, and some effort. From picking a theme and using tags to choosing widgets and building a community, creating your blog really starts after you set it up. In this book by blogger extraordinaire Scott McNulty, you learn how to:
WordPress is an open-source personal publishing platform that is easy to use, flexible, and highly customizable. Although used primarily for publishing blogs, WordPress can easily be used to create and maintain complete Web sites.
Taking the average blogger further than blogspot can, WordPress allows bloggers to create more complicated sites with their open-source technology, rather than blogger which is limited by HTML changes to their templates.
This easy-to-follow, step-by-step guide shows you how to install, use, and customize WordPress to get the most from the software. Includes tips that explain why certain techniques are better than others, how to watch for potential problems, and where readers can find more information.
This book walks through clear, step-by-step instructions to build a custom theme for the WordPress open-source blog engine. The author provides design tips and suggestions and covers setting up your WordPress sandbox, and reviews the best practices from setting up your theme’s template structure, through coding markup, testing, and debugging, to taking it live. The last three chapters cover additional tips, tricks, and various cookbook recipes for adding popular site enhancements to your WordPress theme designs using 3rd-party plugins as well as creating API hooks to add your own custom plugins. Whether you’re working with a pre-existing theme or creating a new one from the ground up, WordPress Theme Design will give you the know-how to effectively understand how themes work within the WordPress blog system enabling you to have full control over your site’s design and branding. more >>
WordPress is a free blogging platform available to everyone. WordPress has two components, one is a free, Web-based blog-hosting service called WordPress.com. The other is WordPress.org, which provides users with software to run a more feature-rich version of the blogging tool on their own servers.
Both services offer a very easy way to blog, with administrative options to work collaboratively on one or several blogs using the same log-in. Bloggers can write their posts on a WYSIWYG editor, or switch over to a code view on the fly.
This is a great introduction to WordPress. As simple as WordPress is to administer, you will still need hand holding. Before this there has not been a book on WordPress that got you on your way.
This book assumes no blogging or technical background and does a good job of explaining the basics.
For the non-technical the hosted version of WordPress is a great place to begin. For those needing more there are the install-it-yourself versions. You will find everything you need in regards to hosting companies that offer 1 click installs of the regular version WordPress.
Once you’re set up, you’ll be so educated about WordPress that you’ll not only be blogging on the most democratic platform but also involved with one of the most friendly, intelligent and devoted open source communities in the world. Soon you’ll be customizing your blog to the bliss you’ll be following for the rest of your life.
Not sure where to start blogging? Stuck fiddling around with your blog’s limitations? Interested in improving the world through a remarkable blogging platform? Then do yourself a big favor and invest in this book.
Highly recommended to anybody who needs to run a blog or to budding web designers who would like to extend their toolkit.
Nginx is becoming very popular to host the websites. WordPress is best and popular CMS in the world now. Nginx gives really great performance with wordpress sites. Earlier I given the Nginx configuration with this code. I given code for wordpress and Nginx configuration. For hosting your wordpress website on Nginx server is the best option.
nginx wordpress plugins nginx setup for wordpress
If you have dedicated server then go with nginx server.
wordpress + Nginx + permalink
nginx wordpress plugins nginx setup for wordpress
I found two plugins which are supported to Nginx installtion. But both plugins are not give you nginx rule for setup nginx rule.
If you are using query_posts in your theme for category and you are facing issue with pagination. usage of query_posts, leave the original query on the home page intact, and modify the query from your functions.php file, using pre_get_posts
Solved issue with query_posts and pagination
we solved Issue with query_posts and pagination. If you are using query_posts in your theme and you are facing issue with pagination. for altering any query
Use following code to fix the issue with pagination.
wordpress tutorial, Here in this article, How to set max image size in wordpress post for showing. We given simple CSS code which can be used in your style.css file.
Simply paste the following in your style.css file. This code will work with latest wordpress versions.
set max image size in wordpress post for showing
.postarea img {
max-width: 500px;
height: auto;
}
.post img {
max-width: 500px; /* Adjust this value according to your content area size*/
height: auto;
}
We all are having the twitter account. If we want to show Twitter Followers Count on wordpress widget then just use our code.
How to show Twitter Followers Count on wordpress widget
Open your sidebar.php file and just copy paste the following code.
First you would need to create a file twitter.php and paste the following code in there:
<?php
//This xml file will return the all user information about from twitter account
$xml=file_get_contents('http://twitter.com/users/show.xml?screen_name=wordpressapi');
if (preg_match('/followers_count>(.*)</',$xml,$match)!=0) {
$twitter_follower_count['count'] = $match[1];
// this will show the twitter followers count
echo $twitter_follower_count['count'];
?>
WordPressapi is my twitter username. So you can change it your username.