wordpress

How do I adjust the Wordpress URL handling to ignore certain directories?

I'm using Dreamhost's WordPress, Subversion, and Trac installations. My Subversion repositories are all in /repos/[projectname] and my Trac installations are all in /trac/[projectname]. I also have some other directories, such as /webapps/[appname] for web applications that I am working on. However, if I go to /trac/[projectname] in my b...

Returning Wordpress Custom Field Values

I'm trying to echo the key of a custom field (value, such as a URL set while editing a post) back into the document. Here's the overall code: <div id="feature" class="clearfix"> <?php $feature_post = get_posts('category=3&numberposts=1'); foreach( $feature_post as $post ) : ?> <div clas...

Wordpress: If two or more posts have same date, date is not shown.

Got a weird bug best shown by this page http://www.zoecormier.com/freelance/ Scroll down to the article named 'Testing turnitin' and you will see the article date is not showing. The article above it (named 'Stolen words') is showing the date. These two articles have the same date, but only one is displaying it. Code for the article li...

wordpress custom field problem

for some reason my wordpress blogs changes the custom field of my post. When I create my post I use the custom field "description" after a few weeks or months all the descriptions are gone and when I check the database all the description were changed to _aioseop_description I asked for support on wordpress without any luck.. I'm tired...

trap event when new wordpress post is added in a certain category

Hi all I need to create a function which is triggered when a new wordpress post is added to the posts table for a particular category. The function will grab the title of the post and add it to a new table called 'newsites' whose fields are (postid, title, questions, users) which is already created. The 'questions' and 'users' fields ...

Wordpress: Accessing A Plugin's Function From A Theme

Hi all, I'm trying to add some functionality from a plugin I have made into a Wordpress theme but I am having little joy. The documentation doesn't really help me solve the problem so perhaps someone here can help. I have a plugin in Wordpress that is activated and working fine. The class for this plugin has a function called generat...

Sidebar not shown only in IE 7? and ONLY not shown in one specific page ?

Okay I have this website that I was working using Wordpress. I wrote some custom Page template for this CMS. But I'm not aware of that there is only this page's sidebar doesn't show in IE 7 This page is under the lawyer.php template. I don't know if its the template page problem, or is the CSS that has the problem. Here is the screen s...

Help to edit the Recent Posts Wordpress widget to diplay in all 3 languages at once

Site link: http://nuestrafrontera.org/wordpress/ I want the feed of recent post titles to show in the sidebar for all 3 languages, separated by language. So, for example, under Recent Posts the sidebar would have "English" and then the latest 3 posts in English, then "Español" and the latest 3 in Spanish and then French. All in a list i...

Is there a function to get the caption for an image in wordpress

I'm trying to get the captions from images in Wordpress but I can't find an easy function to grab this bit of information. Anyone know a way to get this? Thanks ...

Why aren't jQuery and cycle working in Wordpress?

Hi! I am really struggeling with this problem.. I want to have a slideshow of my featured post via cycle in my wordpress index.php, but well.. wordpress wont. First I enqueued cycle and my script in the header: <?php wp_enqueue_script('jquery.cycle.all.min', '/wp-content/themes/black1/js/jquery.cycle.all.min.js', array('jquery'));...

How come the edit post page takes so long to load?

I just setup a new Wordpress blog at home, and no other pages takes forever...I am trying to just add an image to the post, but it is just taking forever...none of the other pages takes so long to load... And i have just optimized all my tables via mysq and a scheduled task, so i don't see why it's taking so long to load... ...

Wordpress Lightbox Gallery by post

Hi, how can I separate the gallery affected by the lightbox gallery plugin by per post basis? Right now what's happening is say I have 2 posts. Post 1 has 3 images which I turn into a gallery Post 2 has 5 images which I turn into a gallery Now when I click 1 of the images on post 1, it does open the lightbox gallery as expected. Howeve...

mod_rewrite, put wordpress in sub-dir on server seamlessly?

I use wordpress for personal blog. Now I want to make it my personal website. Hence, I'd like the URL to be mysite.com rather than mysite.com/blog (e.g. mysite.com/2009/10/blog-entry rather than mysite.com/blog/2009/10/blog-entry) A simple way is to move /blog/* to /blog. But this will make Wordpress files mess up with existing files I ...

wp_list_authors wordpress Author List want to fetch gravatar and bio

Hi, I was running wordpress blog with multiple user. So I created the authorlist.php template to show all of the author list in page. My template code is <?php /* Template Name: Author List */ ?> <?php get_header(); ?> <div id="main"> <div id="pageleft"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> ...

Wordpress static pages: how to embed content into templates?

I'm trying to convert a primarily static site to wordpress to see how easy it is for the site owner to make changes to the pages. I've copied everything to the Theme folder and created the header and footer templates, and the preview looks fine. I then went on to create a new page and add some content (Pages/Add New) and attached a templ...

Active link state help WORDPRESS

Hello everyone, looking for some help:) http://69.65.3.168/~doubleop/pro.sperity/blog is the site i am working on, you can see the navigation is a drop down. I want the green to hover over active pages. This is a drop down menu, so i created parent pages as the main nav links, and the drop down contains child pages. All the links are...

Is it possible for a 3rd party to reliably discern your CMS?

I don't know much about poking at servers, etc, but in light of the (relatively) recent Wordpress security issues, I'm wondering if it's possible to obscure which CMS you might be using to the outside world. Obviously you can rename the default login page, error messages, the favicon (I see the joomla one everywhere) and use a non-defau...

How to add rounded borders on a a:hover in ul li list?

I have a Wordpress site where the li width changes in my navigation depending on the width/length of the link in my navigation ul li list. I am trying to add a rounded-border background image to each of the li, yet since each one is different in size I am lost on how to implement this. How can I create a background image that will change...

Modify Latest Blog Posts in WordPress

The basic 'Latest Blog Posts' in WP just gives the name. I would also like to have the author and date it was created. How can I easily do this in WP? Any help would be greatly appreciated. ...

Problem with Japanese/International Characters with IIS7 URL Rewrite

I have a friend with a Japanese blog, using wordpress, he has the pretty url. Basically domain.com/postname. Well an example of a url might be. "domain.com/テスト". His blog is hosted on an Apache web server. I am running IIS7 and am trying to get my Japanese blog going like it should, and have "domain.com/テスト" show just that one post when...