0
votes
1answer
23 views
What jQuery plugin will do this Wordpress-like effect?
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 …
0
votes
4answers
53 views
How do I concatenate a string in a PHP Array Element?
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 bein …
0
votes
1answer
11 views
How do I use conditionals to differentiate between Page and Subpage in WordPress?
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 …
0
votes
5answers
26 views
PHP: parse URL for matching directory /somedirectory/ and execute conditional code
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 th …
0
votes
0answers
23 views
Need help with jQuery script into WP plugin
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, …
1
vote
2answers
27 views
How would you share a theme between a Django app and a Wordpress blog?
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 st …
0
votes
1answer
13 views
Captions in side by side pictures?
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 kee …
0
votes
1answer
19 views
Wordpress custom query pagination
I have a wordpress site, where on the main page I list the content from more categories.
My question is, is there a plugin where I can paginate the results from a category?I mean …
1
vote
2answers
26 views
Using EC2 Load Balancing with Existing Wordpress Blog
Hello,
I currently have a virtual dedicated server through Media Temple that I use to run several high traffic Wordpress blogs. Both tend to receive sudden StumbleUpon traffic sur …
0
votes
1answer
15 views
wordpress - displaying posts in a page
I would like to display the posts the way they are shown when you have "show latest post" selected under reading settings.
I've tried using query_posts, but that displays the whol …
0
votes
2answers
53 views
WordPress 2.8.6 foobars my theme options with escape slashes!
I've just upgraded a blog to WordPress 2.8.6 and found they are escaping quotes differently from 2.8.5
I've got a theme options panel that allows the user to input their img tags …
0
votes
2answers
17 views
How to make a “recent seen pages” for user registered in wordpress
Hi all!
Is there a plugin that returns to a wordpress registered user the last pages that he has seen on a blog?
Thanks in advance, Joe
0
votes
2answers
40 views
Automatic Wordpress installation?
I've been wondering about making a blog hosting site like blogspot as a bit of a hobby. I figure Wordpress would be ideal to use but I'm not 100% on a lot of things related to this …
1
vote
1answer
17 views
wordpressL How to array the child categories without any html tags?
Hello,
I am using a category called 'blogs'. Under that category I have many authors. Each author gets a category for himself.
In the 'blogs' template I want to display nicely a …
1
vote
3answers
29 views
How to pull “most recent post” data from a Wordpress blog?
I have two Wordpress blogs. I want to pull the "5 most recent posts" from the first blog with post title, date, and link to post and display this data on the other. I don't know if …
