Shortcode is not working in wordpress 3.0
Is there anything need to enable for shortcode to work in Wordpress 3.0? I have tried some short codes and none of them working as expected. regards - dj ...
Is there anything need to enable for shortcode to work in Wordpress 3.0? I have tried some short codes and none of them working as expected. regards - dj ...
I want the external controls (below) to be images. But nothing except numbers (in the below order) seems to work. -- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us"> <head> <title>jCarousel Exam...
I have a custom taxonmy called Editions that allows a user to select custom archives for a magazine like website. To create the current edition site they add them to a category called This Edition, and then archive them using the taxonomy as need be. The client wants posts that have been tagged with this custom taxonomy to not appear on ...
I recently posted a article in my blog site which uses Wordpress for CMS and after posting the article i noticed a set of dots appearing after the post . I'm not able to remove it .. Can anyone help me ? and explain me what's wrong with it ?! ...
Is there any WP plugin that is able to serialize custom fields data ? My issue is the following: e.g. You want to create "Book information" like post where you want to add e.g. Author + Price custom fields for each post... If you do it standard way WP will create for you 2 rows in table for every custom field you enter. Assume you have 1...
How would i show let's say two custom fields from the subpages on a parent page. Here's my code so far: <?php $children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0'); if ($children) { ?> <ul> <?php echo $children; ?> </ul> <?php } ?> How would i show two custom fields titles "details6" and "details7" ...
I'm planning on developing my own plugin for showing the most popular posts, as well as counting how many times a post has been read. But I need a good algorithm for figuring out the most popular blog post, and a way of counting the number of times a post has been viewed. A problem I see when it comes to counting the number of times a ...
I need to create a page template for wordpress that will allow a user to upload images onto the page easily, like the native upload I suppose. Then be able to render the images on the page like this picture shows. Simple 3 columns, with image, then title and description under it. The images can just be static even, dont need to link or l...
I've recently installed Wordpress and can't seem to get the website to display friendly URLs no matter what settings I use inside the Dashboard or in an .htaccess file. I've tried numerous versions of Wordpress and still can't achieve what I need, despite succeeding on hosts other than Concentric/XO, any idea why? ...
What would be the best way to collect data in a form on the main page of a wordpress installation and then display that data later? Is there such a plugin? I'd like to avoid allowing users to log on to the admin part, just have them enter data directly on the front page. ...
I would like to create directory like structure in Wordpress. The best example you can see here. So some products with additional information stored in custom fields (price, version and so on). Also I need links to be SEO friendly. Do you know about any tutorial or plugin that can handle this ? ...
I am trying to make a blog that has both arabic and english as primary languages. I'm using unicode (UTF-8) as my character encoding but when I paste a chunk of arabic text into the editor, it comes out as all "?". It shows up fine in the editor when I first paste it, but then after clicking update, it changes all the arabic text to ju...
I have a wordpress website that has multiple developers trying to access it and they want to use the built-in theme editor. the theme editor requires write access for the apache group. I'm trying to figure out how to do this and I was thinking about adding all the users the the apache group? Is that a bad idea? is it unsecure? Each use...
I'm using the following code to add custom taxonomies to my menu in wordpress. I need to make these "sub" items under Products. Example right now they are showing up: Photography > Lighting Photography > Cameras I need them to show up as Products > Photography > Lighting Products > Photography > Cameras add_filter( 'wp_page_me...
I have a page setup with the following code: <?PHP get_header(); ?> <div class="wrapper clearfix"> <div class="clearfix"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="page-header"> <h2 class="section_title"><?php the_title(); ?></h2> ...
I am trying to get pagination working with the wp pagenavi plugin and a custom post type (portfolio page) in wordpress and I am having no luck. Here is a stripped down version of my portfolio page: <?php get_header(); ?> <?php $type = 'portfolio'; $args=array( 'post_type' => $type, 'post_status' => 'publish', 'paged'...
Has any one come across a Wordpress plugin for banner ad management? Thanks ...
the sidebar.php shows <li> <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?> </li> so which php file generates the Categories in the sidebar (wrapped in a tags and with number of posts)? ...
I want to add some custom jquery code to the Edit Post page, something really simple like showing a div when someone presses Publish. The only restriction is that I want to achieve this through the use of a plugin, not hacking the admin template files. I've tried echoing some script tags using some actions but it doesn't seem to be the...
Guys im in need of a way to sort my posts by views, rating, comments. ive search loads of plugings but their all buggy. i want something like this. ...