From XML to Blog post
Hi, I have an XML file and I would like that when I update the XML file, in automatic, I create a new post in Wordpress Blog in a pesonal server. Which way I should follow? Thanks. ...
Hi, I have an XML file and I would like that when I update the XML file, in automatic, I create a new post in Wordpress Blog in a pesonal server. Which way I should follow? Thanks. ...
Hi guys, i have problem with the plugin elastic editor for wordpress themes the problem is when i try to save the theme, the plug not save it. and i cant't see it in themes folder. why is it happen ? Thanks. ...
I am working on some custom post types. I finished the first one and realized that the metabox code I was using could be re-used by other, future, custom post types (as well as pages, posts, etc). So I put the class in its own php file and included it from the functions.php file of my child theme. I've never used classes before, but I...
I'm having a problems uploading images and keep getting the same error message. I've googled the issues and have found some "fixes" but they don't seem to be doing anything. I've tried adding a custom php.ini file Adding ini_set('memory_limit' ... in the file that throws the error The site is being hosted by Netfirm (which has been pa...
The function below is supposed to fire when the theme it belongs to is activated. However, to get it to actually create the categories inside the conditional, I'm having to (1) activate the theme, (2) Activate any other theme (3) Activate the theme again What gives, it should process upon the first time its activated. // with activate ...
I've got the WP Slimbox2 plugin installed and I'm trying to have the caption's ULR point to a different site, not just the img URL. Any ideas out there on how this can be done? http://www.erisdesigns.net/wordpress/in-the-cloud/ ...
I will be using WordPress 3.0 to build numerous sites, roughly 300+. these sites have the following qualities content may or may not be related to each other. Each have the same set of admin users - a person who has an admin account in website A has the same account in website B. each are top level domains. no subdomains. each site n...
I would like to do a site in PHP/MySQL using either Drupal/Joomla/Wordpress that allows me to have class list with description/date and students can sign up to pay for it. I prefer Wordpress if there is some package already. The idea is to have students to pay via Paypal. For backend, Admin should be able to manage class, check students ...
Hi, I'm only really a novice with PHP (and I know I'm sortof trying to run before I can walk), but I would like to know if it is possible to define a functions name via a textfield. Currently, I am working with Wordpress so I can use add_option to add something to the database to store data, etc, which is handy. My idea is for a slidesh...
Hi guys, I am hoping some smart folks can help me here. I'm out of my depth. I had a wordpress site developed for me a little while ago. I paid the developer for his work, but he never delivered what he promised so I am left to try and fix it. Anyway... The site uses some jquery to activate a drop down menu. When you click on a link cal...
I have decided to use framework to develop my own custom wordpress theme? But I'm confused which one to use? Or should I continue to write all up codes myself. I use 960 as css framework and jQuery as js library. Any help will be cordially appreciated. ...
I have looked at this now for some while but somehow I am missing something. I have a site that looks ok in firefox and chrome but in IE the first div gets "split" to the right. It seems as if IE takes the first block element inside the div and places that in the next column. the page with the error: http://populair.eu : in IE you see it...
WordPress.com advertises that NYTimes uses WordPress to power its blog. I absolutly love how the NYTimes blogs visually look. For example: http://freakonomics.blogs.nytimes.com/2010/08/06/street-smarts/ Does anyone know where I can find the WordPress Blog theme to mimic the style found on NYTimes (obviously, with all of the sidebar a...
I don't want to use wordpress (with wp-ecommerce plugin) or other full-featured store scripts because my requirement is quite simple and limited: 2 product types: bags, tees 3 categories: classic, modern, special 3 sort options: by color, by category, by price Cart with PayPal as payment processor. Is there any lightweight (and open-s...
i have a specific single page which display a single post. the thing is that i want to display below it all the other posts which have the same special meta data and i made that to work as well. the problem starts when i try to make pagination to the list of the posts below. the single post url is something like that: blog.com/somepos...
It seems to be a 'feature' of WordPress that it's designed to run on one, and only one host name. The 'siteurl' and 'home' parameters are hardwired into the database options table, so if you hit the site on non-matching hostname you get redirected by PHP to the correct hostname. Even more irritatingly, the siteurl is prefixed to all int...
Hey guys, please take a look at my .htaccess: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] Rewri...
This is located in the sidebar.php file for predetermined adspace. I've tried putting the image URL and the link URL in separetely and by generated code, but I get an error every time. This is the code: <div class="box"> <!-- Replace to your affiliate link --> <a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/images/...
This site displays fine in IE8, Mozilla, Safari and Chrome but IE6/7 really screws it up. I've been trying to bux fix the layout, but I'm ready to give up. Wordpress 3.0, coded using BBEdit and PSPad, hosted on Yahoo (terrible, but not my choice). Site: yovinomd.com In IE8 dev tools, the HTML is all wrong. For some reason there are...
Hi, I agreed to host a file for an online community, but I've since changed my site around so that it's now hosting a wordpress blog. What I'd like is to not break the existing URL to this one file, so, for example, when people navigate to the URL where file is being hosted, e.g. myblog.com/path/to/file, I'd like Apache to handle the UR...