A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a blog.
0
votes
0answers
105 views
Warning: printf() Too few arguments in php [closed]
I get this error on my error log
[10-Jan-2013 00:31:03 UTC] PHP Warning: printf() [<a href='function.printf'>function.printf</a>]: Too few arguments in ...
0
votes
0answers
139 views
Balita Wordpress Theme has weird alignment issues [closed]
Tokokoo is no longer supporting the Balita theme so I am left to my own devices. I am getting a random alignment issue on a project I am working on.
I don't think its CSS related because prior to ...
0
votes
2answers
100 views
Theme doesn't support shortcodes
How can I add shortcode functionality to a WordPress theme that doesn't support shortcodes?
0
votes
2answers
187 views
Use a different template/theme if mobile only on home page
I have looked around and can not find anything that fully works for my issue: I want to be able to set the home page template on the fly when a user is visiting from a mobile phone but not a tablet. I ...
0
votes
1answer
76 views
how can I list recent posts' excerpts
I am using this directly from the codex to list 3 recent articles titles.
<ul>
<?php
$args = array( 'numberposts' => '3');
$recent_posts = wp_get_recent_posts( $args );
foreach( ...
0
votes
1answer
30 views
Loosing all my text and entries on ColorWay Theme
I have hosted my website on a ec2. So when the ec2 goes down and I reboot it, I need to change the dns from the old to the new dns (micro instance).
Until now I was taking a manual backup of my ...
1
vote
1answer
99 views
How do themes render caption texts in extended markup (e.g. “wp-caption” paragraphs)
I've created my own theme based on a very lean template. My theme is not parsing the [caption]...[/caption] markup to the correct html. It's just showing the text without any markup around it. Here ...
3
votes
1answer
68 views
Plugin development without Theme adjustments?
I'm an ambitious wordpress beginner and learner - this is my first question at Stackexchange - in case I'm wrong here, I'm grateful for anyone pointing in a better direction.
On my page ...
0
votes
3answers
55 views
A /proc folder in wp-content?
I inherited a WordPress site that a series of consultants built and who are all long-gone. As I grep'd to find where they defined a strange shortcode they keep using, grep dumped a sequence of errors ...
-2
votes
1answer
51 views
Best company to buy different Wordpress themes [closed]
I feel like every Wordpress theme is the same. Some are better than others, but there just isn't much variation. I was looking into redesigning my site but thought I'd look through Wordpress themes ...
3
votes
1answer
304 views
How to solve a conflict between a plugin and a theme?
I'm using Photospace as a gallery slider within my hatch pro wp theme (you can check here).
The default transition effect between slides is a crossover effect (like this example), but the effect in ...
0
votes
0answers
13 views
Widget for Sitewide Editable Content? [duplicate]
Possible Duplicate:
Add New Footer Widget Area with Limited Options?
I have a banner and a footer that I need to be editable, but I'm not sure if a widget is the best way to accomplish ...
0
votes
1answer
55 views
How to include stylesheet in custom admin using parent_slug
Using this code from codex:
function my_enqueue($hook) {
if( 'edit.php' != $hook )
return;
wp_enqueue_script( 'my_custom_script', plugins_url('/myscript.js', __FILE__) );
}
add_action( ...
0
votes
2answers
51 views
Standard Way To Do Custom Work Within A Page?
First post here, looking forward to using this community more.
I'm trying to figure out the "standard" way or "proper" way of doing custom HTML work within a particular page.
For example, I'm ...
0
votes
0answers
125 views
Modest theme slider not working [closed]
I am using the following theme in my wordpress website. As it is described in help section how to enable slider but this help not working for me. I have followed all the instructions in the help file ...
0
votes
2answers
94 views
how do i in ignore/disable/delete a javascript call from parent in child theme?
I am working on a child theme and I want to disable a JavaScript file from the parent folder instead of deleting it.
I have a functions.php file in my child theme folder but don't know how to do it.
...
0
votes
1answer
505 views
HTTP Error when uploading images over specific dimensions
Hello I have a reseller account with one wp 3.5 multisite on a shared hosting.
Suddenly I can't upload photos after some random dimensions(It uploads the small sized ones just fine, but it has ...
0
votes
1answer
56 views
how to keep theme background image, menu or site header image while moving site in sub directory?
I'm moving site root to sub directory, menu background image or site header display as default,
I have change URL in db as set all sub directory location also set .htaccess
but my custom background or ...
0
votes
1answer
110 views
error when installing theme - “failed to open stream: No such file or directory in…”
I'm trying to upload and install a custom theme, and have encountered an error I've not seen before.
Warning: ...
0
votes
0answers
18 views
How to edit my Theme thats causing home page to be pushed down in the middle [closed]
Help, I'm really new to Wordpress, and I'm having a problem with a customized theme.
Could someone tell me how to remove the " /> from the top left corner of my theme, is this what is causing my ...
0
votes
1answer
526 views
How to assign custom template to specific products in Woocommerce?
I figured out how to assign a template to a product category (from this thread Different template of products for specific category. WooCommerce), but I'm wondering if I can assign a custom template ...
0
votes
1answer
63 views
Change position of Post Formats box?
I have added post formats support to my theme. The post formats box appears on the bottom of the sidebar in the New/Edit post page. It appears below the Categories, Tags and Featured Image. Is it ...
3
votes
3answers
2k views
How to get gallery images?
I have some images uploaded in wordpress posts (eg. post#1, and post#2). Now I've created a new post (eg. Post#3), and in this post I have inserted the WordPress 3.5 gallery, I did not upload any ...
0
votes
0answers
108 views
wordpress-bootstrap failed to install/load [closed]
I recently tried to install the wordpress-bootstrap theme from 320press http://320press.com/wpbs/ on my wordpress installation, version 3.3.2 hosted with bluehost. The preview worked OK I guess, but ...
0
votes
1answer
224 views
Theme Activation, Create Database Tables
I have been tasked with creating a theme that will be a base to list the site owners ebay store products.
I have fleshed most of the project out in plain old php to get everything working as regards ...
0
votes
1answer
219 views
WP e-Commerce Gold Cart with Plugin Built Into Theme
I am using this theme on our site.
http://themeforest.net/item/icarus-business-ecommerce-theme/1535471
It has the wp e-commerce theme built into the theme in the ...
0
votes
2answers
144 views
how to get path to images in the uploads folder to be used in a plugin
I have some folder with images in /wp-content/uploads. I also have a plugin file in /wp-content/plugins. I want to retrieve the images stored in /wp-content/uploads and use them in the plugin file.
I ...
1
vote
1answer
96 views
How to read individual user's directory and display content to that specific user?
I am creating a photo plugin for users to view their photos. The plugin works in a way that when I add a new user, a directory is created in the uploads folder inside wp-content with the user's ...
0
votes
1answer
330 views
disable default widgets in Responsive theme
Theme: Resposive
I have added "Widget Context" and has set it to show a widget only on the start side. This works perfectly BUT on all other sides there shows a default widget "Home Widget 1" with a ...
0
votes
1answer
84 views
Breadcrumb is not generating the correct post page url
I have created a custom posts type cities and the code for its deceleration is register_post_type('City',$args);
$labels = array(
'name' => _x('Cities', 'post type general name'),
...
0
votes
1answer
79 views
Get video from the post on homepage
I have embedded videos in the post (from youtube and other websites). Is it possible to get only the embedded video from the post and display on the homepage?
There is some text before the video in ...
0
votes
1answer
46 views
wp query problem
I am using wp-postviews plugin to to track views of my post
The author provided a query to order post by views in index.php
<?php query_posts('v_sortby=views&v_orderby=desc') ?>
...
0
votes
2answers
21 views
how can I query all wordpress users of a blog
How can I loop through all Wordpress users in a blog, and sort them in ascending order by their usernames?
0
votes
1answer
34 views
how can I do something on new user registration?
When I register a new user to my blog, I always receive an email. The code in simple terms should look like this.
on_new_user_registration(){
//send email to admin
//I want to do ...
0
votes
1answer
359 views
How to modify/ customise NextGen Gallery's templates?
I would like to customise the "Image browser" template in particular.
I'm trying to make clicking on an image redirects to the next image in a gallery, just like how Facebook image browser works.
...
2
votes
0answers
92 views
theme editor not showing correct index.php
I've run into a weird issue. Not a big deal, but i'm curious about the cause.
I was making a small edit to a site built by someone else; it was also temporary, so I was just using the built-in theme ...
0
votes
1answer
169 views
RE:Multuple Level Category Drop Down
I finally found exactly what i was looking for at Multiple level category drop-down
One problem - the example codes not working - and i realize its a year old so any ideas?
I am currently playing ...
8
votes
3answers
217 views
Starter Theme vs Parent Theme? Pros and cons
I'm building a theme to be used as an example for other websites for the company I'm working. In another project we used the Hybrid Parent Theme and was really easy to build, but REALLY hard to ...
1
vote
4answers
188 views
Disable author pages for specific users
I want to disable author pages for certain users, for example the admin user doesn't post anything but still has an author page.
Is that possible? Maybe a plugin that adds an option to the users ...
1
vote
2answers
76 views
Style the archives/category sidebar widget via theme
I would like to change the appearance of the categories and archives widgets in the sidebar such that each category/month alternates the row color. The only way I know how to accomplish this requires ...
0
votes
2answers
35 views
I have no images in an activated wp theme
With this line everything works fine - (as a Non-Wordpress index.php):
<link href="style.css" rel="stylesheet" type="text/css"/>
When I activate the file as a wp theme and replace above ...
0
votes
1answer
90 views
Wordpress not displaying themes in the wp-content/themes folder
I'll do my best to explain this but its weird to say the least.
So the two default themes (twenty ten and twenty eleven) appear under the Appearance>Themes tab in the wp admin.
However, if I add one ...
1
vote
1answer
309 views
Calling widget via function in themes files (hard code)
Finally I finished to write my widget, and now want to call it using function inside themes php files.
My widget looks like this:
function reg_custom_widget() {
...
0
votes
1answer
222 views
How to link a lightbox thumbnail to a post instead of opening the lightbox
On my website portfolio: http://smalldotdesign.com/portfolio/
I use a heavily modified version of the Swatch theme from Woo Themes.
The theme makes the thumbnails for my portfolio pieces link to the ...
0
votes
2answers
22 views
Custom Post Type - Main page for certain posts
I've successfully added a custom post type.
register_post_type('case',
array(
'labels' => array(
'name' => __('Cases'),
'singular_name' => ...
0
votes
1answer
67 views
How to navigation menu call in different folder? [closed]
I face problem when i use navigation menu in other folder. My problem is that
I integrate theme in twentyten folder and integrated is done but face problem when i create new folder in twentyten theme ...
0
votes
2answers
71 views
Wordpress Theme Breaking on Migration to Live Site [closed]
I've developed a Wordpress site locally and have recently been trying to upload it to the server. Although every time I do so, the child theme I have created for the parent seems to break.
I can't ...
1
vote
0answers
67 views
How to re-arrange the MENU of “Allure Real Estate Theme for Placester” wordpress theme?
I am using "Allure Real Estate Theme for Placester" wordpress theme, I tried the below three methods but no positive result in realtypointusa.com
I tried in Dashborad-> Appearance-> Menus and ...
0
votes
2answers
84 views
How can I use get header from within my plugin?
I'm writing a plugin to do some specific business logic - edit records for authenticated users, etc.
Rather than having the overhead of a form processing plugin that uses stuff in template tags. I've ...
0
votes
2answers
181 views
How to remove empty DIV tags *ONLY* in 'Page' content area?
Screenshot of website illustrating the issue: http://www.hlrse.net/Qwerty/xhtml/tiptopcare.net/preview_formsWithEmptyDIVSpacing_20121124-1104.png
I am using Contact Form 7 (http://contactform7.com/) ...

