zalog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: SEO-friendly redirect issueTry this: https://www.internetofficer.com/seo-tool/redirect-check/
It’s a 301 ??Forum: Fixing WordPress
In reply to: UPGRADE gone worng?! Pls help@gladman proftp works like a charm!
If you guys have an whm, consider to install proftpForum: Fixing WordPress
In reply to: very cool sliderlol, Iframe … come on it’s 2010.
Forum: Plugins
In reply to: [Plugin: Tweetable] Wizard IssueI have the same problem…
No applications have been approved to use your account.
aren’t willing to learn
Hmm, I want to learn ?? I am a xhtml, css developer.
Here you have https://portfolio.webworks.ro/
I have there websites like BMW ??
Anyway thanks for your support.Forum: Plugins
In reply to: Multi pages blog post.WordPress 2.8 use this
<?php if(function_exists('body_class')) { echo ' '; body_class(); } ?>
put it on the body tag.
You’ll be able to do whatever you want.Hmmm, I hate this attitude … you did a great job but close this if your are not offering support. I have over 3000 visits/day on my blog, I was wanted to write about you and your quick feedback/support, but now I’m disappointed. For you it was a matter of 5 or 10 minutes. For me it’s harder. I make xhtml & css & flash , not php.
Thank you very very much, Viper007Bond, but…
My new function is like this:
// Get Custom Embed function woo_get_custom($key) { global $post; $custom_field = get_post_meta($post->ID, $key, true); $custom_field = apply_filters( 'the_content', $custom_field ); if ($custom_field) { ?> <div class="video"> <?php echo $custom_field; ?> </div> <?php } else { //else, return return; } }
I want to call it like this
<?php woo_get_custom('embed','354','272'); ?>
Notice that I want to give custom width and height on this video.
(I’am a beginner in php)Forum: Fixing WordPress
In reply to: How do I detect the URL on top of browserHelp please ….