From the category archives:

WordPress Support

Hi Robert Roy, would you share the output of your work ? thanks john

{ 0 comments }

I have an issue here , while uploading any photos it give me an http error and the photo dimensions become 0×0 not all the time but 95% of the time I got this error , How I can resolve that !? and thanks in advance for any help.

{ 0 comments }

Can you post a link to download the plugin that you are using?

{ 0 comments }

I’ve had a quick search and didn’t find what I was looking for. I want to know how you create tabs/page icons on the home page. Example; About Portfolio Etc I can see them in the theme preview and want to know how I go about setting them up. I have very little knowledge of [...]

{ 0 comments }

Thanks. Since originally posting I went back to it and after a bit of searching and experimenting came up with something which seems to work: <title><?php /* Print the <title> tag based on what is being viewed. */ // Add the site name and separator. bloginfo('name'); echo ' | '; // Add the site description [...]

{ 0 comments }

Thanks but how can you assign a menu to a page. I can create a menu but it appears on every webpage. I have different books on each webpage and each post is a page from a book. The post titles are page numbers so I want a menu with page numbers across the top [...]

{ 0 comments }

Seems like something that would be part of the install instructions, but can’t seem to find it There’s no reason why it would be part of the WordPress installation documentation. It’s strictly a server configuration issue. Here’s a thumb-nail description of what I did to make it work last time I played with Ubuntu. http://pastebin.com/VTnMCznS [...]

{ 0 comments }

this is the “register widgetized sidebars” section in my functions.php file: // register widgetized sidebars if (function_exists(‘register_sidebar’)) { register_sidebar(array(‘name’ => ‘Left Sidebar’, ‘before_widget’ => ‘<div id=”%1$s” class=”%2$s”>’, ‘after_widget’ => ‘</div>’, ‘before_title’ => ‘<h4>’, ‘after_title’ => ‘</h4>’, )); register_sidebar(array(‘name’ => ‘Right Sidebar’, ‘before_widget’ => ‘<div id=”%1$s” class=”%2$s”>’, ‘after_widget’ => ‘</div>’, ‘before_title’ => ‘<h4>’, ‘after_title’ => ‘</h4>’, [...]

{ 0 comments }

I have deleted this plugin and its still loading the background on my wp-head() or something else in header http://wordpress.org/extend/plugins/bg-patterns/

{ 0 comments }

To anyone wondering, you add the <?php do_action… code to a theme .php file to display the widget in a theme.

{ 0 comments }

A guide such as you requested might be too long for this forum. The exact answer depends on your theme. If you are using a purchased theme, we cannot examine its code or options. You should contact the theme supplier for help. If you are using a free theme, look for an option, sometimes found [...]

{ 0 comments }

does anyone know the code where i can use the clear the extra white space on both sides of my website. The extra white space that i have in the body of each page makes the website seems kinda empty. http://www.dynamixsd.com/

{ 0 comments }

It usually isn’t someone linking your blog to their spam account, more often than not it is the evil bots perusing the web looking for forms to spam, keeps them from getting blacklisted as spam but still gets the spam out. That being said, the important thing is stopping it. If you are using the [...]

{ 0 comments }

When trying to connect with Facebook, I got the following error message: { “error”: { “message”: “Invalid redirect_uri: Given URL is not allowed by the Application configuration.”, “type”: “OAuthException”, “code”: 191 } } http://wordpress.org/extend/plugins/social-connect/

{ 0 comments }

This would excellent. Child development of bbPress and BuddyPress could be greatly simplified. Currently, defaulting is broken and get_template_part ‘action’ doesn’t cut it.

{ 0 comments }

Site url?

{ 0 comments }

Try version 2.5 beta 2 (or wait for the full 2.5 release next week). https://github.com/crowdfavorite/wp-social/downloads This should be addressed there.

{ 0 comments }

Issue resolved when updating to new version?

{ 0 comments }

I misunderstood. The miscellaneous category says almost anything goes. I really thought that if my question has something to do with my website, then I can post here.

{ 0 comments }

Have you moved WordPress since you first installed it? There is no theme active on your site at the moment.

{ 0 comments }