0
votes
1answer
8 views
Insert a scrapped html table into wordpress.
Hi all,
I've a personal site built using wordpress.
I want to scrape a table from a different site and make it a part of my homepage.
The table is a list of ACM programs I've solved and I want …
0
votes
1answer
250 views
Apache’s mod_php OR FastCGI? Which is good for Wordpress?
Hi guys,
I have basic idea about running PHP in different configurations like mod_php, cgi, FastCGI, etc.
In my findings and test I found FastCGI is slightly better. I like FastCGI's support for …
0
votes
0answers
7 views
How to check response from merchant in Wordpress eCommerce
I am writing a payment gateway for WP eCommerce (http://www.instinct.co.nz/e-commerce/) The merchant requires the user to be redirected to the merchants website (similar to paypal express I believe). …
0
votes
1answer
31 views
Background showing up in IE, but no other browser.. Java setting
I'm working in wordpress theming and have a site set up that will detect an image from the database and then set that image to be the background of a div using simple javascript.
I have this set up …
0
votes
1answer
22 views
Wordpress inline label (jQuery)
I'm building my new theme and I've a problem. I use jQuey to display the input's label into the input :
this.label2value = function(){
var inactive = "inactive";
var active = "active";
…
0
votes
2answers
48 views
Anyone using WP-CodeBox 1.4 with Wordpress 2.8.6
Over the last year or so I tried using WP-CodeBox for a syntax highlighting tool. I downloaded a couple of versions and tried them with a few versions of WordPress. I have never been able to get …
0
votes
3answers
46 views
Run php functions on selected Wordpress pages
Hi, I am trying to customise a Wordpress theme. I have a function in themes/functions.php that I would like to run on some pages.
I need to be to:
Detect the page ID to determine whether the …
0
votes
3answers
47 views
How can I get the WordPress language_attributes function to return valid XHTML 1.1?
I have a WordPress template that contains the following element:
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes('xhtml'); ?>>
This returns:
<html …
5
votes
7answers
2k views
What is the best Forum software to Integrate with a Wordpress blog?
If you wanted to add a user forum to your software site, and make it look and work like your WordPress blog, what forum software would you choose?
Apparently bbPress has the same origins as …
0
votes
2answers
42 views
Intergrate wordpress blog with joomla website.
Hi,
I have a website which I developed in joomla......
and a blog in wordpress....
Now I want to integrate that blog with my Joomla website.......
without using wrappers or CorePHP component.....
…
0
votes
1answer
301 views
Wordpress previous_posts_link() leads to a 404 error not found
Below is the code I am using. I have tried everything I have been able to find and it still doesn't work. My permalink structure is /%category%/%postname%/. I believe that the url is correct that it …
0
votes
1answer
33 views
jQuery Ajax pageload <div> puzzle
Still learning this jQuery stuff....
I like this ajax page loader; it works for Wordpress on a <div id="content"> right out of the box. But one thing bothers me: the collapses while ajax loads …
0
votes
0answers
23 views
htaccess and sessions/cookies
Im having a problem with a htaccess rewrite rule on a site im working on.
Main Dir's htaccess:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^website.com [NC]
RewriteRule ^(.*)$ …
0
votes
2answers
23 views
Function name conflict when including a PHP file in a WordPress Theme.
I am a PHP novice, so bear with me if any of my terminology is incorrect.
I have a small PHP file (page_class.php) that defines some functions and I include this file in the header.php of my theme:
…
0
votes
3answers
42 views
Is it OK to fix a character encoding error using SQL REPLACE?
I have a (Wordpress) blog and some of my older posts have a character encoding problem where £ displays as £ (i.e. a pound sign prepended with a capital 'A' with a hat on).
The problem is at the DB …
