| 0.5510 [ms] | SHOW TABLES LIKE 'wp_subscribe2';
|
| 7.4170 [ms] | DROP TABLE wp_option_tree;
|
| 6.9070 [ms] | CREATE TABLE IF NOT EXISTS wp_option_tree (
id mediumint(9) NOT NULL AUTO_INCREMENT PRIMARY KEY,
item_id VARCHAR(50) NOT NULL,
item_title VARCHAR(100) NOT NULL,
item_desc LONGTEXT,
item_type VARCHAR(30) NOT NULL,
item_options VARCHAR(250) DEFAULT NULL,
item_sort mediumint(9) DEFAULT '0' NOT NULL,
UNIQUE KEY (item_id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;;
|
| 3.1359 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('general_settings','General
Settings','','heading','');
|
| 2.2671 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_alt_stylesheet','Theme Skin','Select
ther desired CSS color scheme','select','1-default,2-red,3-black,4-brown,5-blue');
|
| 1.7381 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_favicon','Favicon','Upload a favicon or
paste its URL. Don't have a favicon? <a href="http://www.favicon.cc/" target="_blank">Create one?
</a>','upload','');
|
| 2.1551 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_logo_url','Custom Logo','Upload a logo
image or paste its URL.','upload','');
|
| 2.9531 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_show_blog_title','Display Blog/Site
Title instead of logo','This setting will overwrite your logo selection above. You can <a href="options-general.php">change your
Blog/Site Title here</a>','radio','Yes,No');
|
| 0.2978 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_feedburner_url','Syndication feed
URL','Enter Feedburner feed URL, else leave it blank.','input','');
|
| 1.7769 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_tweet_button','"Tweet"
button','Show "Tweet" button in blog post.','radio','Yes,No');
|
| 3.4511 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_facebook_button','"Facebook
Like" button','Show "Facebook Like" button in blog post.','radio','Yes,No');
|
| 1.5919 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_date_format','Date Format','Format :
d/m/Y OR M j, Y\nFor more information on Wordpress Time Tags, <a href="http://codex.wordpress.org/Formatting_Date_and_Time"
target="_blank" >click here</a>','input','');
|
| 0.2818 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('pttheme_contact_email','Contact Form
Email','This is the email address where your users will contact you.','input','');
|
| 2.8460 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_breadcrumbs','Breadcrumbs
Navigation','Display Breadcrumbs navigation. i.e. Home > Blog > Title - <a href=options-general.php?page=yoast-breadcrumbs.php>Change
options here</a>','radio','Yes,No');
|
| 1.6410 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_auto_install','Disable
auto-install','Want to disable auto-install ?','radio','Yes,No');
|
| 1.5881 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_postcontent_full','Content Display','In
category listings, choose whether post excerpts or full posts are displayed.','radio','Full Content,Excerpt');
|
| 10.8750 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_content_excerpt_count','Content Excerpt
Word Count','Enter Content Excerpt Word Count.','input','');
|
| 0.3390 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_content_excerpt_readmore','Content
Excerpt \"Read More\" Link Text','Enter Content Excerpt \"Read More\" Link Text','input','');
|
| 1.0121 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_notification_type','Email Notifications
Type','select Email Notifications options','radio','PHP Mail, WP SMTP Mail');
|
| 9.0489 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_timthumb','Disable Image auto-resize
(via timthumb scripts)','Wish to Disable Image auto-resize (via timthumb scripts)?','radio','Yes,No');
|
| 0.4470 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('pttheme_cufon_options','Cufon Options','Here you
can enable / disable Cufon font replacement functionality.','radio','Enable, Disable');
|
| 2.0099 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('navigation_settings','Navigation
Settings','','heading','');
|
| 6.2571 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_top_pages_nav_enable','Top Header
Navigation Settings','Wish to activate Top Header Navigation?','radio','Activate,Deactivate');
|
| 1.2610 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('header_footer_scripts','Add
Scripts','','heading','');
|
| 2.3060 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_scripts_header','Header Scripts','If
you need to add scripts to your header (like <a href="http://haveamint.com/">Mint</a> tracking code), do so
here.','textarea','10');
|
| 2.0800 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_scripts_footer','Footer Scripts','If
you need to add scripts to your footer (like <a href="http://www.google.com/analytics/">Google Analytics</a> tracking code), do
so here.','textarea','10');
|
| 1.8291 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('seo_options','SEO Options','','heading','');
|
| 2.2800 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_home_title_seo','Home Title','Home
Title for SEO','textarea','3');
|
| 0.2279 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_home_desc_seo','Home Description','Home
description for SEO','textarea','10');
|
| 0.2439 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_home_keyword_seo','Home Keywords','Home
keywords for SEO (comma separated)','textarea','10');
|
| 0.6990 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_category_noindex','Use
'noindex' for category pages','Choose appropriate option to include/exclude category pages from being indexed by search
engines.','radio','Yes,No');
|
| 2.9879 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_archives_noindex','Use
'noindex' for archive pages','Choose appropriate option to include/exclude archive pages from being indexed by search
engines.','radio','Yes,No');
|
| 1.0920 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_tag_archives_noindex','Use
'noindex' for tag pages','Choose appropriate option to include/exclude tag pages from being indexed by search engines.','radio','Yes,No');
|
| 1.0951 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('pttheme_seo_hide_fields','Hide SEO custom fields
in post pages?','Choose 'yes' to disable SEO custom fields in post & page screens.','radio','Yes,No');
|
| 1.2710 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_use_third_party_data','Use Third Party
SEO Plugin','Data added to custom fields in post & pages will be used where applicable','radio','Yes,No');
|
| 0.3359 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('post_settings','Posts','','heading','');
|
| 1.5450 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_home_page','Home Page','Enter Number of
post in home page','input','');
|
| 0.2971 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_cat_page','Archive Page','Enter Number
of post in Archive Page','input','');
|
| 0.5081 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_search_page','Search Page','Enter
Number of post in search page','input','');
|
| 0.1810 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_date','Listing Post
Date','Display post date in listing pages','select','Yes,No');
|
| 0.5460 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_tags','Listing Post
Tags','Display post tags in listing pages','select','Yes,No');
|
| 0.8650 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_category','Listing Post
Category','Display post category in listing pages','select','Yes,No');
|
| 0.7629 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_comment','Listing Post
Comment','Display post comment in listing pages','select','Yes,No');
|
| 0.3681 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_listing_author','Listing Post
Author','Display post author in listing pages','select','Yes,No');
|
| 1.0211 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_date','Detail Post
Date','Display post date in detail page','select','Yes,No');
|
| 0.2220 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_tags','Detail Post
Tags','Display post tags in detail pages','select','Yes,No');
|
| 0.2341 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_category','Detail Post
Category','Display post category in detail pages','select','Yes,No');
|
| 0.2160 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_comment','Detail Post
Comment','Display post comment in detail pages','select','Yes,No');
|
| 0.6649 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_details_author','Detail Post
Author','Display post author in detail pages','select','Yes,No');
|
| 0.9661 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES
('ptthemes_pagination','Pagination','','radio','Default + WP Page-Navi support, AJAX-fetching posts');
|
| 26.3381 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_common_settings','Style & Color
Settings','','heading','');
|
| 5.3680 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_fonts','Fonts','Choose your site
fonts','select','Verdana, Geneva, Arial, Arial Black, Trebuchet MS, Helvetica, sans-serif, Georgia, Times New Roman, Times, serif,');
|
| 0.3581 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_body_background_color','Body Background
Color','Choose your site background color','colorpicker','');
|
| 1.5800 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_body_background_image','Body Background
Image','Upload body background image from here','upload','');
|
| 1.4138 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_body_bg_postions','Body background
image postions','Select body background image postion<br />\n(1) no-repeat = Do not repeat background image <br />\n(2) repeat = Repeat
horizontally & vertically <br />\n(3) repeat-x = Repeat only horizontally <br />\n(4) repeat-y = Repeat only vertically
','select','no-repeat,repeat,repeat-x,repeat-y,repeat-y center top,repeat-y left top');
|
| 1.6758 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_link_color_normal','Link Color
Normal','Select link color normal','colorpicker','');
|
| 0.2801 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_link_color_hover','Link Color
Hover','Select Hover link color','colorpicker','');
|
| 1.4880 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_main_title_color','Main Title
Color','Select main title color','colorpicker','');
|
| 3.0010 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_customcss','Use Custom
Stylesheet','Activate this option to enable custom.css stylesheet. <a
href="theme-editor.php?file=/themes/TFramework2/custom.css&theme=Temlatic+Framework%2FTFramework2&dir=style" />Edit custom.css
file here</a>.','radio','Activate, Deactivate');
|
| 1.7660 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_page_layouts','Page
Layout','','heading','');
|
| 0.2711 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_page_layout','Page Layout','Select page
layout','select','Full Page, Page 2 column - Right Sidebar, Page 2 column - Left Sidebar, Page 3 column - Fixed, Page 3 column - Right Sidebar, Page 3
column - Left Sidebar');
|
| 5.5010 [ms] | SELECT ID, post_name, post_parent, post_type FROM wp_posts WHERE post_name IN ('beginners-guide-to-seo-for-dentists') AND (post_type = 'page' OR
post_type = 'attachment');
|
| 0.5240 [ms] | SELECT * FROM wp_posts WHERE ID = 2320 LIMIT 1;
|
| 1.6379 [ms] | SELECT ID, post_name, post_parent, post_type FROM wp_posts WHERE post_name IN ('beginners-guide-to-seo-for-dentists') AND (post_type = 'page' OR
post_type = 'attachment');
|
| 1.8411 [ms] | SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND (wp_posts.ID = '2320') AND wp_posts.post_type = 'page' ORDER BY wp_posts.post_date DESC ;
|
| 1.0760 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (2320);
|
| 0.2060 [ms] | SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_links_to';
|
| 5.3802 [ms] | SELECT p.id FROM wp_posts AS p WHERE p.post_date < '2012-07-18 19:31:45' AND p.post_type = 'page' AND p.post_status = 'publish' ORDER BY p.post_date
DESC LIMIT 1;
|
| 12.0189 [ms] | SELECT * FROM wp_posts WHERE ID = 2306 LIMIT 1;
|
| 2.7690 [ms] | SELECT p.id FROM wp_posts AS p WHERE p.post_date > '2012-07-18 19:31:45' AND p.post_type = 'page' AND p.post_status = 'publish' ORDER BY p.post_date
ASC LIMIT 1;
|
| 4.2610 [ms] | SELECT * FROM wp_posts WHERE ID = 2420 LIMIT 1;
|
| 17.6070 [ms] | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON
tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('post_tag') AND tr.object_id IN (2320) ORDER BY t.name ASC;
|
| 3.3619 [ms] | SELECT ID FROM wp_posts WHERE post_parent = 2320 AND post_type = 'page' AND post_status = 'publish' LIMIT 1;
|
| 1.2898 [ms] | SELECT tr.object_id FROM wp_term_relationships AS tr INNER JOIN wp_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy
IN ('nav_menu') AND tt.term_id IN ('39') ORDER BY tr.object_id ASC;
|
| 2.3439 [ms] | SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (754,755,756,758,761,1005,1024,1025,1217,1444,1445,1596,2202,2214,2596,2816) AND
wp_posts.post_type = 'nav_menu_item' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.menu_order ASC ;
|
| 0.2811 [ms] | SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (759,6,1016,812,2,2582,2802,1020,486,2211,925,1172,1594,495,1286,1020) AND
wp_posts.post_type = 'page' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date DESC ;
|
| 0.9060 [ms] | SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_links_to_target';
|
| 10.8688 [ms] | SELECT * FROM wp_posts WHERE ID = 1945 LIMIT 1;
|
| 29.5641 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1945);
|