Viktor Nagornyy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts not showing up in rss feedIt showed up in feed 20 min after being published. Why the delay? =(
Cool, thanks. Had to do research on it as it wasn’t even there.
In case someone needs this.
Create crossdomain.xml in your root directory, so url looks like:
example.com/crossdomain.xmlInside that file put:
<cross-domain-policy> <allow-access-from domain="*"/> </cross-domain-policy>
Clear your browser cache, so it updates with the new skin!
Thanks for your help, I really appreciate it.
Would there be any reasons for skins to stop working when I changed my media folder location?
I’ve reactivated the plugin so it created necessary folders and files in the new “uploads” directory. The auto-install doesn’t work, so I downloaded player and uploaded it manually.
Skins were working fine with default media location in the beginning.
Thanks!
It seems like I’ve figured it out, but now skins are not changing. It seems like all skins in dir are zip files, is this normal?
Forum: Fixing WordPress
In reply to: Author tag on no-author pageWell, no help here. I paid on WPQuestions.com and got an easy answer. If anyone tries to do what I was doing here’s the answer.
<a class="alignleft" href="<?php the_author_meta('user_url',1); ?>"> <?php echo get_avatar( get_the_author_meta('user_email',1), '85', '' ); ?> </a> <?php the_author_meta('description',1); ?>
I’m the only author, so it just needed my author ID in there to find me. Which is 1.
Hope someone else finds this useful!
I recommend WPQuestions.com if anyone needs a quick answer for cheap and this forum not helping. =)
Forum: Fixing WordPress
In reply to: Author tag on no-author pageAny ideas?
Forum: Fixing WordPress
In reply to: Question about new menu feature in v3Giving it a bump.
Forum: Fixing WordPress
In reply to: Captions for imagesAll your images have captions on your blog. What’s the problem?
Forum: Fixing WordPress
In reply to: How to update the date on each pageThe quick edit feature should be sufficient enough to change the date.
When you visit Pages page in admin and see a list of pages, you hover over one and you will see “Quick Edit” link. Try that.Also, try clearing your cache if you got caching plugin enabled.
If it doesn’t work just hide the date.
I would look through database for the field that stores URL and clear html.
Forum: Requests and Feedback
In reply to: why insert full posts as captions inside Nav-menu page?Sorry for the title, I meant “value” not caption =(
Forum: Fixing WordPress
In reply to: custom taxonomy and permalinksBumping it. Anyone has any ideas?
Forum: Fixing WordPress
In reply to: How to get excerpts to work?Open your index.php or home.php, whichever you have, and replace content() with the_excerpt().
Make sure to back up your file first, in case you mess it up. Things happen.
Forum: Fixing WordPress
In reply to: custom taxonomy and permalinksHey,
Nope. My structure only has postname in it. I left both base fields empty and tax name still shows up in URL.Any other suggestions?
Thanks for the help.