jennypretty
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How do I translate menu to a new languageThanks Oyadeyi, I tried to find the word “Checkout” from Logo Translate but it can’t be found. I think these menus are from somewhere else.
3.5.1
I have Bouquet, Classic and DEfault themes. I activated only Bouquet theme.
I tried to add an IF before <h1> as:
<?php if (is_home()):?> <h1 id="site-title"><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"></a></h1> <?php else:?> <h1 id="site-title"><?php bloginfo( 'name' ); ?></h1> <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>[Please post code & markup between backticks or use the code button. Your posted code has now been permanently damaged by the forum’s parser.]
But it didn’t work.
Thanks.
I don’t understand…
I just go to my hosting control panel and create a blog from there. Once it is finished, the blog has 2 default themes. What I did is to download Bouquet theme and upload it to my blog via FTP. After that, I just change from Bouquet theme.
If I need to change the title tags, I only use header.php from Bouquet theme. However, I don’t know how to change it for what I needed as my question above.
Thanks.
http://wordpress.org/themes/bouquet is the theme I am using.
I don’t use default theme. Sorry about that.
thanks.
No, I have only one theme.
thanks.Forum: Everything else WordPress
In reply to: Get 5 new posts for my homepageThis may work within the template ONLY. If I create a file and view it online. It shows this error:
Fatal error: Call to undefined function: query_posts() in /public_html/blog/5posts.php on line 2
I like to have a new file. The reason is that I can include it on my homepage to show 5 newest posts, instead of manually write them down on homepage each time I create a new post.
Can you please help?
Thanks.
Forum: Everything else WordPress
In reply to: Get 5 new posts for my homepageIt worked but still not perfect.
I like to show “Link Title” for each link, instead of “Read More”. Can you change it for me?
Also, I like to read the first 100 characters to show for the content. This shows a lot.
If I place your code in a new file, it does not work.
Can you please help?
thanks.
Jenny.