StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 06-27-2009, 02:08 PM
adew adew is offline
Community Moderator
 
Join Date: Oct 2008
Location: Genève, Suisse
Posts: 14,270
Default Re: What is the coding with Studiopress text?

Ed,

It means that if a user needs to produce a site in another language using the theme, he/she can run Poedit (or similar software) to grab all the text which is coded like this: _e("Blogroll", 'studiopress'), to create a translation file which is then uploaded to the theme folder. Basically, it saves having to alter any theme files in order to use the theme in another language.

As for removing it, I wouldn't bother, it doesn't do any harm. If you really must remove it, do so, but take care to remove the PHP tags too. Therefore, this:
Code:
<h4><?php _e("Blogroll", 'studiopress'); ?></h4>
should become this:
Code:
<h4>Blogroll</h4>
__________________
Ade
Themessence - Studiograsshopper

WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget

Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL!
Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WordPress semi-newbie with no coding experience; will I be able to use StudioPress? c3bennett General Discussion 1 06-08-2010 04:24 PM
Text on homepage bottom pulls in Plugin coding richardantondiaz General Discussion 1 10-15-2009 06:56 PM
Homepage Coding byron General Discussion 2 12-05-2008 08:18 AM


All times are GMT -5. The time now is 05:10 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.