Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Please provide the URL to your site so that I can take a look.
Admin
If you have a child theme, put it in your child theme’s
style.cssfile.Otherwise, use the WordPress theme editor to edit the theme’s style.css and put it at the bottom of that file. Note though if you use this way, the change would be lost the next time you update the theme.
Admin
The easiest way is to just hide the second image in the slider using CSS:
.slider_post img.tfe{
display:none;
}Admin
This is actually quite tricky to achieve. You’d have to use some CSS positional trick to do this, or extensive CSS modification to the theme.
Sorry I couldn’t be of more help on this.
Admin
No simple way to do this. You’d have to modify the theme’s code or add a new slider function using a child theme.
Admin
You cannot add another
<html>and<body>element inside the post, since the template already have those two elements.The correct way is to use the
<div>element and assign the background to that element.<div style="background:url(http://h1.ripway.com/vaibhavbthl/Images/Ancient%20Scroll.jpg)">My article</div>Admin
Hopefully in the next week or two.
Admin
In reply to: Google webmasters tools: validation with google analytics code
December 25, 2010 at 12:16 am #11839Hurm..I wasn’t aware of this change by Google.. Thanks for the heads up!
However, I’m a bit concerned about moving it to the
<head>element for the theme now, as I’m sure a lot of people are still using the older version of the tracking script. This will cause them performance setback if I move the code to the<head>element and they don’t update their script.Admin
In reply to: the_content()?…I would like to install Simple:Press forum plug in and…
December 24, 2010 at 12:25 am #11759In the
loop.phpfile, put something like this:<?php if (is_page()) { // Some code for Simple:Press } ?>Admin
Just to clarify: in the Edit Post screen, there’s a manual excerpt box where you can write your own excerpts. If you don’t write the manual excerpt, WordPress will automatically use the first 55 words as the excerpt, and this is used whenever the
the_excerpt()function is called in the theme.Currently, WordPress only adds the Read More link to automatic excerpt and not manual excerpt. I’ve added the Read More link to manual excerpt as well for the theme, and will be available on the next update. You’d just have to wait.
