Just go to below path
appdesignfrontendyour-themeyour-themetemplatepageswitchlanguages.phtml
thanks. ЁЯЩВ
Just go to below path
appdesignfrontendyour-themeyour-themetemplatepageswitchlanguages.phtml
thanks. ЁЯЩВ
font-family | Example text |
---|---|
Georgia, serif |
This is a headingThis is a paragraph |
“Palatino Linotype”, “Book Antiqua”, Palatino, serif |
This is a headingThis is a paragraph |
“Times New Roman”, Times, serif |
This is a headingThis is a paragraph |
font-family | Example text |
---|---|
Arial, Helvetica, sans-serif |
This is a headingThis is a paragraph |
Arial Black, Gadget, sans-serif |
This is a headingThis is a paragraph |
“Comic Sans MS”, cursive, sans-serif |
This is a headingThis is a paragraph |
Impact, Charcoal, sans-serif |
This is a headingThis is a paragraph |
“Lucida Sans Unicode”, “Lucida Grande”, sans-serif |
This is a headingThis is a paragraph |
Tahoma, Geneva, sans-serif |
This is a headingThis is a paragraph |
“Trebuchet MS”, Helvetica, sans-serif |
This is a headingThis is a paragraph |
Verdana, Geneva, sans-serif |
This is a headingThis is a paragraph |
font-family | Example text |
---|---|
“Courier New”, Courier, monospace |
This is a headingThis is a paragraph |
“Lucida Console”, Monaco, monospace |
This is a headingThis is a paragraph |
Another one Reference Site : http://web.mit.edu/jmorzins/www/fonts.html
My Idea is first you upgrade old version to new version.
1. Then you can take upgrade database backup.
2.┬а And delete all upgrade files in ftp.
3. And upload your latest version directly (Which version you upgrade that version only)
4. Install and change the upgrade database.
5. If not working you need to change something.
Now is good. Because some magento project we made lot of files changes. So, we upgrade that is not working well. So, we need do this type. ЁЯЩВ
Go to –> Sites => All OR Default => thems => Your theme
you can edit here and upload FTP. ЁЯЩВ
And
Go to admin => http://your site/admin/build/themes
you select you theme. ЁЯЩВ
You can Easily create very simple html Tag :
<h1> </h1> — This first Head Tag
<h2> </h2> — This Second Head Tag
<h3> </h3> — This thrid Head Tag
<h4> </h4> — This Fourth Head Tag
<h5> </h5> — This Fivth Head Tag
<h6> </h6> — This Sixth Head Tag
Example :
<h1> :
<h2> :
<h3> :
<h4> :
<h5> :
<h6> :
this is very easy. Enjoy ЁЯЩВ
Go Contact Form 7 Settings Area?
Add Below Code :
on_sent_ok: “location.replace(‘YOUR URL’);”
OR
Add Message When Sent Successful that message below you can add this :
<script type=”text/javascript”>jQuery(function($){ window.location.href=”your url”; });</script>
what URL you want change there.
that’s all. ЁЯЩВ
If this is not working, Kindly check google.
thanks.
This is remove two Way :
1. Go to function.php search the twentyten_excerpt_length.
There you change below code
//return 40;
return 3000; –> Change here what extra numbers you need.
2. Second option –> Go loop.php
Find the_content
Then you remove or hide the condition part
ex :
You Place Below Code :
‘ ) ); ?>
that’s all ЁЯЩВ now this working well.
Normal style | Bold style |
---|---|
Arial, Arial, Helvetica, sans-serif | Arial, Arial, Helvetica, sans-serif |
Arial Black, Arial Black, Gadget, sans-serif | Arial Black, Arial Black, Gadget, sans-serif |
Comic Sans MS, Comic Sans MS5, cursive | Comic Sans MS, Comic Sans MS5, cursive |
Courier New, Courier New, monospace | Courier New, Courier New, monospace |
Georgia1, Georgia, serif | Georgia1, Georgia, serif |
Impact, Impact5, Charcoal6, sans-serif | Impact, Impact5, Charcoal6, sans-serif |
Lucida Console, Monaco5, monospace | Lucida Console, Monaco5, monospace |
Lucida Sans Unicode, Lucida Grande, sans-serif | Lucida Sans Unicode, Lucida Grande, sans-serif |
Palatino Linotype, Book Antiqua3, Palatino, serif | Palatino Linotype, Book Antiqua3, Palatino, serif |
Tahoma, Geneva, sans-serif | Tahoma, Geneva, sans-serif |
Times New Roman, Times New Roman, Times, serif | Times New Roman, Times New Roman, Times, serif |
Trebuchet MS1, Trebuchet MS, sans-serif | Trebuchet MS1, Trebuchet MS, sans-serif |
Verdana, Verdana, Geneva, sans-serif | Verdana, Verdana, Geneva, sans-serif |
Symbol, Symbol (Symbol2, Symbol2) | Symbol, Symbol (Symbol2, Symbol2) |
Webdings, Webdings (Webdings2, Webdings2) | Webdings, Webdings (Webdings2, Webdings2) |
Wingdings, Zapf Dingbats (Wingdings2, Zapf Dingbats2) | Wingdings, Zapf Dingbats (Wingdings2, Zapf Dingbats2) |
MS Sans Serif4, Geneva, sans-serif | MS Sans Serif4, Geneva, sans-serif |
MS Serif4, New York6, serif | MS Serif4, New York6, serif |
First Install WordPress main blog.
Fixed the everthing what you are using.
1. After install open the config file.php
place this code (what domain you want change here) :
define(‘WP_SITEURL’, ‘http://www.example.com/folder/blog2’); –> This is second blog URL
define(‘WP_HOME’, ‘http://www.example.com/folder/blog1’); —> This is first blog URL
2. And Edit Second Blog folder inside — copied all fist blog content OR first blog config only copied(other wordpress file you can use your fress wordpress directory files).
3. Edit Second Blog config file.php
$table_prefix = ‘wpArras_’; –> Place Same Table prefix
define(‘WP_HOME’, ‘http://www.example.com/folder/blog2’); –> This is second blog URL
now you go and check this working well.
More Details contact.
that’s all fine :).