clickmarketing
Forum Replies Created
-
Sorry, I mean INCLUDE, not EXCLUDE.
How do you exclude from this code the events that has already happened?
[events_list_grouped mode="monthly" scope="2012-01-01,2012-12-31"]#_EVENTLINK[/events_list_grouped]I see what you mean there. That is a good workaround but we want to do this automatically, not create an individual page for the months with this code.
Here is the link: http://bit.ly/ziB1cg
Also the links in the menu is repeated in the date archive: http://bit.ly/AC3xgY
Thanks!
But it works fine with the WP TwentyEleven theme.
I got it working now.. Thanks!
The shortcodes doesn’t work in the text widget. I tried it in a page but I can’t seem to find the right shortcode to make the months as links.
It’s fixed now. Thanks!
Forum: Networking WordPress
In reply to: 404 error after installing a new blog outside a multisite blogI gave the separate site a diffrenet name. I created a separate folder and it also puts in the /index.
Here are the redirections in the .htaccess:
RedirectMatch 301 (.*)\.html$ http://leaseprof.nl/$1 Redirect 301 /afspraak-maken.php http://leaseprof.nl/afspraak-maken/ Redirect 301 /vestigingen.php http://leaseprof.nl/vestigingen/ Redirect 301 /informatie-aanvragen.php http://leaseprof.nl/informatie-aanvragen/ Redirect 301 http://leaseprof.nl/leaseprofintraweb/index.html http://leaseprof.nl/leaseprofintraweb/ Redirect 301 /autobedrijven/autobedrijven-more/ http://leaseprof.nl/autobedrijven/ Redirect 301 /bestuurder/bestuurder-more/ http://leaseprof.nl/bestuurder/ Redirect 301 /fleetowner/fleetowner-more/ http://leaseprof.nl/fleetowner/ Redirect 301 /leasemaatschappij/leasemaatschappij-mor/ http://leaseprof.nl/leasemaatschappij/Forum: Networking WordPress
In reply to: 404 error after installing a new blog outside a multisite blogAndrea_r, there is no “index” in the blog url settings..
Forum: Networking WordPress
In reply to: 404 error after installing a new blog outside a multisite blogThanks for the correction. I thought they are the same thing. π
The new site was originally a child site but I installed it as a separate site because the WishList Member plugin doesn’t support Multisite. The folder protection feature doesn’t work. They advised me to install it as a separate site.
Yes, the new site is a physical folder.
Here’s the .htaccess of the new site:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /intraweb/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /intraweb/index.php [L] </IfModule> # END WordPressand here’s the .htaccess of the Multisite:
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).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]Forum: Plugins
In reply to: [Plugin: Job Manager] Job Category links cause Fatal ErrorI also get the same error. Hope this will be fixed soon. Thanks
RichardWPG, here are screenshots of the display problems:
http://i53.tinypic.com/2i8gppx.png
http://i51.tinypic.com/1zlc1w3.jpgI already disabled it, no problems so far. I’m using WP 3.2.1.