Tags
This gallery contains 13 photos.
31 Monday Mar 2014
Tags
This gallery contains 13 photos.
30 Sunday Mar 2014
Why set goals? Every one of us may spend countless hours to think about our present life and future. Almost everyone wishes to change our lives. Whether it is family life, friendship, career or finances. We all want to change something. The first step is to set goals.
What are the benefits of goal setting? There are many of them and many reasons for why set goals.
Goal is like a GPS in life. It gives you direction and helps you choose where to go in life. It makes you vision about your ideal future and to turn it into reality. When you have achieved the goal, you improve your life and become a better version of yourself.
Goals help us to sort out what is important and what isn’t. You will only focus on the things that you want to achieve and spend precious time on them.
Goals help you identify and establish your priorities and make the right choices based on the long-term view of what is most important to you.
You will focus and concentrate your time and energy on the task. Keep away all the distractions and this make you efficiently.
When you set a goal and measure the achievement, you are able to see what you have done and what you are capable of. This process of achieving goals gives you the confidence and a belief in your self. And you become enthusiastic too.
After you have achieved one goal, you will try to achieve higher goals. In the long turn, you will see big progress you have made when look back.
Goals are the starting point of success. A good start makes half the success.
Can these benefits give you enough reasons to set your goals now? Or you want to learn more? Read
why goal setting works. You will see clearly goal setting works in our lives.
After you see these benefits, you will know the importance of goal setting and why we need to set goals. You will not pay a price for setting goals, but you will pay a price for not setting them.
I will take you through the practical steps of goal setting and help you to create and attain your top quality goals. There are three key points you need to know to make sure your success, you can learn from the
goal setting information.
Now you know that we really have to set goals in our lives. If we study further, there is one famous
goal setting theory researched by Dr Edwin Locke. What is it about? You can study it by clicking the link.
Some people don’t set goals. What will happen if we don’t set goals? I will show you in
goal setting tips why people fail in real life. After reading it, I am sure you will know the answers to why set goals question.
– By Frank Purdy
29 Saturday Mar 2014
Tags
The road of life is strewn with the bodies of promising people. People who show promise, yet lack the confidence to act. People who make promises they are unable to keep. People who promise to do tomorrow what they could do today. Promising young stars, athletes, entrepreneurs who wait for promises to come true. Promise without a goal and a plan is like a barren cow. You know what she could do if she could do it, but she can’t. Turn your promise into a plan. Make no promise for tomorrow if you are able to keep it today. And if someone calls you promising, know that you are not doing enough today.
― Iyanla Vanzant
28 Friday Mar 2014
Posted Love
inTags
My love for you is like a red, red rose,
It started as a seed but it’s grown and grown.
Its roots reach deep down inside of my chest,
And it grows even more with each passing breath.
The delicate petals lay beautiful and pure,
All the doubts that I’ve had you have since cured.
For all the thorns that this proud rose bears,
They are all softened by the thought of your care.
Soon the rose grows old and withers and dies,
But the love that helped grow it will last for all time.
– Sam Fedarb
27 Thursday Mar 2014
Posted WordPress
in27 Thursday Mar 2014
Keeping yourself emotionally and physically healthy will help you live a more rewarding and productive life. Good health involves more that just watching calories, exercising, and treating illness. Good health also requires maintaining a healthy balance between the stressors of work, home, and play.
The way we take care of ourselves affects us in many ways. Maintaining a healthy weight, staying physically fit, and taking steps to prevent disease are all ways we can take control of our health. Other ways to stay healthy include, not smoking, getting plenty of sleep, being safety conscious, drinking plenty of water, and learning to manage stress.
26 Wednesday Mar 2014
Posted WordPress
inThe simplest shortcode is the self-closing one. We’re going to create a simple link to our Twitter account, and then add it in a blog post.
All the code goes in functions.php, which is located in /wp-content/themes/your-theme/. If you don’t have one, just create it and put the code in it.
<?php function button_shortcode() { return 'Follow me on Twitter!"'; } add_shortcode('button', 'button_shortcode'); ?>
[button]
Simply using the the add_shortcode()
function, we can link any php function to our shortcode. In this simple example, all we do is returning a link to our Twitter account, but let’s take this a step further and add some parameters.
25 Tuesday Mar 2014
Without a family, man, alone in the world, trembles with the cold.
– Andre Maurois
24 Monday Mar 2014
Tags
“Good friends, good books, and a sleepy conscience: this is the ideal life.”
― Mark Twain
23 Sunday Mar 2014
Sometimes in life, you find a special friend. Someone who changes your life just by being part of it. Someone who makes you laugh until you can’t stop. Someone who makes you believe that there really is good in the world. Someone who convinces you that there really is an unlocked door just waiting for you to open it. This is forever friendship. When you’re down and the world seems dark and empty, your forever friend lifts you up in spirit and makes that dark and empty world suddenly seem bright and full. Your forever friend gets you through the hard times, the sad times an dthe confused times. If you turn and walk away, your forever friend follows. If you lose your way, your forever friend guides you and cheers you on. Your forever friend hold your hand and tells you that everything is going to be okay. And if you find such a friend, you feel happy and complete because you need not worry. You have a forever friend, and forever has no end.
22 Saturday Mar 2014
Tags
Each morning when I open my eyes I say to myself; I, not events, have the power to make me happy or unhappy today. I can choose which it shall be. Yesterday is dead, tomorrow hasn’t arrived yet. I have just one day, today, and I’m going to be happy in it.
– Groucho Marx
The happiness of your life depends upon the quality of your thoughts: therefore, guard accordingly, and take care that you entertain no notions unsuitable to virtue and reasonable nature.
– Aurelius, Marcus
21 Friday Mar 2014
How to add Custom Taxonomy in WordPress
This code is add in your function.php file and after check in WordPress admin in leftside …
// product_category = This is your custom taxonomy type name // product = This is your custom post type name function add_product_taxonomies() { register_taxonomy('product_category', 'product', array( 'hierarchical' => true, 'labels' => array( 'name' => _x( 'Product Category', 'taxonomy general name' ), 'singular_name' => _x( 'Category', 'taxonomy singular name' ), 'search_items' => __( 'Search Categories' ), 'all_items' => __( 'All Categories' ), 'parent_item' => __( 'Parent Categories' ), 'parent_item_colon' => __( 'Parent Categories:' ), 'edit_item' => __( 'Edit Categories' ), 'update_item' => __( 'Update Categories' ), 'add_new_item' => __( 'Add New Categories' ), 'new_item_name' => __( 'New Categories Name' ), 'menu_name' => __( 'Categories' ), ), 'rewrite' => array( 'slug' => 'product_category', 'with_front' => false, 'hierarchical' => true ), )); } add_action( 'init', 'add_product_taxonomies', 0 );
Only example images is here :
20 Thursday Mar 2014
Posted WordPress
inTags
Custom post types are new post types you can create. A custom post type can be added to WordPress via the register_post_type() function. This function allows you to define a new post type by its labels, supported features, availability and other specifics.
Note that you must call register_post_type() before the admin_menu and after the after_setup_theme action hooks. A good hook to use is the init hook.
Here’s a basic example of adding a custom post type:
Add this code in your function.php file
add_action( 'init', 'movies' ); function create_post_type() { register_post_type( 'movies', array( 'labels' => array( 'name' => __( 'Products' ), 'singular_name' => __( 'Product' ) ), 'public' => true, 'has_archive' => true, ) ); }
Example :
$args = array( 'post_type' => 'movies', 'posts_per_page' => 10 ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); the_title(); echo '<div class="entry-content">'; the_content(); echo '</div>'; endwhile;
19 Wednesday Mar 2014
Posted WordPress
inI am very pleased that my friend Robin at witlessdatingafterfifty.wordpress.com nominated my blog for this award. First it is to honor my friend Shaun Gibson at prayingforoneday.wordpress.com who has an excellent blog and is an excellent human being. This award was started by Dr. Rex, you guessed it, another excellent human being at hrexach.wordpress.com. That is quite an excellent group which makes me thankful…(My mama taught me not to be proud!)
Now to my friend Robin who sends me the most enjoyable comments and has become more than just a fellow blogger, but a friend. She is an over 50 year old lady navigating the singles world. She is trying to eat healthier, exploring popular culture, film and all forms of art. She shares love stories that people have shared with her, either from online dating experience or from other bloggers. Check out her blog, you won’t be disappointed.
View original post 65 more words
19 Wednesday Mar 2014
Posted Love
inTags
I love you without knowing how, or when, or from where. I love you simply, without problems or pride: I love you in this way because I do not know any other way of loving but this, in which there is no I or you, so intimate that your hand upon my chest is my hand, so intimate that when I fall asleep your eyes close. Pablo Neruda
જેને કશું કામ કરવા ના હોય એ નવરો બેઠો બેઠો બ્લોગ લખે.
#WCAhmedabad
Hinal Sanghvi
A Blog for Tutorials, Free Videos, and Updates on Courses, Talks and Workshops
love nature, and all things creative
beautiful nerdy bookish things
Trying to be Useful, one post at a time!
Dreaming, believing, learning then achieving