Logo on the tab

I believe your question is about creating a “favicon”. This is a small image that is served up by your site and appears on each browser tab you may have opened. The WordPress Codex lists a convenient step-by-step on creating a favicon. http://codex.wordpress.org/Creating_a_Favicon Creating a Favicon A favicon can be created using any graphics/image editing … Read more

Using javascript on my site to create nested tabs

A couple of things before I get into the code: 1) It would probably be a cleaner solution to solve this in the theme via extended functionality (PHP modifications) as you gain more experience with WordPress. 2) If you are able to use numbers (1,2,3) instead of words (one,two,three) you can clean up the javascript … Read more

Starting with tabbed metabox

First, you have to create the metabox. Then you have to add tabs to the metabox. For the first step, to create a metabox, here is a tutorial for you. You can use that as bases for your metabox, and maybe modify it according to your needs. For the second step, you have to add … Read more

Single Post in Tab/Slider

If you are using jQuery UI Tabs you can use AJAX to load the content. There is an example on the plugin page. UI Tabs is always part of a WordPress installation and registered already as jquery-ui-tabs.

WooCommerce Tabs [closed]

Yup, there’s a filter for it: woocommerce_settings_tabs_array: add_filter( ‘woocommerce_settings_tabs_array’, ‘wpse94969_settings_tabs_array’ ); function wpse94969_settings_tabs_array($tabs){ $tabs[‘catalog’] = __(‘Products’,’your_textdomain’); // or whatever you fancy return $tabs; } This will take care about the tab title itself: The word “Catalog” appears again in two field labels below though. To change these you can take advantage of the woocommerce_catalog_settings filter: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)