Sorry, but you do not have the capability to view this topic
-
- Topics: 1
- Replies: 1
- Total posts: 2
Post count: 1Hi !
I’ve got various questions about concept WP theme:1/ I’m using Concept with minimalist display, this means I’m not using sliders, emojis… Only GGfonts
Can you tell me how I can clean the wp_head that display a lot of stuff I’m not using like:
<link rel=’stylesheet’ id=’animate-css’ href=’http://www.my-website.com/wp-content/themes/concept/css/animate.css?ver=4.5.2′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’prettyphoto-css’ href=’http://www.my-website.com/wp-content/themes/concept/css/prettyPhoto.css?ver=4.5.2′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’eislideshow-css’ href=’http://www.my-website.com/wp-content/themes/concept/css/eislideshow.css?ver=4.5.2′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’responsive-css’ href=’http://www.my-website.com/wp-content/themes/concept/css/responsive.css?ver=1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’jplayer.blue.monday-css’ href=’http://www.my-website.com/wp-content/themes/concept/css/blue.monday/jplayer.blue.monday.css?ver=4.5.2′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’datepicker-css’ href=’http://www.my-website.com/wp-content/themes/concept/framework/admin/css/datepicker.css?ver=4.5.2′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’flexslider-css’ href=’http://www.my-website.com/wp-content/themes/concept/css/flexslider.css?ver=1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’atp-nivoslider-css’ href=’http://www.my-website.com/wp-content/themes/concept/css/nivo-slider.css?ver=4.5.2′ type=’text/css’ media=’all’ />
<script type=’text/javascript’>
/* <![CDATA[ */
var atp_panel = {“SiteUrl”:”http:\/\/www.my-website.com\/wp-content\/themes\/concept”};
/* ]]> */
</script>2/ On the standard blog post, there’s a subdesc area with “Blog” written:
<div id=”subheader” class=”sleft” ><div class=”inner”><div class=”subdesc”><h1 class=”page-title”>Blog.</h1><div class=”customtext”></div></div></div></div><div class=”pagemid”>
Where can I change that ?
I don’t want to change the text (blog.) I want to be able to put something else (like a picture or anything else) instead in this area.Thanks for your help
Dave