From the monthly archives:

December 2011

Firstly, as Christine says, don’t hack core! Adding buttons to the editor is more plugin-territory than theme-territory. Here’s a demo plugin that shows how you can easily add custom buttons (including ones that prompt for input): https://gist.github.com/1323851. Alternatively, a very simple plugin with an easy-to-use admin for adding custom plugins: http://wordpress.org/extend/plugins/post-editor-buttons-fork/

{ 0 comments }

Log into your cpanel and go to the PhpMyAdmin. Go to your wp-options table and make sure that site url and home are both set to – http://drbrunobodywork.com/wp Once that’s done everything will be back to normal. Then if you want to give your site to be http://drbrunobodywork.com follow these steps – http://www.bluelimemedia.com/2011/01/31/setting-up-wordpress-for-developmen/ see steps [...]

{ 0 comments }

The Instructions say.. Before you can use the plugin, you have to add the profile search form to your BuddyPress Members page. If you are using the BuddyPress default theme, open index.php in the buddypress/bp-themes/bp-default/members folder, locate this line (around line 14): </div><!– #members-dir-search –> and, right after that, insert the BP Profile Search form: [...]

{ 0 comments }

@ msarro Hello Mam, You can download my fully functional Follow plugin from http://wordpress.org/extend/plugins/follow/ This plugin comes with an inbuilt subscription manager also and will add a follow button to the right bottom corner of your blog. REMEMBER TO SEE INSTALLATION OPTIONS BEFORE INSATLLING For clarifications or problems feel free to contact me at my [...]

{ 0 comments }

I tried using 3.3, and then reverted to 3.2.1 when I received a message that the Plug-in did not work with the newest version of WordPress. With both versions, I was able to get to the point at which I clicked the Authorize button, then I received an error message. http://wordpress.org/extend/plugins/blogger-importer/

{ 0 comments }

Hi, I added some images to a gallery. I realized they were a larger size than the rest of the gallery, so I selected them and hit “resize” to the same number as the others. What’s happening is it’s still displaying those images in 1024X768 instead of 800X600. I’ve saved it, done it twice, and [...]

{ 0 comments }

http://www.ifyouhadnofear.com

{ 0 comments }

Hey guys, can you tell me how to change the width and height and set the transparency when i use outside of the widget? using this code: <?php wp_cumulus_insert(); ?>. cause when i edit the php file and change the defaul setting it doesn’t work. the plugin is still 550×375 with grey 100% opacity bg. [...]

{ 0 comments }

I’ve looked at your site and couldn’t see these with chrome (on OSX). Looks like you’re using twentyeleven with a custom child theme, so maybe there’s a plugin causing this? Try deactivating all plugins & see whether the links go away. If so reactivate the plugins one by one to find out which one causes [...]

{ 0 comments }

Hi Aravoth, I ended up going with the add local avatar plugin and then purchasing the avatar sidebar widget from the same author and embedding it in the bbpress profile page and it works a treat.

{ 0 comments }

I have a litle problem here with my blog. For example I have this article: mydomain.com/my-dog-is-happy. When I publish it, wordpress automaticly create another page mydomain.com/my-dog-is-happy/my-dog-is-happy where I can see just the picture that I have in that post. It is there something that I can do to solve this problem? Thank you and … [...]

{ 0 comments }

Thank you for the reply Daniel. Also the optimize frees tables and the BAckup don’t saves the overhead. I didn’t know that. So it makes sense. Thanks again and have a happy new year.

{ 0 comments }

Found out it was a problem with nginx conf. If someone else has problems with get requests, make sure there’s a rewrite block like this: location / { try_files $uri $uri/ @rewrites; } location @rewrites { rewrite ^ /index.php last; }

{ 0 comments }

As I know, WP gallery doesn’t have the feature to change size per image. Or may be I still didn’t get your question ) It would be helpful if you post a shortcode example that you tried to use. Anyway, HNY

{ 0 comments }

1.6.3 seems to fix all issues I have noticed.

{ 0 comments }

mobeid on "dkret3 theme"

December 31, 2011

What I am trying to say is that I have 2 pages: tech and non-tech. I want all technology postings to publish under the “tech” page, and the non technology ones under “non-tech”. I looked everywhere under the admin pages and tried many different configurations (categories, tags, etc…) but nothing worked as wanted. Is that [...]

{ 0 comments }

I’m using the “Categories” widget in my sidebar and when I set it to “Display as Dropdown”, the links go to pages with the category ID instead of the pretty permalink. For example, instead of site.com/category/name, it goes to site.com/category/?cat=3 However, if I remove the categories from the dropdown display, and show them in a [...]

{ 0 comments }

Hi Otto, Many sites have html/UTF as their source code for one reason or another. There are several generic WP plug-in keeping the post content fresh every time viewed, but converts up to 50% of the source code to raw html, nothing odd here. Moreover, decoding the HTML ensures the post shows correctly (same as [...]

{ 0 comments }

I use <?php query_posts('cat=3');?> <?php wp_reset_query();?> It looks all right, but page navigation stuck,Just can display first page. I found these code but also doesn’t work.can’t display any post. <?php $limit = get_option('posts_per_page'); $paged = (get_query_var('paged')) ? get_query_var('paged') : 3; query_posts('cat=1&showposts=' . $limit=15 . '&paged=' . $paged); $wp_query->is_archive = true; $wp_query->is_home = false; ?>

{ 0 comments }

The WordPress error page appears to be a 403 error page. I checked the mod_security logs and I’m not seeing anything there, so this doesn’t look like a configuration issue.

{ 0 comments }