Category: WordPress

Everything connected to editing wordpress cms.

Enable prettyPhoto Lightboxes from Woocommerce to the whole WordPress site

Enable woocommerce products lightboxes throughout your whole WordPress site without any additional plugins. Add the code to your child theme functions.php file.Continue reading

Posted in Templates, WordPress | Tagged | 13 Comments

Trim Excerpts and Content Directly in Your Child Theme Templates – No Need to Deal With Functions.php

Change word limits of different text elements, like excerpts, titles, etc. using wp_trim_words new function. Useful to truncate and cut different texts directly on wordpress template file. No need to change function.php anymore.Continue reading

Posted in WordPress | Tagged | Leave a comment

Easily Move Woocommerce WordPress Site with Duplicator Plugin

I found this great plugin and easily duplicated a complex wordpress site with woocommerce to another hosting. Worked very well!Continue reading

Posted in WordPress | Tagged | Leave a comment

Change Default TwentyTwelve WordPress Theme Font in My Child Theme

Switch default google webfonts cdn Open Sans twenty twelve wordpress theme’s font to any other font from googlefonts in my child theme.Continue reading

Posted in WordPress | Tagged | Leave a comment

Add New Dynamic Widgets Area in Header of Your Child Theme with TwentyTwelve Parent

This is a snippet to help to add new widgets area in the custom header of Twenty Twelve child theme. Very simple.Continue reading

Posted in WordPress | Tagged | 15 Comments

Remove ie.css of Parent Twenty Twelve Theme and Add a Copy of it in Your Child Theme

When creating a child theme to parent Twenty Twelve new WordPress theme we must override parent ie.css file located in /css folder of parent theme. Here’s the solution.Continue reading

Posted in WordPress | Tagged | 28 Comments

Installing WordPress At The Domain Root, But In Its Own Folder

Put your WordPress installation in a separate folder on FTP, but still have site accessible from the domain root. It’s easy and makes your FTP organized better. Continue reading

Posted in WordPress | Tagged | 1 Comment

How to Add Second Navigation Menu to WordPress Child Theme (with Twenty Eleven or Twenty Twelve Parent)?

Update on how to add second navigation menu to Twenty Eleven or Twenty Twelve new theme in WordPress. Continue reading

Posted in Templates, WordPress | Tagged | 3 Comments

Adding More Posts Links with Featured Images to WordPress Templates with Mini Loops Plugin

Adding more post links to WordPress templates can be done using Mini Loops Plugin. The list will have 6 featured images rectangles with post’s title. This post links will show next to regular post links with another design and they will not include links already used.Continue reading

Posted in WordPress | Tagged | 1 Comment

Authors List Widget and Full Featured Author Page with HTML Editing for WordPress

Extending users default WordPress functionality with 2 plugins to create authors list as widget and to make full featured author’s page.Continue reading

Posted in WordPress | Tagged | Leave a comment

Change “Continue reading →” of Twenty Eleven WordPress Theme from its Child Theme functions.php

Change default “Continue reading →” text after an excerpt in WordPress default Twenty Eleven from functions.php of your child theme. Both for Custom Excerpts and Auto Generated Excerpts.Continue reading

Posted in WordPress | Tagged | 6 Comments

WordPress Admin Menu Not Visible After Upgrading qTranslate Plugin for Russian

When updated WordPress and plugins to the new version the Admin navigation menu bar disappeared. Disabling plugins showed that the cause was qTranslate multiple languages plugin. After closer investigation I found that the cause was in Russian CSS file, which came not updated from 2010 and wasn’t suitable to wp 3.2 new design.Continue reading

Posted in WordPress | Tagged | 3 Comments