gregtallent2
Forum Replies Created
-
Forum: Plugins
In reply to: sharing_display() appears twice after recent wp updatesorry, should have said running wordpress 3.8.2
and jetpack 2.9.3Forum: Fixing WordPress
In reply to: rss not working after changing permalink to post nameResolved. Thanks.
Forum: Fixing WordPress
In reply to: rss not working after changing permalink to post nameThanks for your help, esmi.
I went back to default permalink and changed my php script to account for both the ?p=123 in it, and the need to use post-name for the links to my post pages.
Think the problem is solved now (it wasn’t a wp problem).
Forum: Fixing WordPress
In reply to: rss not working after changing permalink to post nameI commented out lines in htaccess root. This now seems to do something:
http://londonfestivalfringe.com/blog/feedHere’s what I have:
WordPress Address (URL): http://londonfestivalfringe.com/blog
Site Address (URL): http://www.londonfestivalfringe.com/general/postThis still does not validate: http://www.londonfestivalfringe.com/blog/?feed=rss2
I have a htaccess file in general/post to handle the poststring for my php. Here it is:
RewriteEngine On
# RewriteRule ^people/([^/\.]+)/?$ counter.php?author=$1 [L]
RewriteRule ^([^/\.]+)/?$ index.php?title=$1 [L]
# RewriteRule ^([0-9]+)/?$ counter.php?p=$1 [L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /general/post/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /general/post/index.php [L]
</IfModule># END WordPress
Thanks.
Forum: Fixing WordPress
In reply to: rss not working after changing permalink to post nameThanks. Just deleted the .htacess file. Same problem.
I don’t have a http://londonfestivalfringe.com/blog/feed directory. Should I have one?
Forum: Fixing WordPress
In reply to: rss not working after changing permalink to post nameAll posts on the front page are published.
I need the rss feed working again to use rssgraffi in the Facebook page:
http://www.facebook.com/LondonFestivalFringeThanks.
Forum: Fixing WordPress
In reply to: rss not working after changing permalink to post nameSorry: http://londonfestivalfringe.com/
http://www.londonfestivalfringe.com/blog/ is where the wp files are located.
I use wordpress as crm only, and generate the front page using php.