From the monthly archives:

February 2012

I’ve posted an overview of how Timeline for Pages affects Tab Manager tabs. Yes, they’re eliminating default landing tabs. That’s in addition to changing basic formatting parameters like the width of tabs and where links to the tabs are displayed (they’re back up top, where they started, rather than on the left, 3 or 4 [...]

{ 0 comments }

According to the plugin page, 39% of users say it’s broken in 3.2.1. Possibly it’s not as harmless as you think. At any rate, it does nothing to fix my problem with SimpleModal Login.

{ 0 comments }

Please read my explanation here above. You got it wrong Vote on the plugin page, where the little stars are. Thanks

{ 0 comments }

Right. So I guess you would add this to your function: $custom_field = get_post_meta( $post->ID, '_my_custom_field', true ); Then make sure and pass $custom_field back via your array. Then you just check if disable links is false before outputting your html. If $custom field is false, then wouldn’t output your rel attribute, otherwise you would. [...]

{ 0 comments }

Where can I get 2.3.3? Thanks!

{ 0 comments }

Sorry about this, it’s fixed in 4.2.1.1 already.

{ 0 comments }

Hi, First, just wanted to say I love this plugin. Been using it for the better part of a year now. However, just recently, the visual chart (showing the daily stats) stopped working. I can’t tell you exactly when or if it was after some specific event. Everything else seems to work fine. So… some [...]

{ 0 comments }

zamb0n on "Getting local time"

February 29, 2012

hello there! any luck with your question? i have exactly the same problem…

{ 0 comments }

I tried that but it breaks my theme. Here is my sidebar code: <div id="sidebar-alt" class="sidebar widget-area"> <div id="text-4" class="widget widget_text"> <div class="widget-wrap"> <div class="textwidget"> <img src="/images/advertise.jpg" alt="Advertise Here" /> <img src="/images/advertise.jpg" alt="Advertise Here" /> </div> </div> </div> <?php DiamondRP(); ?> </div> If I remove the DiamondRP code, the theme renders fine. When I put [...]

{ 0 comments }

How do we use your shortcode options ? You don’t have any examples. http://wordpress.org/extend/plugins/list-attachments-shortcode/

{ 0 comments }

The Goodness of WordPress CMS, Now in BlackberrySBWire (press release)Hicksville, NY — (SBWIRE) — 02/29/2012 — Most of the new websites today are integrated with WordPress. WordPress which is popularly known as an advanced blogging tool is appreciated for its simplicity and effective content management capabilities.

{ Comments on this entry are closed }

Designed to Make Blogging Easier: Managing WordPressDesign CraveBy Diana Cook Looking to make the act of juggling multiple WordPress sites less of a circus? Creative minds are often working on many projects at once. Whether it's your main source of income or one of your many pet projects, each of these endeavors is …

{ Comments on this entry are closed }

No there isn’t anything like that there. should i paste u its code.

{ 0 comments }

Hi.. I figured out how to save the data, but I still have a problem that I found today… On all links posts saved before I finally figured how to save the data, the data will save, BUT on links posts that I posted today, it won’t save my metabox. when I edit the posts [...]

{ 0 comments }

Thanks for the link but that wasn’t my question. I am – or was – looking for a way to inject one of those player parameters in to the WP code that was manipulating a youtube url in to an iframe chunk of code. Found my solution: function remove_related_videos($embed) { if (strstr($embed,'http://www.youtube.com/embed/')) { return str_replace('?fs=1','?fs=1&rel=0',$embed); [...]

{ 0 comments }

WordPress.org doesn’t have anything to do with your domain. It’s your hosting service’s nameservers that you need. If you’re hosting with domain.com and they’re your registrar as well, I have no idea why they’d be asking you for that (unless they misunderstood your question), since they would presumably know their own nameservers. Though http://lucasantaniellojazz.com/wordpress/ appears [...]

{ 0 comments }

is there any other editor available?

{ 0 comments }

Hi, I try to retrieve edit_flow specific group from an user in functions.php of my theme. global $current_user, $edit_flow; $usergroup = $edit_flow->user_groups->get_usergroups_for_user($current_user->ID); Doesn’t work. in get_usergroups_for_user function from module/user-groups.php This var : $all_usergroups is empty. What is wrong please ? http://wordpress.org/extend/plugins/edit-flow/

{ 0 comments }

A PRIME LOCATION – LUXURY LIVING IN WANSTEAD Our properties for sale in Wanstead put you within easy reach of a vibrant High Street that still benefits from several independent retailers, including an Italian delicatessen, a French baker, a traditional butcher’s shop and several designer boutiques. You’ll also find larger retail stores in the area, [...]

{ 0 comments }

Sorted. Followed path on error message and manually created directories.

{ 0 comments }