gregorsmith
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Database HackeryResolved, I used this query in case anyone else has this specific issue
update wp_posts p set p.post_excerpt = p.post_content where p.ID in (select tr.object_id from wp_term_relationships tr where tr.object_id = p.ID and tr.term_taxonomy_id = 3) ;Forum: Installing WordPress
In reply to: Maximum number of pages in WordPress???it’s only limited by the maximum number of id’s MySQL allows, which is in the millions
I wouldn’t worry about breaching that
Forum: Installing WordPress
In reply to: Can not edit wp-conpig on my pcyou dont need php on your pc, open the file up in notepad
Forum: Fixing WordPress
In reply to: Video Tip (YouTube and Google)cause people paste the embed in the visual editor (cause they have that abomination turned on) then complain here that it doesnt work…
Forum: Fixing WordPress
In reply to: Line Break Between Link and Description in Blogrollit is doable… Here is an example (it’s a full page links pag, but you should get the idea)
http://www.scamcity.co.uk/history/version7/links.php
It uses the
<?php get_links(); ?>template taghttp://codex.wordpress.org/Template_Tags/get_links
<?php get_links('1', '<h3 class="posttitle">', '</p>', '</h3><p class="posted"> </p><p>', 'false', 'name', 'true', 'false', '-1', 'true', 'true'); ?>easily modifiable to add a line underneath a link
Forum: Your WordPress
In reply to: New Photoblog ThemeSo what happened to this?
Forum: Fixing WordPress
In reply to: Can wordpress be installed on a windows server?yes and yes (it can be in a folder)
simple huh?
Forum: Themes and Templates
In reply to: Go Naked !wait, we need a plugin to turn off a stylesheet? have we turned into gerbils?
Forum: Your WordPress
In reply to: New Photoblog Themeis there an ETA for this?
Forum: Fixing WordPress
In reply to: How do I get WP to recognize old Permalink structure.Numeric permalinks as opposed to Date and name based ones
woulda solved this in an instant
Forum: Fixing WordPress
In reply to: Update-Links.php and Ping-o-MaticI wouldnt hold your breath to be honest
Forum: Plugins
In reply to: Mobile versionI find Alex Kings mobile plugin for WP1.2 works a treat
http://www.alexking.org/index.php?content=software/wordpress/content.php#wp_120
Forum: Plugins
In reply to: Get current page url<?php the_permalink() ?>
?
Forum: Everything else WordPress
In reply to: Can WordPress Generate Static HTML?Static or Dynamic doesn’t make any difference for search engines, at least in my experience…
Forum: Fixing WordPress
In reply to: Update-Links.php and Ping-o-MaticActually, i’ve since ditched the blogroll completely