dome90uk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing DomainsHi,
The instructions I posted above should help you identify where changes should be made in your current WP files and DB so that your current WP files works when associated with a new domain name.
If you want to test before you switch, you must temporarily change “siteurl” and “home” in the database table “wp_options” (through phpMyAdmin or similar).
If you think about it you are effectively moving your WP install to another domain name!!
Forum: Fixing WordPress
In reply to: Changing DomainsCheck out this link -> http://codex.ww.wp.xz.cn/Moving_WordPress
Forum: Fixing WordPress
In reply to: SWF Not WorkingThe SWF size is being set by the javascript that is including the SWF.
View your page source ….<script type="text/javascript">swfobject.embedSWF("http://www.altntec.com/wp-content/uploads/2011/04/solar_photo_voltaic_electricity.swf", "swf-181-1", "300", "229", "9.0.0", {}, {base:"http://www.altntec.com/wp-content/uploads/2011/04/solar_photo_voltaic_electricity.swf/../",});</script>Forum: Fixing WordPress
In reply to: Truncating imported RSS Feeds.SOLVED – Found this … worked on 3.1
Also, you can truncate the number of characters that appear in the content of each feed item by using PHP’s substr() function:
<?php echo substr($item->get_description(), 0, 180); ?>REF – import and display rss feeds in wordpress
Also, limiting the number of words shown in the_content / the_excerpt