Xander
Forum Replies Created
-
Forum: Plugins
In reply to: If only one result is found from a search, can’t it just show it completely?Has anyone implemented such functionality? It sounds like a nice user-friendly touch.
Forum: Fixing WordPress
In reply to: Paging while using a custom select queryThanks Kafkaesqui; I was led here in my quest to find a simple way to display posts in a particular category by the post_modified date… your code provided more help than I have found in all my other travels.
Forum: Fixing WordPress
In reply to: What to do about sploggers?No one bothers to deal with this stuff?
Is there any way to figure out the IP of a splogging site and subsequently ban it from your domain?
Forum: Fixing WordPress
In reply to: Adding custom fields to an RSS feed?You can squeeze the same code into wp-rss*.* just about… although I happen to use the c2c_get_custom function (google it).
Forum: Installing WordPress
In reply to: Page Order for pages does not seem to be workingI proposed a quick fix here:
https://www.ads-software.com/support/topic/102764?replies=4Forum: Fixing WordPress
In reply to: Category Slug for PagesI ended up hacking the “categories” selection box into page editing and it seems to do the trick… although it is awfully ugly.
Now that I have “search everything” on (considering I have a lot of relevant info under pages) it returns categories… so it starts to look weird heading to a page listed as being in a category that has nothing to do with anything…
Forum: Fixing WordPress
In reply to: What to do about sploggers?I like having a full feed and want to keep it for the readers…
Hmm, in this case it looks like this site he’s using for an affiliate program is actually keen on getting to the bottom of it… so that’s good news!
Any others?
Forum: Fixing WordPress
In reply to: RSS QuestionsThanks, that was informative… and no, I am probably the last person to give a damn about compliance for the sake of compliance ??
Forum: Fixing WordPress
In reply to: RSS QuestionsIs there any way to gain some control over automatic enclosures? And don’t two enclosures in one RSS item invalidate the feed?
When posting free music I tend to offer a variety of means to get at the file, but I would rather optimize the enclosures for podcasting to deal with one file or link in particular (i.e. get the MP3 not the WAV!…
Forum: Your WordPress
In reply to: Puffs out his chest and begins to strutIt’s too white for me but I say that a lot ??
Forum: Fixing WordPress
In reply to: Merging of (blogroll) Links and Categories in 2.1I am trying to figure out what benefits this change might confer… I guess I could put links into post categories and then have a custom set of links for different category pages if I wanted? Yeah, I guess that would be easy to do…
Forum: Fixing WordPress
In reply to: My theme keeps changing itself?!Under what conditions does WP revert the theme? Is there a specific criteria? I had this happen once, and only once, and want to ensure it never happens again.
Forum: Fixing WordPress
In reply to: How Do I Turn Comments On?You will need to explore template tags to make this happen… for starters, you will probably want to change index.php, remove “the_content” and use “the_excerpt”… then look up the comments code in single.php and try dragging it over… it might work, it might not, but you should start hacking around to get it happening ??
Forum: Requests and Feedback
In reply to: Page Management Page order backwards in 2.1It is easy enough to fix… open wp-admin\edit-pages.php and add “&order=asc” to the end of the wp() function call near the top:
wp(‘post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1’);
Forum: Fixing WordPress
In reply to: Calendar event functionIt sounds as if you should investigate the Event Calendar 3.1 plugin:
https://wpcal.firetree.net/