Mark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pulling posts from one WP to another on same siteNo one’s ever had more than one blog on one domain and share info back and forth?
Forum: Plugins
In reply to: Uploaded image in a PostOk guess not :/ No biggie though. I’m doing this a different way anywho.
Forum: Installing WordPress
In reply to: Multiple RSS Feeds for different WP PagesIs there an easy way to show a set amount of data for each post instead of just the links?
Forum: Installing WordPress
In reply to: Multiple RSS Feeds for different WP PagesWould I just simply create other “template” pages and have a different set of PHP code like this?
<?php
require_once(ABSPATH . WPINC . ‘/rss-functions.php’);
$rss = fetch_rss(‘FEEDURL’);
echo ‘- ‘;
- ‘ . $item[‘title’] . ‘
foreach ( $rss->items as $item ) {
echo ‘‘;
}
echo ‘‘;
?>Forum: Installing WordPress
In reply to: Multiple RSS Feeds for different WP PagesBut how do I get different RSS feeds for different pages. I understand about the Fetch RSS but I don’t get how to get a different RSS feed for different pages.
Forum: Your WordPress
In reply to: Splat!Its sure taking its sweet time loading too with FF :/ Still hasn’t loaded yet while I’m typing this message.
Oh there it goes! Ooops not all the way yet.
Forum: Installing WordPress
In reply to: Event Plugin for different citiesWell I think I am just going to start out with the EventCalendar3 and setup my categories as states and cities and re work some of the code to do what I want. This may or may not work but we’ll see what happens.
Forum: Installing WordPress
In reply to: Event Plugin for different citiesOk guess I’ll have to go a different route. Maybe Joomla has something like this.
Forum: Installing WordPress
In reply to: Event Plugin for different citiesWonderful, someone help us out! 🙂 I’ll buy anyone din-din…
Forum: Installing WordPress
In reply to: Event Plugin for different citiesGreat at least I’m not the only one!
:o)
Forum: Installing WordPress
In reply to: Event Plugin for different citiesMaybe I could modify a plugin to do this? Anyone have any luck with doing that?
Forum: Fixing WordPress
In reply to: Moved WP site…now permalinks don’t workno one?
Forum: Fixing WordPress
In reply to: Moved WP site…now permalinks don’t workI am having that same issue with another website that I just moved today. Mod Rewrite is enabled, but every time I use ther PermaLink structure I get error 500.
WP updates the .htaccess file and then nothing works. This is different from the other issue as I am not even changing directory structures :'(
Anyone?
Forum: Fixing WordPress
In reply to: Moved WP site…now permalinks don’t workAnyone else offer insight before I perhaps start over? I don’t know why WP would have such an issue with me moving the site to a new server and moving up everything up a “../”
Forum: Fixing WordPress
In reply to: Moved WP site…now permalinks don’t workwell i’m not using permalinks…still having that .htaccess wierd problem :/