Sinac
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Font awesome icon for home-linkSkivsamlaren it is better solution, but
<i>will be nested in<a>
this is may incorrect for SEO.Forum: Plugins
In reply to: [Redirection] How to redirect a specific referrer?you can simply change Google adwords url from adwords panel!
Forum: Plugins
In reply to: [Automatic SEO Links] [Plugin: Automatic SEO Links] How to set up exceptionsPut a space before & after the word, like this: ” طراحی سایت ارزان ”
Forum: Fixing WordPress
In reply to: Comment form automatically adds websitehave one way, change HTML4 to HTML5 and use placeholder=”website” like this:
<input placeholder="website" dir="ltr" type="text" />I offer you that use below code, it’s complete for comment wordpress:
<input placeholder="website" dir="ltr" type="text" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" size="22" tabindex="3" />Forum: Fixing WordPress
In reply to: How to automatic replace dash with space in permalink ?ok, it’s true; thanks
In other words I like to show Space in my urls
are you have a any idea?Forum: Plugins
In reply to: WP-Cycle Not WorkingMay be your theme have not this codes
<?php wp_head(); ?> // before </head>
<?php wp_footer(); ?> // before </body>Forum: Plugins
In reply to: [Contact Form 7] Quickshop and Contact Form 7Hi , also I need this method.
thxwp_head(); must be before </head> tag
<?php wp_head(); ?>
</head>thx Miyashita
Forum: Everything else WordPress
In reply to: Image (etc.) as custom field in ‘add new post’Hi Nero12
for add a new field in ‘add new post’ see this: http://codex.ww.wp.xz.cn/Function_Reference/add_meta_boxlook at your theme’s functions.php file
clear the empty space or line break at beginning of file or end of file (or both)it’s work, thank you samboll