Saturday, 17 December 2016

Learn to Create Customized Menu in Wordpress without using a Plugin

create-customized-menu-in-wordpress


 


Now Watch this video instead Reading to understand it better to Create Customized Menu in WordPress


Hello and welcome to another fitting site.com screencast tutorial in this video we’re going to cover a few introductory concepts on how to create, custom menus inside of wordpress and starting off with our example. Site here you can see that as we look in main navigation we have several pages for home about us blog contact etc but truth be told they’re not exactly in the order that we would like them to be in this is actually the order that they were created inside of wordpress based on a date or chronology so if we add a page somewhere down the road it will always show up the end of the row here instead of maybe where we’d like it to be so in order to fix that problem,



 


We’re going to have to create what’s called a custom menu and the first thing that we need to do is we need to go into the dashboard of our site since this is WordPress 3.1 you can see that, we have the admin bar at the top of our site and all we need to do is simply click on dashboard once were logged in if this doesn’t work for you or, if you’re not on WordPress 3.1 all you need to do is enter your root URL followed with the words / WP dash admin and that will take you directly to your dashboard.


Anytime we’re in the dashboard what we need to do is we need to create our custom menu and it is located under the appearance tab in the left-hand navigation obviously with the option mark two menus so here we see our custom menus panel forward press and the first thing you’ll, notice is that we need to create our custom menu up here at the top is an area to give it a name we’re going to go ahead and give this the name of main menu and once


We’ve done that we need to create this menu as you can see the main menu has successfully been created now before we can actually add any pages to this we need to tell our wordpress theme that instead of using the automatic or default menu that we already looked at earlier that we want to specify the main menu as the menu we use here you can see under theme locations we have a little drop-down menu for primary navigation and if we click on that, we can see that our newly created main menu is one of the options available you could in fact have several different menus and you could choose whichever one you want to use and also it should be noted that in some themes you have more than one menu location available for this theme the twenty ten theme that ships with wordpress there’s only one menu option which is called primary navigation so now that we’ve added our custom menu to primary navigation all.


We need to do is click on save and that change has been reflected up above now if we scroll down just a little bit here you can see that we have a list of pages with little checkboxes next to them and this actually is all of the pages that we have on our site right now it’s just showing the most recent you could also select view all or you could if you wanted to search for a particular page that you’re looking for in this case we’re just going to stick with you all because we only have a few pages on our site and, I know that this is going to be a little confusing there’s an option up above called home colon home for whatever reason and i think this will be cleared up in future versions of word press this is actually not a page you don’t want to select it but we are going to select everything else we’re going to add all of these pages to our menu once you’ve selected the pages you want to add to your menu all you need to do is click on the Add to menu button and as you can see here on the right-hand side here are all of our pages in the menu as.


We hover over them you’ll see that our cursor turns into a four-way arrow and basically what that means is that we have the ability now to drag and drop the order of these to wherever we want them to go obviously we probably want home to be first followed by about us perhaps and again these can go in any particular order that you want them to go in gallery contact blog you’ll notice for testimonials we actually have the ability if we hover over it correctly you can see that we can create automatically a drop-down menu so if you inset your page like this it’ll show up to drop down option inside of your WordPress menu or you can simply drag it back out again, and if it’s flush with all the rest then that means it’ll show up in main navigation let’s go ahead and move that back into sub page or drop down menu and now all we need to do is just click on the save menu option.


Once all of our changes are complete and let’s go ahead and take a look at our site and here you can see now that we have are completely new menu order home about us which now has a testimonials drop-down gallery contact and block just as simple as that we’ve been able to create a custom menu arrange our pages the way that we want them to appear and also specify which pages we’d like to appear as drop-down items thanks so much for watching and have a great day


 


#CreateCustomizedMenuInWordpress, #CustomMenuMod, #CustomMenuWordpressPlugin, #CustomRestaurantMenu, #HowToAddMenuInWordpressHeader, #HowToCreateCustomMenuInWordpressTheme, #HowToCreateMenuInWordpressStepByStep, #WordpressAddMenuLocation, #WordpressMenuPlugin

10 Methods to create shortcode in wordpress Don"t need any plugins

This tutorial will help you Create your own create shortcode in wordpress


How to create own shortcodes


welcome to the latest designs for the web tutorial  here on YouTube and this tutorials going to be a short walk through demonstrating how you can create your own shortcodes to be used within your themes were for your clients to use within your themes on were press so I one is a short come short-haul really is a little bit a code that you put into your functions file and its callable by just our regular arm text call by yourself or the client .


within a post so let’s just pop it into it and take a look at this in action so I have a post here call short code in action we’re going to put some brackets around a short code that are created and I’ve created one just for a call to action by an so you can see just as simple as it is here I put CTA inside the brackets.



here’s the post page you can see right now there’s nothing there but through the magic of shortcodes when I click on update over here referee will back to a post refresh the page and sure enough there is that call to action by in that created in the functions file so how exactly does is magic occur let’s take a look now at the functions that PHP file in Word Press alright so here we are inside the functions that PHP file and here is the function on this is here this is the function that’s going to allow me to use that short code CTA alright. I don’t think there is any need of using any kind of wordpress shortcode generator because this tutorial will help you do everything.


So let’s go line by line and take a look at how this actually works as is always good practice the first line is just a comment so that you know exactly what the shortcode or dysfunction is and you know you never know down the road you go back and look in your functions filing you have a whole buncha stuff in there especially if you’re piecing it together as you’re learning on the go and so this would be very helpful to you down the road so you know exactly what it is that you are looking at alright our next line of code of course is a function this is what we want the computer we’re all one word press to do.


when we call on the shortcode so inside and these curly braces that’s where you gonna put in there whatever you want your short code to be in this instance.


I was creating some HTML that would help put a bun saw go ahead copy and paste that into you can see map okay so here we have now the code I’m going to be using that’s gonna great combine and you can see here that and make sure I included the question mark and the am greater than sign at the beginning to escape as HTML so they were not how putting anything to the page we want this to be interpreted as an actual HTML and then down here we have to finish in with this closing PHP tag alright so you could see that I’ve included some style but of course if you’re going to do this I would recommend putting that style inside a missile that CSS she so that it’s not on the page itself but just for the sake of this tutorial.


I including right inside the element and here is the link and the tax that’s going to give us that one okay and last but not least be most important part of our short code function here they were creating is we need to and this shortcode so that we can call it from within were pressed using just by simply using are short code CAW so this is pretty simple it takes to arguments are attributes you can see here the first one is the name of our short code inside a single quotes and then the second piece here is the name are the function they get serious here is the function right back up here and sinus thing or quote in a semicolon to end everything and now let’s head back over.


American save that but said back over now to were pressed so that we can see once again how we’re able to just call that alright so one more time back here in the edit post page in Word Press and you can see here’s the short code that we created over the functions file so bring him at functions file backup we have that CTA and essentially what’s happening is wherever we called a CPA inside and those brackets were present going to interpret that as the function call to action button that created here so when we put that CPA in the post and we click on update right over here to the post you’ll see it does al point the HTML.


I hope you enjoy this tutorial model or something you have any questions Be sure to check out my website WWW dot designs for the web doc on or you can hit me up on the email with my cat designs for the web dot com.


#CreateShortcodeInWordpress, #HowToCreateShortcodeForCustomPostTypeInWordpress, #HowToUseShortcodeInWordpress, #ShortcodeWordpressPlugin, #WordpressCreateShortcodeWithParameters, #WordpressCustomShortcodePlugin, #WordpressShortcodeExample, #WordpressShortcodeGenerator, #WordpressShortcodeAtts

Thursday, 15 December 2016

Best Way of making Money is By doing Micro Jobs See These Top Microjob Sites

Making Money Online Doing Micro Jobs


Micro Jobs are small duties which are done on the pc. They’re every so often known as gigs as an alternative of jobs. They’re paid jobs and are for impartial contractors, as corporations don’t hire staff for micro jobs.


Just a disclaimer prior to I begin. I’ve researched all the following firms and their job leads to ensure they are not scams. I’ve even equipped hyperlinks for you to practice! However, I can not make sure that you’re going to be hired. I can’t be sure that you’ll love your job if you’re employed. What I can guarantee is that the next hyperlinks are NOT scams. They are actual jobs that pay an hourly fee for sincere work in the customer service industry. If any of the next hyperlinks are scams or require you to pay at any level outdoor of usual running gear (i.e. pc, pens, internet get admission to, desk), please notify me and I’ll eliminate it in an instant.


Making Cash Online Doing Micro Jobs


Clickworker- www.clickworker.com


Clickworker is a worldwide company that hires folks to function micro jobs like research, writing, translating and knowledge entry. Probably the most company shoppers embody PayPal, Honda and Groupon. You make a choice the duty you want to do from the to be had jobs listed. The amount that you’re making relies on the roles that you simply function, but which you can make a normal of round $9 an hour. While you are not paid by the hour, but paid by the piece; the quicker you’re employed, the more money you’re making. Payments are made on 7th or 8th of the month as long as you may have $10 to your account. The company can pay by PayPal and hires workers global. To apply for a job with Clickworker, you need to go on their website online, register and take review tests to search out out what initiatives you qualify for.


ClixSense- www.ClixSense.com


ClixSense is a pay-per-click website online that pays you to do small tasks like visiting web pages, viewing ads and taking surveys. For the surveys, you wish to qualify for the survey in order to complete it. Qualification is based on your place, gender and age. Surveys give you the most money, but you’ll most effective get paid when you qualify for the survey. That you would be able to get paid anyplace from 50 cents to $5 for every survey you full. You could also receives a commission to watch advertisements and people amounts vary from .001 cents to .02 cents. In order to receives a commission, all you need to do is watch the ads for a certain amount of time like 20-30 seconds. Differently to get paid with ClixSense is to finish small duties.


Fiverr- www.fiverr.com


Fiverr is an online world market where that you could make money for doing certain duties. You get $5 for each job that you simply offer, but Fiverr takes $1 for his or her price, or 2% (whichever is less). Pay is done through PayPal and Fiverr classes include video, audio production, writing, translation, pictures and social advertising and marketing.


Container Agent- www.fieldagent.net


Box Agent is app that is to be had for iOS and Android gadgets. The app connects companies with questions and marketers to supply the answers. You receives a commission for doing simple and easy duties. With a purpose to practice with Box Agent, you need to obtain the app to your telephone, full your profile and find jobs which might be for your house. Whenever you find a job you wish to have to finish, accept the job, function the job, deliver your work after which get paid.  The jobs pay anyplace between $3-$12 for every one. The vast majority of the roles with Box Agent require you to go to a store and find a undeniable product. which You could additionally generate income via finishing surveys proper on the app itself.


TaskRabbit- www.taskrabbit.com


TaskRabbit is superb for many who need to make some extra cash. With TaskRabbit, that you could generate profits by helping other folks run errands and get different tasks completed. At the present time individuals are both too busy or home certain to do things on their ‘to do’ listing in order that they outsource these duties, which is the place you are available. You want to setup an account on their web page. After the registration, you will need to complete an application, publish to a heritage take a look at, have interaction in a video interview and take part in a training session. Once you’re authorized, you login to the web page, the place you will to find jobs you could both assign yourself or bid on. These duties embrace the whole thing from grocery purchasing to feeding pets, however may additionally include virtual tasks like internet design, party planning and Internet research. That you would be able to get paid $35 for grocery procuring, $85 for pet sitting or $12 for purchasing for a cellphone. After you’re achieved the job, you’re going to mark it as performed and will likely be paid inside seventy two hours via direct bank deposit.


Supply


#HowToMakeMoney, #MakeMoney, #MicrojobSites