Like any short-cuts list, these will only increase your time if you can commit the ones you use most to memory so they’ll integrate well into your workflow. I recommend printing this chart and putting it somewhere close by your keyboard so you can … [Continue reading]
Google new update: Pigeon update
Google has released a new algorithm to provide a more useful, relevant and accurate local search results that are tied more closely to traditional web search ranking signals. The changes will be visible within the Google Maps search results and … [Continue reading]
Share Buttons in WordPress Code
First of all you have to insert the following code into the CSS file [php] #share-buttons img { width: 25px; padding: 5px; border: 0; box-shadow: 0; display: inline; } [/php] Then input this code where you want to display the … [Continue reading]
Authorship, implements the authorship in Google
Have you started a blog? Well, what do you do next? Implements the authorship. Before you even enter the code for Google Analytics or Webmaster Tools. Before you even write a post or a page. Follow all the steps to confirm the authorship because … [Continue reading]
Cool menu for WordPress Categorys
Put this into functions.php [php]function get_mymenu($curcat = 0, $depth = 0) { $breadcats = my_get_breadcats($curcat); $my_cats = my_get_all_categories(); $html = "<ul class=\"children\">"; $categories = … [Continue reading]
- « Previous Page
- 1
- …
- 12
- 13
- 14
- 15
- 16
- …
- 20
- Next Page »