wordpress

wordpress 3.0 security?

Hi, I have a website with wordpress 3.0. I noticed that /wp-admin displays the following error today. Warning: Cannot modify header information - headers already sent by (output started at /www/sites/..com/files/html/wp-includes/default-constants.php:299) in /www/sites/..com/files/html/wp-includes/pluggable.php on line 890 I used IE...

Add facebook like button in wordpress e-commerce site.

I'm building wordpress e-commerce site (using wp e-commerce plugin), so i added Facebook Open Graph Protocol, so now my site is connected to facebook and i can put facebook like button for the entire web site or for pages or for posts,but i want to add like button for all of the products of my sites, i tried many plugins but none of them...

Share content between Wordpress sites in a network?

I have five different websites set up using Wordpress 3.0 Multisite. They each contain one page in common, which is a list of places. Each place is represented by a post in a specific category. What I want is that when I publish a new post in this specific category on one blog, it will add that post to all the other websites as well. Alt...

Creating a WordPress plug-in that needs Authentication

I want to create a WordPress plug-in but also want to ensure that the plugin can only be used after it has been activated with a serial key that should be unique for each domain. What is the best way to go about it assuming: I have to give the actual source code to the users and cannot have a VideoPress type of security - which is jus...

Upload KML file into database and display on OpenLayers Map

Hi, I want to create a simple form on my wordpress site so that people can upload KML files which will then be stored in the db and the route shown on on openlayers map - openstreetmap. The project is for a hiking site for storing hiking routes. Any docs for this/ forums / advice. I'm completely new to this map stuff. Cheers Andy ...

Allowed memory size of..

"Allowed memory size of 138412032 bytes exhausted (tried to allocate 71 bytes)" ive got this error on WordPress Admin site - what thats mean??? ...

Justified CSS menu not working without line breaks between <li>

Hi everyone, I'm designing a custom wordpress template for some friends, and want a horizontally justified top menu. All would be fine, except that wp_page_menu outputs the list elements all in one line, which (after a LOT! of head-scratching) appears to break the formatting and removes all space between the elements. For example, the...

Making WordPress Plugin Update Process

My client has asked me to make a WordPress Plugin that people must purchase. Therefore, it is not put into the WordPress.org plugin repository and is not updatable by default from the Plugins menu in wp-admin. Is there a best practice way for making the plugin updatable? As in, showing an update on the dashboard, plugin options panel, a...

Mamp and wordpress url change

So I had a wordpress installation on my localhost... http://localhost:8888 so I've uploaded the wp files on my FTP, and I've imported the DB.I can't use a new installation because I've edited some core files... I also edited the table wp_options on my site(the web) i've edited the fields, siteurl and home so those two fields, contained ...

Export list of pretty permalinks and post title

Looking for a way to export a list of pretty permalinks in wordpress with the corresponding post title. Looking for the actual permalink structure defined not the shortlink. I suppose if I have to I'll use a short link, but I prefer the full permalink. Any suggestions would be helpful. Thanks ...

jQuery Slideshow cycle plugin backslash error

I'm helping a friend with a custom WordPress theme she purchased from Theme Forest that has a jQuery slideshow using the cycle plugin. It works just fine on all the Pages. I looked at the code and the only thing I can figure out is that on the blog pages it processes the code incorrectly by adding a backslash in front of all the " and ...

How to Restrict WordPress 3 Blog Posts to Admin Only?

I have a WordPress blog where users can contribute articles and wiki entries (http://webypedia.com). The blog posts are normal post types. The articles and wiki entries are custom post types. I would like contributors to be able to add new articles and wiki entries, but leave the creation of new blog posts to Admin. How do I create thi...

Wordpress: posts/pages that displays content of a single comment?

I need to somehow make single posts/pages for comments. So i can show the comments as separate pages with there own permalinks. So that users can access theese pages in browser with the comment page permalink. Thankful for help! ...

Wordpress wpdb select from multipe tables

Hi. I have a three tables for my wordpress plugin. videos = id, name playlists = id, name video_playlist = id, video_id, playlist_id how do I get multiple results for multiple tables. ie, I am busy editing a playlist and would like to display all videos in the playlist. so the ID for the playlist you are viewing is passed and that i...

Should I avoid installing WordPress in IIS?

I was asked to install numerous WordPress sites in IIS. I'm wondering, should try to convince my clients to use Apache instead? Should I avoid using IIS? Things I'm concerned about: 1 - According to this Q&A, permalinks work differently in IIS : http://stackoverflow.com/questions/2993221/moving-wordpress-from-apache-to-iis 2 - I have ...

How to display 3 previous posts in article page?

Hi all. Does anyone know how to display 3 previous posts on article page? Let's say I'm in article post page and would like to display previous 3 posts images (basing on the post I'm currently reading) below it's content, but not next posts images. I was trying to do this with setting up the offset in the db query but with no luck. Can s...

Sandbox Theme Center Menu Elements

The theme is here (the page is a live preview) http://www.plaintxt.org/themes/sandbox/ I've been trying with all mixtures of text-align: center; and margin: 0 auto; I just can't seem to move the elements of the menu into the center of the page. Any help would be great :) ...

Ideas for Organising very specific Custom Content in wordpress

Hi, I am already very confused as I am typing this thread out. Please forgive me if my query is a little too difficult to understand. I have an existing Real Estate Site that I intend to move 100% into WordPress. The existing site has one backend for listings and another blog section for reviews. You can probably see why I have decided...

Lightbox not working in my wordpress theme

hi all, i have developed a wordpress theme with header, footer, sidebar, index, page, single and 404.php files. Now i want to add a gallery with lightbox effect to my site. i have tried lightbox plus, WP jQuery Lightbox and a few more plugins but none of them seems to work. Can you please help me..? Its really very urgent.... Thanks ...

Get wordpress to redirect_to different places, or don't redirect at all.

I am trying to develop a wordpress theme together with someone else. We are basically working from the same svn repository which has the copy of the wordpress files and the database we access somewhere remotely to speed up the devving progress. Now here comes the problem; as soon as we try to access the wp-admin it redirects us to the ...