How do I put pictures side by side in wordpress but with captions underneath each one.
I found that I could use the tag to put pictures next to each other but adding captions keeps messing this up. The caption part looks like this:
[caption id="" align="" width="" caption=""] [/caption]
Can someone help with this?
(Small sub-quest...
Trying to keep a consistent look & feel between a django site and a wordpress blog is turning into somewhat of a pain and I'm wondering if there's a way to set it up so that stuff only needs to be changed in one place.
Most of the appearance stuff that changes is in the header and footer which for Wordpress is in header.php and footer.p...
Hello,
I created a small plugin using Keith Wood's countdown plugin.
Works great, everything working correctly but....no displaying correctly. I changed layout of the countdown, works ok, I even created shortcode for WP plugin to put countdowns is the posts or pages but...countdown is displayed before meta tags! Not in place where I w...
This has to be pretty simple, but I'd like to parse the current URL and execute conditional code depending on whether the user is on the /sitemap/ directory.
So for example, if the site is example.com, and if the request is example.com/sitemap/.
Then I want to execute conditional code in that case. I'm using wordpress so I'm not sure i...
I am customizing wordpress blog and I have a need to make custom sidebar widgets. My PHP is rusty at best. What I am trying to do is concatenate a php variable into a string being set as an array element. here is the code I am using, it doesn't seem to work. All it does is print the stylesheet directory at the top of every page:
if ...
I have been using conditionals to be able to tell if I'm on a page or a subpage of that page, but I cannot for the life of me get the code to do one thing if I'm on the master page,and another thing if I'm on a subpage of that master page. This is what I have been using so far:
if ( is_page('3') || $post->post_parent == '3' ){}
Does a...
I'm wondering if anyone knows what jQuery plugin can do the effects WordPress has for its heading boxes. That is, when you first login you have boxes like "Right Now", "Quick Press", etc. When you hover over the heading, an arrow appears and you can minimize this. I don't know if they do this with jQuery, but if so: what plugin do they u...
Hey Everone
Does anyone know how you create a menu with this rollover effect. Is it using jquery? I'm want to create something similar using wordpress as my CMS. Would be great if there is a wordpress plugin?
http://wptheme5.mipdesign.com/
Thanks for your help
Rgards
Judi
...
I have an old joomla site (v 1.0.11) that I would really like to move over to Blogger or Wordpress. The commenting on the site uses AkoComment which was an add on module. Basically, I want to transfer:
posts
comments
users
css
I haven't found a good tool out there to do this. What tools would be best to begin to work with this dat...
I currently use virtual hosts on my computer so that I can manage multiple sites on my computer.
Currently, I use c:/vhosts/php (default localhost) for regular PHP development, c:/vhosts/BTS for Wordpress, and c:/vhosts/cake for CakePHP development. (see below).
Now when I launch my WAMPP and go to http://BTS, it loads the index page...
I'd like to display 10 recent posts (probably from the current month or year) from the "featured" category in random order, i.e, rotate posts on each refresh/pageload.
I'd like to show small thumbnails (the same image(s) used in the posts just resized to fit) on left, and excerpt on right. So the formatting would look like:
[#1 Post Ti...
I'd like to show a list of most popular posts sorted by number of views.
I'd like to show small thumbnails (the same image(s) used in the posts just resized to fit) on left, and excerpt on right. So the formatting would look like:
[#1 Post Title]
[80x80 thumbnail] [excerpt, limit to x chars]
[#2 Post Title]
[80x80 thumbnail] [excerpt,...
I'd like to display a list of categories and tags, that are picked manually. So I'd pre-define what categories and tags are to be shown.
So there'd two blocks in the sidebar:
Major Categories
- category 1
- category 2
- category 3
... upto 7
and Tags:
Quick Links
- tag 1
- tag 2
- tag 3
... upto 20
...
How Do i create a perminalink structure like this /%language%/%category%/ make it regnosied by wordpress? (i don't want to use the language plugin, instead i want to code it) than you.
...
Hi
I am new to Wordpress and been pulling my hair out trying to create a category loop. The loop is supposed to:
loop through all categories
echo out the category name (with link to
echo out the last 5 posts in that category (with permalink to post)
The html for each would be
<div class="cat_wrap">
<div class="cat_name">
...
How can I display the author website in single.php template, only if the author has entered a URL in her/his profile.
I'm displying the URL in author.php but the same code doesn't work in other templates.
Thanks
...
I'm building a digg-like voting site for christmas greetings. I'm using wordpress and the "Vote it up" plugin. I am having alot of troubles being able to sort the vop votes within a timeframe.
You can see what I mean on this site; http://wordtaps.com/ Look at the timeframe on the top right, that's exactly what I want. The site also use...
Hi,
I've installed the wordpress.org script however the RSS feed just sends me errors. I've tried to edit files within the wordpress like wp-rss2.php to remove "?" from the first line but it does not work and I am not sure what else could be wrong.
The feed is here: http://www.donaha.sk/feed
I haven't found anything on Mr. Google so f...
There seems to be a conflict between two jquery plug-ins I have on my wordpress site. They seem to be pulling to jquery libraries and cancelling each other out making both plug-ins break.
Lightbox 2 WP Plugin used on this page: http://phiddle2.phiddledesign.com/photography/
Content Slide Plug-in used on the web design page.
Currently...
Hi.
I am about to start building a new site in Wordpress on the same domain as the old site. I need the old site to stay live until the new one is launched and I also need to develop online.
What is the best way to go about this? Should I create a subdomain or subfolder?
How would I go about migrating the Wordpress site & database fro...