| 0.5758 [ms] | SHOW TABLES LIKE 'wp_subscribe2';
|
| 1.7641 [ms] | DROP TABLE wp_option_tree;
|
| 4.8690 [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;;
|
| 1.2710 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('general_settings','General
Settings','','heading','');
|
| 0.2620 [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.2720 [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','');
|
| 0.1869 [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','');
|
| 0.2019 [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.1800 [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','');
|
| 0.1910 [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');
|
| 0.1819 [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');
|
| 0.1938 [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.1631 [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','');
|
| 0.2902 [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');
|
| 0.1659 [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');
|
| 0.1941 [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');
|
| 0.1609 [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.1879 [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','');
|
| 0.2069 [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');
|
| 0.1831 [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.1900 [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');
|
| 0.1678 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('navigation_settings','Navigation
Settings','','heading','');
|
| 0.2050 [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');
|
| 0.1569 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('header_footer_scripts','Add
Scripts','','heading','');
|
| 0.1681 [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');
|
| 0.1669 [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');
|
| 0.1490 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('seo_options','SEO Options','','heading','');
|
| 0.1969 [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.2508 [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.2298 [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.1771 [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');
|
| 0.1910 [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');
|
| 0.2301 [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');
|
| 0.1950 [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');
|
| 0.1678 [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.1681 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('post_settings','Posts','','heading','');
|
| 0.1609 [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.2110 [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.1721 [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.1960 [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.1900 [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.1881 [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.1960 [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.1771 [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');
|
| 0.1860 [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.1669 [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.1659 [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');
|
| 1.1001 [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.2072 [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.1669 [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');
|
| 0.2172 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_common_settings','Style & Color
Settings','','heading','');
|
| 0.1998 [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.2079 [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','');
|
| 0.1841 [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','');
|
| 0.2012 [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');
|
| 0.1581 [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.1669 [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','');
|
| 0.1719 [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','');
|
| 0.1700 [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');
|
| 0.1740 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_page_layouts','Page
Layout','','heading','');
|
| 0.4749 [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');
|
| 2.1870 [ms] | SELECT ID, post_name, post_parent, post_type FROM wp_posts WHERE post_name IN ('tech-startup-pr-service') AND (post_type = 'page' OR post_type =
'attachment');
|
| 1.6980 [ms] | SELECT ID, post_name, post_parent, post_type FROM wp_posts WHERE post_name IN ('tech-startup-pr-service') AND (post_type = 'page' OR post_type =
'attachment');
|
| 4.4820 [ms] | SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND (wp_posts.ID = '2582') AND wp_posts.post_type = 'page' ORDER BY wp_posts.post_date DESC ;
|
| 3.1049 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (2582);
|
| 0.6590 [ms] | SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_links_to';
|
| 7.1108 [ms] | SELECT p.id FROM wp_posts AS p WHERE p.post_date < '2013-01-26 23:16:21' AND p.post_type = 'page' AND p.post_status = 'publish' ORDER BY p.post_date
DESC LIMIT 1;
|
| 6.1100 [ms] | SELECT * FROM wp_posts WHERE ID = 2558 LIMIT 1;
|
| 4.3859 [ms] | SELECT p.id FROM wp_posts AS p WHERE p.post_date > '2013-01-26 23:16:21' AND p.post_type = 'page' AND p.post_status = 'publish' ORDER BY p.post_date
ASC LIMIT 1;
|
| 5.8570 [ms] | SELECT * FROM wp_posts WHERE ID = 2604 LIMIT 1;
|
| 9.3241 [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 (2582) ORDER BY t.name ASC;
|
| 4.6580 [ms] | SELECT ID FROM wp_posts WHERE post_parent = 2582 AND post_type = 'page' AND post_status = 'publish' LIMIT 1;
|
| 3.0971 [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;
|
| 0.1471 [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 ;
|
| 1.7920 [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 ;
|
| 1.5500 [ms] | SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_links_to_target';
|
| 7.5929 [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 ('category') AND tr.object_id IN (2582) ORDER BY t.name ASC;
|