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
You are basically discarding the usage of excerpt completely. This will cause you to always need to define the <!–more–> tag in all your posts, or the full posts will be displayed in all pages, including the home page and search pages.
Admin
Admin
Please provide the URL to the website where you’re using the theme so that I can take a look.
Admin
The “View full post” string has already been translated into French as “Voir le post en entier”. Try downloading the latest language pack here and replace the language folder in the theme’s folder with the latest language pack.
Admin
Yep, I just noticed that 😀
In the
header.phpfile, just add this code at line 118 (assuming you’re using version 1.1.2):<?php do_action('graphene_before_content-main'); ?>You can then use that action hook to add your new sidebar.
Admin
1) The latest version of the theme already checks for the presence of a
favicon.icofile in the WordPress root directory. If the file exists, it will automatically add the appropriate<link>element in the<head>to use the favicon.2) The Custom Header function is provided by WordPress and not the theme. I think if you can find or create animated .gif image with a resolution of 900 x 198 pixels then you can upload the animated .gif and use it without WordPress needing to crop and save it as a .jpg file.
Admin
I don’t think there’s any option in the admin panel to modify the borders. If you made the changes to any of the theme’s files using the WordPress code editor, just replace the file again with the theme’s original file and all will be reverted.
Admin
Not at the moment, and I suspect I probably won’t be adding it in the future as well. This is because the content area of the theme is already small as it stands now with just one sidebar to the right. Adding another sidebar to the left will cause the content area to be squeezed further, and I don’t think many people would want that.
Of course, the right sidebar and the container can both be resized to accommodate another sidebar to the left, but this will cause a lot of disruptions to existing theme users who have already adjusted their sidebar items to fit just nicely in the current sidebar.
Of course, you can do the modifications yourself using a child theme and resize them to your heart’s content.
Admin
You need to assign a background image to that div tag. Simply using a div tag without assigning a background image (or colour) to it will cause the div tag to not have any background.
Also, the titles of the previous and next posts are there by design. They provide navigation for your users. If you don’t want them to be displayed, just hide them using CSS.
Admin
In reply to: the_content()?…I would like to install Simple:Press forum plug in and…
December 23, 2010 at 2:18 am #11757The theme does not have a page template, but shares the same template with posts. This allows for easier modification site-wide, without having to modify the same codes in more than one place.
The
the_content()code is located in theloop.phpfile. If you want to add anything that will only be displayed in Pages and not Posts, use theis_page()conditional.
