jim9
Forum Replies Created
-
Forum: Plugins
In reply to: a plugin that enable receiving feeds data from other siteThey are in Atom and JSON. Atom is the default feed type served, however you may also request any feed in JSON format.
these are the content of the .htaccess file
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
I have search my wp-config.php file for the words no-blog-redirect and redirect but I did not find them there.
What should I do now?Forum: Networking WordPress
In reply to: How to give all new WPMS sites default predefined pagesI was talking about the code not the plugins. I am somehow familiar with template design tags so I have good idea about terms like “the loop” and writing template pages.
Most likely I will use one of the plugins currently as it is the easier way now. However I still like to know how to copy the page content as I believe it is not more than one additional line so if you know it please tell me what to add to the above code. ThanksForum: Networking WordPress
In reply to: How to give all new WPMS sites default predefined pagesIt works but it does not copy the page content. Does it do the same in your site?
Forum: Networking WordPress
In reply to: How to give all new WPMS sites default predefined pagesHi rickymurphy,
The plugin https://www.ads-software.com/extend/plugins/default-blog-options/
lists all the pages that I have created before. but it does not list any page I have made after the installation.
Does that happens with you?Forum: Networking WordPress
In reply to: How to give all new WPMS sites default predefined pagesHi shastaw,
I am not very familiar with using wp functions so I would like to ask you
should I change the first “litsam_books” to the folder’s name of my theme. and the second one to the stylesheet name?'some-page.php'
is this the same for all themes?