| 2.0931 [ms] | SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes';
|
| 0.5462 [ms] | SHOW TABLES LIKE 'wp_subscribe2';
|
| 0.4919 [ms] | DROP TABLE wp_option_tree;
|
| 2.6610 [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;;
|
| 0.8669 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('general_settings','General
Settings','','heading','');
|
| 0.1690 [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');
|
| 0.1991 [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.2160 [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.1619 [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.1631 [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.3171 [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.1810 [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.1612 [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.1550 [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.1621 [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.1500 [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.1519 [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.1450 [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.1631 [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.1512 [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.1450 [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.1631 [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.1318 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('navigation_settings','Navigation
Settings','','heading','');
|
| 0.1810 [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.1612 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('header_footer_scripts','Add
Scripts','','heading','');
|
| 0.1419 [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.1671 [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.1380 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('seo_options','SEO Options','','heading','');
|
| 0.1681 [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.1531 [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.1340 [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.1521 [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.1550 [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.5829 [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.1659 [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.1612 [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.1340 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('post_settings','Posts','','heading','');
|
| 0.1681 [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.1769 [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.3211 [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.2289 [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.1271 [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.2940 [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.1609 [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.1900 [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.1440 [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.1550 [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.1488 [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.2062 [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.1280 [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.1371 [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.1869 [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.1581 [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.1371 [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.1490 [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.1700 [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.1612 [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.1590 [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.1631 [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.1371 [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.1631 [ms] | INSERT INTO `wp_option_tree` (`item_id`,`item_title`,`item_desc`,`item_type`,`item_options`) VALUES ('ptthemes_page_layouts','Page
Layout','','heading','');
|
| 0.1740 [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');
|
| 4.9052 [ms] | SELECT ID, post_name, post_parent, post_type FROM wp_posts WHERE post_name IN ('beginners-guide-to-pr') AND (post_type = 'page' OR post_type =
'attachment');
|
| 0.1159 [ms] | SELECT ID, post_name, post_parent, post_type FROM wp_posts WHERE post_name IN ('beginners-guide-to-pr') AND (post_type = 'page' OR post_type =
'attachment');
|
| 6.9048 [ms] | SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND (wp_posts.ID = '925') AND wp_posts.post_type = 'page' ORDER BY wp_posts.post_date DESC ;
|
| 3.3591 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (925);
|
| 2.5401 [ms] | SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_links_to';
|
| 4.1032 [ms] | SELECT p.id FROM wp_posts AS p WHERE p.post_date < '2012-04-19 21:22:03' AND p.post_type = 'page' AND p.post_status = 'publish' ORDER BY p.post_date
DESC LIMIT 1;
|
| 5.9750 [ms] | SELECT * FROM wp_posts WHERE ID = 853 LIMIT 1;
|
| 2.7370 [ms] | SELECT p.id FROM wp_posts AS p WHERE p.post_date > '2012-04-19 21:22:03' AND p.post_type = 'page' AND p.post_status = 'publish' ORDER BY p.post_date
ASC LIMIT 1;
|
| 2.8129 [ms] | SELECT * FROM wp_posts WHERE ID = 929 LIMIT 1;
|
| 3.5450 [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 (925) ORDER BY t.name ASC;
|
| 3.7768 [ms] | SELECT ID FROM wp_posts WHERE post_parent = 925 AND post_type = 'page' AND post_status = 'publish' LIMIT 1;
|
| 0.1700 [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.1299 [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.8091 [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.6019 [ms] | SELECT post_id, meta_value FROM wp_postmeta WHERE meta_key = '_links_to_target';
|
| 2.7468 [ms] | SELECT * FROM wp_posts WHERE ID = 1945 LIMIT 1;
|
| 3.4251 [ms] | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (1945);
|
| 2.5489 [ms] | SELECT * FROM wp_comments WHERE comment_approved = '1' AND comment_post_ID = 925 ORDER BY comment_date_gmt ASC ;
|
| 1.9181 [ms] | SELECT option_value FROM wp_options WHERE option_name = 'disqus_disable_ssr' LIMIT 1;
|
| 2.5120 [ms] | SELECT option_value FROM wp_options WHERE option_name = 'disqus_manual_sync' LIMIT 1;
|