Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    WordPress Admin Log In Automation Test

    Using Selenium to test administrator functionality for wordpress

    Wednesday, January 10th, 2018

    Protected: Buddypress Template design

    There is no excerpt because this is a protected post.

    Monday, January 8th, 2018

    add image background support template

    Add the following in the function.php add_theme_support( ‘custom-background’, apply_filters( ‘runchums_custom_background_args’, array( ‘default-color’ => ‘f5f5f5’, ) ) );

    Monday, March 14th, 2016
    Sunday, August 9th, 2015

    WordPress Walker

    Walker defines how the list of the menu will be rendered exmaple if you want to change an <li>  to what you want that element to be In order to change the wp default li you need to create a custum file for the menu template copy the content of Walker_Nav_Menu class fromnav_menu_template.php in wp-includes   […]

    Saturday, August 16th, 2014