Fundamentally, the WordPress Theme system is a way to "skin" your weblog.
11
votes
3answers
5k views
How to integrate Wordpress template with CodeIgniter
How can CodeIgniter and Wordpress be integrated such that the look and feel/template of
the Wordpress blog is carried over to the CodeIgniter-created pages?
8
votes
2answers
725 views
To use Wordpress themes in Rails apps?
Wordpress themes are beautiful!
Is there any guideline to use Wordpress themes in a rails app? Even better, are there rails app templates which can use the Wordpress themes already?
Thanks!
5
votes
4answers
240 views
How to use a Zend Layout as Wordpress Theme?
I have written a Zend application and have included Wordpress for blogging. When I first installed Wordpress I themed it so that it used the same header etc as the main application. I have since ...
5
votes
6answers
10k views
How to get the current page name in Wordpress
What php code can be used to retrieve the current page name in a Wordpress theme?
All the solutions I have seen so far (the_title(), get_page()->post_name, get_post(), ...) don't work for a page that ...
5
votes
1answer
3k views
Wordpress: query all images in a posts media library
Howdy! I am looking for a way to list all of the image files in a posts' media library.
What I mean by this is if a file has been uploaded while creating or editing a post, is the file associated ...
4
votes
5answers
241 views
Redirect after Login on Wordpress
I'm creating a customized wordpress theme based on an existing site.
I want to use an alternate dashboard which I have created.
How can I have the user directed to 'news.php' after login instead of ...
4
votes
3answers
2k views
remove li class & id for menu items and pages list
<li id="menu-item-55" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-55">
<li class="page_item page-item-37">
the menu and pages make its own li class and ...
4
votes
4answers
3k views
wordpress filters documentation? Trying to understand add_filter()
I read over the documentation several times and have been having a hard time trying to figure out what is going on with the function. I'm more and more confused after looking at the documentation, ...
3
votes
2answers
34 views
How can head and body tags appear in both index.php and header.php
I'm taking my first steps in developing WordPress themes, currently going through the twenty ten theme, and I was wondering how come both index.php and header.php contain the <head> and ...
3
votes
2answers
62 views
need help on archives pages in wordpress
I want to build my own archives page that displays in the format that I want. I want to show all post title, order by month and year. It should look like this :
December 2011
Post title 1
3 comments
...
3
votes
2answers
65 views
Setting Wordpress language programmatically?
I have a user based website with Wordpress and from their profile settings they are able to select the language, this info and other settings are set for every user in user_meta.
I know how to ...
3
votes
1answer
132 views
Wordpress PageNavi Plugin Doesn't Work on category.php
I have a problem with PageNavi showing 126 pages (for 126 posts -- that part is almost correct), but instead of breaking it down by 10 (expecting 13 pages) it shows all posts in every page. If I ...
3
votes
2answers
133 views
Need to change page location for a Wordpress site
I'm building a WP blog around an existing website.
The previous website still needs to exist at index.php the blog section exists in the same folder but at news.php
I've installed wordpress and ...
3
votes
1answer
47 views
Apply theme based on user selection in Wordpress?
I have an idea to create a template sites that basically shows a different templates in web page. When user select particular template, The site should have changed to that theme selected by user at ...
3
votes
4answers
68 views
CSS: Div's position
I am working with the wordpress theme, it generates the html output of comments automatically.
The HTML output is like:
Author says:
August 30, 2011 at 6:43 pm (Edit)
The comment text...
Reply.
I ...
3
votes
2answers
211 views
Search results not displaying for multiple word search in WordPress
I've customized a theme and am having some problems with search results using multiple-word queries. Site is live at www.abetterworldbydesign.com
Searching for a single word works as expected.
...
3
votes
1answer
288 views
Does template hierarchy work the same in magento as child themes do in wordpress
I am new to magento and i'm confused about themes. I bought a theme and got it installed and now i need to make some changes.
In wordpress ... ( which i am used to) what i would do at this point is ...
3
votes
1answer
103 views
how to restrict unwanted image storage in wordpress media upload
iam using wordpress and when i upload a new image it tend to crop in different size (thumbnail(150*150), medium(300*200), large ) and stores it. For a single image it generates around 4 different ...
3
votes
0answers
157 views
Re-use default categories/tags taxonomies for custom post type?
In my wordpress theme's functions.php, I've created a custom post type called foobar. Is it possible to re-use the default categories and tags for foobar posts? Or do I have to create two taxonomies - ...
3
votes
2answers
173 views
WordPress Post Thumbnail Problem
I have two types of posts in the theme I am creating Trending and Normal. Post thumbnail image size is: 300x169 and I show it as that size when a trending post is displayed. But when this post is not ...
3
votes
3answers
360 views
How do I debug a WordPress theme for IE9?
My WordPress blog (www.itauthor.com) displays just fine in IE7, IE8, Chrome and Firefox. However, it doesn't display at all in IE9, even if I F12 and change the display modes. Disabling all active ...
3
votes
1answer
523 views
WordPress Mobile Theme Switcher Without Plugin (User Agent and Cookie)
I found some plugins like WP Mobile Pack, but I want to put together my own very simple theme switcher. (Just don't want any bloat.)
I have a regular WordPress theme and I also created a WordPress ...
3
votes
6answers
681 views
WordPress not recognizing theme in /themes/ folder
Having a really baffling issue with permissions, WordPress and theme files.
I have a fresh install of WordPress and tried uploading the theme I made for my client. It uploaded fine but it doesn't ...
3
votes
1answer
209 views
How do I change syntax highlighting CSS to a blog hosted on WordPress.com?
I've a blog hosted on WordPress.com, and i purchased the "Custom CSS" update to modify CSS. Now I want to change some CSS options of Syntax Highlighting provided by Wordpress.com. For example, i want ...
3
votes
3answers
477 views
Is there any good tutorials to convert HTML+ CSS to wordpress?
Is there any good tutorials to convert HTML+ CSS to Wordpress? not PSD 2 HTML? I mean if
HTML CSS is available we just need to convert a XHTML CSS template to installable Wordpress 3.0 Theme? I'm not ...
3
votes
1answer
2k views
Path to WordPress Template Directory inside jQuery?
My header is calling a javascript file which sends out an email:
<script type="text/javascript" src="<?php bloginfo('template_directory') ?>/css/effects.js"></script>
But inside ...
3
votes
3answers
201 views
What to keep in mind when making Wordpress themes
I have been making Wordpress themes for a year or two and keep running into things I need to keep in mind when trying to make my themes as compatible and flexible as possible with their settings, ...
2
votes
2answers
34 views
Wordpress: Nested Loop: Loop 6 posts, Loop same w/ different code, Repeat
I'm trying to get a nested loop working that will display 6 posts with a certain code, then go back, display the same 6 posts with a different code and then continue doing this until there are no more ...
2
votes
1answer
91 views
Wordpress template causing white/blank screens with source and navigation behind them on IE7
I've bought and installed a custom template for Wordpress and it is randomly giving white/blank pages on all areas of the site excluding the admin cp when navigating around on IE7 (works fine on ...
2
votes
2answers
56 views
Styles on secondary menu wordpress
Im using the secondary menu option in wordpress like this...
<?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?>
My question is: how do I change the styles in this secondary ...
2
votes
5answers
93 views
How to Change Style of Parent <li> on Hover
I have a WordPress site (on my localhost) that uses a <ul> for a custom menu. How can I change the CSS of a <li> on hover only if it has a <ul> sub-menu?
All the main menu items ...
2
votes
3answers
62 views
CSS margin issue with floating dynamic elements withing a centered div
I'm coding a Wordpress theme and I'm having an issue displaying 5 dynamic post thumbnails next to each other (left floated) with a 20px right margin within a centered div.
here's a link to a page: ...
2
votes
2answers
55 views
WordPress: Menus, but not by theme location
I'm trying to figure out how to display a menu that has been created, but without having to assign the menu to a theme location.
From what I can tell, you have to assign a menu to a theme menu ...
2
votes
1answer
42 views
How to test WordPress theme compatibility?
I was given a WordPress theme package with dozens of themes. There is no readme so I am not sure what versions these were targeted for. Is there are way to test a theme's compatibility with my ...
2
votes
2answers
132 views
How to exclude wordpress page template(custom template) from search results?
I created custom page template.
<?php
/*
* Template Name: foo
*/
?>
This file name is "foo.php".
I tried
global $query_string;
query_posts($query_string . "&post_type=post");
But ...
2
votes
1answer
63 views
I need an alternative for PHP data storage (simular to MySQL and SQLite DB's)
I'm working on a WordPress theme that includes a subscribe form which doesn't work correctly at the moment because i can't figure out where to store the user's info.
I cannot use MySQL because of the ...
2
votes
1answer
114 views
Wordpress - Dynamically adding new fields in the administration
Im wondering if someone can help me out ... At the moment i have the following code which adds and saves data from a custom meta box in the wordpress admin.
What i want to be able to do, is add a ...
2
votes
1answer
1k views
How to add a “custom” date field to a custom post type?
Hey guys, I have a custom post type, portfolio, and I want to store the date of the projects. I can achieve it the "regular" way with a meta box but I would like a "datepicker" or something like it.
...
2
votes
1answer
359 views
Get an array of child posts IDs, wordpress 3.0, php
Ok here's one for ya...
On a custom template I'm using this code to retrieve & display a list of child pages/posts
$args = array(
'depth' => 1,
...
2
votes
1answer
65 views
Alerting users the theme options have been saved?
I am creating a theme options page for my theme, and I want to alert users when their options have been saved. Any idea how? Below is my code what I am using in the functions.php code.
function ...
2
votes
2answers
104 views
Converting WordPress themes to Drupal6?
i've seen that Drupal6 has a really poor set of themes compared to, for example, Wordpress ... do you know good resources/links for converting WP themes to D6?
Thanks in advance,
c.
2
votes
4answers
109 views
is it safe? insert the data to db by user ..?
I'm tring to make the visitor can register from the front end or (the index page )not admin page ..
firstly , I made the template page , it is name : Register User
but I am afraid if the user can do ...
2
votes
6answers
300 views
Trim headline to nearest word
Say for example I have the following code:
<h3>My very long title</h3>
<h3>Another long title</h3>
If I wanted to shorten these titles using PHP or jQuery, how can I trim ...
2
votes
2answers
2k views
Wordpress: Exclude the_post_thumbnail from gallery shortcode
I am using this code to have a simple gallery on the page:
<?php echo do_shortcode('[gallery itemtag="ul" icontag="li" size="full" columns="0" link="file" ]'); ?>
The problem now is that the ...
2
votes
3answers
2k views
Add custom markup to Wordpress menu
I've been search for a long time now for a solution to this problem but found nothing so you guys will be my last hope!
I'm trying to build a new CSS3 menu on a Wordpress 3 site that I'm working on. ...
2
votes
2answers
277 views
Help with some jQuery in a Wordpress Loop
I am making a custom archive page, that will display the list of posts with their excerpt, and a button that when clicked toggles the rest of the post content. I have it working with this code, except ...
2
votes
2answers
1k views
Adding a second loop to a Wordpress theme on a separate page
I'm trying to add two loops to a theme on two separate pages: home and blog.
Blog is basically an index of the posts. It's what most Wordpress pages default to as a home page. To accomplish this I ...
2
votes
4answers
280 views
Which wordpress theme framework should I use?
I have decided to use framework to develop my own custom wordpress theme? But I'm confused which one to use?
Or should I continue to write all up codes myself. I use 960 as css framework and jQuery as ...
2
votes
2answers
2k views
Wordpress - Custom taxonomy page of custom post type listing by terms
I have a taxonomy-taxonomy.php page that needs to look like so:
CUSTOM POST TYPE TITLE (RESOURCES)
Custom Taxonomy 1 (Resource Types)
Resource Type Term 1 (White Papers)
White Paper post 1
White ...
2
votes
7answers
237 views
what is heavier on load time: css or php requests?
I'm using a cms (Wordpress) and have a gaggle of external stylesheets I'm loading on each page, though some of these stylesheets are page specific. Overall I'm getting bad scores from Yslow and Page ...