| bio | website | |
|---|---|---|
| location | Russia | |
| age | 27 | |
| visits | member for | 1 year, 10 months |
| seen | May 18 at 10:24 | |
| stats | profile views | 63 |
Web development is my life style. I really love it!
|
Feb 4 |
awarded | Necromancer |
|
Jan 20 |
awarded | Revival |
|
Oct 15 |
comment |
Where to modify translation files by _e() First of all read this codex.wordpress.org/Translating_WordPress and try this plugin wordpress.org/extend/plugins/codestyling-localization |
|
Oct 15 |
comment |
Automatically replace original uploaded image with large image size If this solution works, it would be very useful to make a plugin. |
|
Oct 9 |
accepted | Collapse subcategories in post edit screen |
|
Oct 5 |
answered | Collapse subcategories in post edit screen |
|
Oct 5 |
asked | Collapse subcategories in post edit screen |
|
Sep 21 |
awarded | Custodian |
|
Jul 25 |
awarded | Yearling |
|
Jul 18 |
awarded | Revival |
|
Jun 8 |
awarded | Constituent |
|
Jun 8 |
awarded | Caucus |
|
Jun 8 |
answered | How can I redirect user after entering wrong password? |
|
May 13 |
answered | Photo Gallery Plugin and Touch Devices |
|
May 8 |
comment |
Why do I lose the content of meta boxes when I leave the page? Don't sure, but did you try save_details($post_id)? like described here codex.wordpress.org/Plugin_API/Action_Reference/save_post |
|
May 2 |
comment |
List 'n' number of posts from a Tag, each with a different class or ID Get any theme and look inside (Twenty Eleven for example). You will find there all you need. |
|
May 2 |
comment |
In Loop Output Place Custom Field Content In Between Paragraphs Answer your own question if you think it's right and accept it. I think you should use the_content filter to count p tag and insert custom field after second p. Or use a short tag. |
|
May 1 |
comment |
Possible to limit custom meta boxes depending on what page template is used? You've added a good idea about CPT. This is the only way to determine what meta box to show. Otherwise you need to save page first and than based on it's parameters show metabox. |
|
May 1 |
comment |
Possible to limit custom meta boxes depending on what page template is used? Describe what type of page do you mean please |
|
May 1 |
comment |
Possible to limit custom meta boxes depending on what page template is used? Are you talking about admin area? If yes than you cann't separate pages when you create new one. But after first save you can filter as you wish, it may be page template or page id or parent page id. |