|
Is it possible to add wordpress theme in drupal? i'm new to drupal and i want to have a blog of mine, i'm doing it as a free and can't buy wordpress theme, so can i do everything in drupal as wordpress?
Started by Abhilash M on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's answered on the drupal forums: http://drupal.org/node/214024
There are a lot of free wordpress.
|
|
Do you know any guidelines on how to create a new BlogEngine.net theme having source code of a WordPress theme ?
Started by michael on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Just download the BlogEngine source and create a new theme.
A look at this post - it explains in details how to port WordPress theme to BlogEngine
thanks a lotYou will have to convert it yourself.
|
|
With a Wordpress theme, it is necessary to add information to the top of the style.css file:
e.g; for the default theme there is this:
/* Theme Name: WordPress Default Theme URI: http://wordpress.org/ Description: The default WordPress theme based on ...
Started by Abizern on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Get_theme_data
You could use get_theme_data() or this PHP script I put together quickly:
<?php.
|
Ask your Facebook Friends
|
I have uploaded a theme in the theme folder of my clients server. He has already provided me the admin access but when I go to the theme page I could not see my newly uploaded theme and for this reason I could not able to activate the theme. I'm waiting...
Started by SRD on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Switch to the WP default theme or another theme for a second and then switch....
I know default Wordpress only, but I guess the steps are the same:
Check whether the template has and bears the correct markings, style.css is preset etc.
|
|
We just installed wordpress MU. Right now, there is only the standard and classic themes. I uploaded another theme in the wp-content/themes folder, but the new theme does not appear on the WP administration area. How 's that so? Is there a different way...
Started by pixeline on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Then You go to Appearance->Themes and the new theme will be listed....
Go o siteAdmin->Themes and enable the new theme there.
wordpress ..they need to meet some requirements for the theme
Login as site admin.
|
|
I've been trying to figure out how to properly setup DreamWeaver in such a way that I can create WordPress themes. Right now I'm running WordPress on localhost, accessing it via DreamWeaver. Then I'm using LiveView on the actual WordPress code and modifying...
Started by meds on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You will found many resources here
http://www....
It doesn't even require WordPress to be up and running the styles you need and a sample page that contains all the pieces and parts of a WordPress site.
I have found this resource: Wp Themer.
|
|
Regarding Wordpress: Is it best practice to distribute a functions.php file (to be stuck in a WP theme) filled with helpful functions, or distribute a plugin for wordpress that enables these functions anywhere?
Started by Kenneth Reitz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If the functions are only useful for that theme, or you don't plan on making a lot of themes, just leave them the use of functions.php files in Theme....
It depends on how coupled those functions are with the theme itself.
It depends.
|
|
As in title really...
Bought a wordpress theme and here are the files within the unzipped package..
Spoiler
WTF
Started by LcLive on
, 20 posts
by 9 people.
Answer Snippets (Read the full thread at exceem):
Not a wordpress....
Said the stylesheet was missing :/:/:/ Support from the website a fiver.. .
Have you uploaded/installed the zip theme into wordpress? It might have more to it than you think it on the wordpress theme installer...
|
|
I'm working on an ajax-based Wordpress site and I want to know if there is a way to get a particular page content with theme structure applied in.
One workaround is to use
wget
or
file_get_contents(page_url)
but it'd be cleaner to use Wordpress built-...
Started by Ken Vu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The content with the theme structure..
|
|
I need same menu like on this site http://www.salesforce.com/aloha.jsp in wordpress theme. Multilevel dropdown mouse hover. is anybody know and trick, techniques or wp-plugin todo samelike this.
Started by jitendra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you can integrate jQuery to your wordpress blog then you can use the superfish jquery plugin.
|