dvawolk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Automatic scheduling of content per user basisHi. No, i havent found no decent plugins. But i tried http://www.dap.com and i am satisfied. But it costs…
Forum: Plugins
In reply to: Category slideshow plugini am searching simmilar one, doesn’t need to be jquery. i would preffer tags instead of categories.
it would be the best for my use that the slideshow would slide through images that are showing in posts that have a speciffic tag… is it too much to ask?!
Forum: Plugins
In reply to: Adding a page with a speciffic id to my footer…Just come to my mind:
I am using get_posts plugin that shows posts in my pages…
Is there any option to make them appear in footer?Say if i add
[get_posts post_type=”page” include=192]
in footer.php I doesn’ call the posts at all. It just rewrites the same text. It does not do anything at all! What am i missing again?!?
Forum: Plugins
In reply to: [Plugin: WP Subdomains] Can’t make it worksIt works now!
Looks like i was too fast – servers probably need a minute or two to make a subdomain ready?!?Forum: Plugins
In reply to: [Plugin: WP Subdomains] Can’t make it worksHi!
Plugin installed correctly.
Added cathegory “obzorje”
Added subdomain “obzorje”…Here (i guess) comes the problem… I am using parked domain on hostmonster.com
So, my primary domain is http://www.pizzabrickoven.com, but my add-on domain is http://www.jaya.si ‘<—‘ this is the one that has wordpress installed.
On the server it is ‘/public_html/jaya’ and not ‘/public_html’. so i wrote ‘/public_html/jaya’ for the document root.
But it does not work:
http://obzorje.jaya.si/My guess is, there is a problem with parked domains.. ?!
What can i do?!?Otherwise i like the idea of this plugin!
Look forward to your reply, Klemen
Forum: Everything else WordPress
In reply to: Slovenian localization / languageNevermind! It is working now..
changed in wp-config.php the follwing linedefine('DB_CHARSET', 'utf8');to
//define('DB_CHARSET', 'utf8');Forum: Fixing WordPress
In reply to: “Č” character shown as ?Hi rize!
The second one worked:
//define(‘DB_CHARSET’, ‘utf8’);
After that Č was displayed correctly in posts, but not in site title… So i needed to rewrite it in settings.
After that it was all okay!
Thanks, alot!Forum: Everything else WordPress
In reply to: Slovenian localization / languageHi, Damjan. I tried adding slovenian language to my site (http://www.belivolk.info) but i couldn’t get rid of unpropper display of character č…
Any hints?
Forum: Fixing WordPress
In reply to: “Č” character shown as ?Anyone, any hints?