| bio | website | krembo99.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | 23 mins ago | |
| stats | profile views | 113 |
|
Apr 21 |
comment |
Remove comma from last item output from loop$output = $image[0] .','; endwhile; $output = substr_replace($output ,"",-1); echo $output; ?? you can also get rid of all your php tags .. you have no HTML in there. |
|
Apr 14 |
comment |
Media Content disapeared after upgrade WP core to 3.5.1 Op has said that he can see the attachments on the media library , so they are presumably not deleted , just the post they were attached to .. |
|
Apr 11 |
comment |
restore_current_blog() vs switch_to_blog() great info. Didn´t know that . Maybe restore_current_blog() should have switched the name to restore_previous_blog(). or maybe change the whole function´s own functionality to operate as a real restore_main_blog(). trac material. |
|
Apr 10 |
comment |
How do I retrieve multi-dimensional arrays from the wp_postmeta table, & display on a website? maybe his doubt is about the serialize() unserialize() ? |
|
Apr 7 |
comment |
Query specific posts per user selections from dropdown menus @BradKaufman - If you are using sub categories, a little more info is needed . for example, what would those 4 menus have ? only 4 categories ? should all 4 have the same categories ? are those 4 menus of 4 different categories that are populated by POSTS ? by Subcategories ? Please elaborate a bit. |
|
Mar 28 |
comment |
How to allow logged in users to post anonymously @tosco - So I guess also an answer that involves a plugin recommendation would be off topic ? |
|
Mar 20 |
comment |
How to call WP3.5 Media Library manager? great example . +1 . but is there a reason why this does not work with the array-like formatting of id="settings[_wpse_82857]" |
|
Mar 8 |
comment |
Media Content disapeared after upgrade WP core to 3.5.1 ..and , it might look irrelevant, but when you try to make a new post , do you see "Publish" or "submit for review" ? |
|
Mar 8 |
comment |
Media Content disapeared after upgrade WP core to 3.5.1 you mean when you go to the media -> Library -> all , you see nothing ? and you can still attach new images , but then again, not see them ? |
|
Mar 8 |
comment |
Testing for addon plugin activated Not a built in function but rather a hint of using alternative checks - if the addons are created by yourself you can also either use if_function_exists() (or class) , or you can set global var on activation . |
|
Mar 8 |
comment |
Media Content disapeared after upgrade WP core to 3.5.1 I am sorry, My bad , this setting field was REMOVED in 3.5 , and I never even noticed it´s removal...anyhow when you say it disappeared from dashboard, what exactly do you mean ? can you see the contents when you do upload media for example ? do you see any error messages ? |
|
Mar 7 |
comment |
How i can manage the favorite posts which user marked I am sorry, my telepathy powers are a bit off-synch today, and my x-ray vision device is in repairs ... ( that means that If you want to help US help YOU, you have to provide more details , like link to the plugin, theme, or preferably, the live website where one can go and check the problem / issue / question ) |
|
Mar 7 |
comment |
shortcode with external file is showing twice maybe it would be best if you will answer your question by yourself and then accept it as to mark the question as closed .. |
|
Mar 7 |
comment |
White screen of death only in wp-admin can you see the URL redirect link when wordpress is uploading ? |
|
Mar 7 |
comment |
Media Content disapeared after upgrade WP core to 3.5.1 1. what steps did you take to upgrade (automattic ?) 2. check your media settings for the upload media folder location. |
|
Mar 5 |
comment |
nothing comes up when i go to my website.com/wp-admin? Which files should I look for? nothing comes up means what ? blank page ? error ? |
|
Mar 4 |
comment |
Why is output buffering used here? That will greatly depend on how you structure your own plugin code and its internal filesystem, But generally speaking , OB can work across multiple files. (you can also use include) |
|
Mar 4 |
comment |
404 error on cyrillic url I can confirm that there is no 404 error . your category is just empty ... |
|
Mar 4 |
comment |
Using PHP to toggle stylesheet and header image, set in cookie You could try to use output buffering to avoid the Headers info , or integrate the code in headers.php BEFORE sending the actuall HTTP header |
|
Mar 1 |
comment |
Is there a plugin to help with translation of other plugins? (+1) Also IMHO it is definitely the best solution . Further more - as a side note I might add that it is an impressively good and complete plugin (codewise) |