Not even sure if methods is the correct terminology...
Here is the original working code:
<a href="<?php bloginfo('url'); ?>">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.png" alt="Polished Logo" id="logo"/></a>
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/separator.png" width="2" height="59" alt="Li...
Is there a Wordpress plugin which provides a full registration form for the user (name, phone, email, etc...)? (Once the user is logged in he/she will see new links in the navigation bar (or anywhere else)
...
I'm using Smart Image Resizer for dispalying images. This works fine on single site WP. But it does not work for WPMU.
Has anyone used Smart Image Resizer in WPMU using subdomains?
Update
I've found the solution. It's added below.
...
I have a Wordpress site and I would like the user to be able to submit pictures which are sent to my email. Is there a plugin or a way of doing this? (the submission ins done in the front-end not in the back-end part).
...
I'm working on wordpress query_posts. I want to show 12 posts on the index page,3 items in a row. So I want to have a "clear:both" css on the first item of each row. How can I do that please?
<?php query_posts(array('showposts' => 9, 'post_parent' => $post->ID, 'post_type' => 'page', 'order' => 'ASC')); ?>
<div>
<?php if ( have_pos...
I'm having some issues with my comments.php template file. I can't find any solution on the codex provided by wordpress, plus I've searched trough dozens of forums with no answers... my actual problem is that my comments wont appear when I click on the comments link inside the post.
What exactly triggers them for each post and how can I...
When working with custom post types in WordPress, what's the best method of displaying a featured post/page (as defined by a custom field) on the home page as well as other content?
...
I have a site. Would it help its SEO ranking if I allow B2B business customers to repost the site's blog's RSS feed (I'm thinking of using the partial RSS feed with links back to the site to "read more."), will that boost SEO rankings?
What if I (1) give the business customers (They may not be very tech savvy, and therefore, I'd like to...
Hi guys,
Does anyone know of a way to change the page title in a Wordpress plugin? I've looked for hooks and functions to do it but have turned up empty.
...
I have a custom post type with multiple taxonomy types. The issue is focused around just one of them.
I need to display all custom posts that have a taxonomy from featured-vendors checked. Right now, there is just one "featured" , but there may be more in the future, such as "highlight" or "sponsor" or something alone those lines.
But, f...
Hi All,
Just wondering where the best place (file) to place the API hook rewrite_rules_array would be?
Cheers
Will
...
Hi
I'm developing a car buying and selling website in php, currently what i'm planning is all the pages and the blog will be done using wordpress and other functionalities i'll develop as independent application and will connect it with wordpress using the function.php file. Only user management and posting for page and blog will be done...
I've been searching and searching my sql database in phpmyadmin but I can't seem to find where custom menus are stored in the database. Anyone know where it's stored? I have a large menu basically that takes forever to create. I'm in development now and rather than recreating it in production I want to try and copy the sql over to see if...
If you're aware of a CMS that uses an ORM (either their own or one of the well-known ones), please list the CMS here with the name of the ORM it uses.
If you know that the CMS you use DOESN'T use ORM, please also say so.
...
Hi folks,
I need to create a plugin used to create a part of a web page.
Therefore, it would be very useful for me to create a php template to be used by the plugin to generate the content.
Unfortunately, I can't find anything within the Plugin API and I'm quite confused about it right now.
The plugin needs to generate a list of i...
Hi guys,
I have posted the above question to get more opinions on how to select a web host for a personal web site. Recently I have been thinking of creating a personal, professional site to promote myself better.
I did a bit of search and spoke to a few people and most of them have suggested a quick and easy method is to use Wordpress,...
I want to add a new form(not a contact form) with some fields like name,mail,phone number,security questions,website etc. in a post page(below the comment form)in a wordpress blog.i dont know how to create a form with wordpress functions eg.,For comment form there are some functions like check_comment,get_comments etc.but here i want to ...
I'd like to either utilize the description field in a custom taxonomy I'm building but rename it to bio, or remove description altogether and create the new field on my own.
Any idea what I need to do either of these?
...
Hi,
I'm experiencing a severe bug on my Wordpress site.
http://kungfuscreen.com/
When the homepage loads, after 2-3 seconds, the pages refreshes and multiple JW players (which are taken from the posts) are splashing on the screen in one big mess.
the site uses a pro theme for a video content site, and each post contains a JW video pla...
I have a series of posts within a custom post type which are all have a term within the taxonomy "collection." Each post is associated with no more than one term within the "collection" taxonomy. I want to create a link under each post that says something like "More in this Collection," how can I dynamically create a link to the term tha...