A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a blog.
-1
votes
3answers
71 views
Include root files into header files
I want to files from the root directory of my site inside my WordPress header file.
Is there any function for including a file from the root folder?
1
vote
2answers
103 views
Translation not working after editing plugin template
I'm building a website with Wordpress and I'm using the plugin Event Organiser.
I changed the config file of Wordpress to use the nl_NL (Dutch) language. This all works fine, even for the plugin, ...
1
vote
2answers
369 views
Get list of months with posts
I am trying to add a filter on my custom theme based on post month, similar with the archives but with some differences.
What is the best way to get a list of months in witch we have posts?
Thanks,
...
0
votes
2answers
26 views
How can I customize the search results in Bones theme?
In a site that uses Bones theme, I am trying to localize the search results page and would like to replace the "read more" text with something else. I tried editing the search.php but it is useless as ...
0
votes
2answers
42 views
Create a child Theme or custom Theme
I am new in WP but I 've good knowledge of HTML and CSS. However, my PhP knowledge merely covers some basics. I also have good knowledge of Joomla but I wanted to give WP a chance.
I need to make a ...
0
votes
2answers
53 views
Display Headings on Index page in different font sizes
The index page of any wordpress blog has a same size of font in their heading. Can't we tailor size of headings by ourselves for each post?
If we change it by CSS, every heading will be changed. Or ...
0
votes
2answers
171 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
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
2answers
20 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
2answers
174 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/) ...
0
votes
2answers
168 views
Get data from Theme Options and use them into meta options field in custom post type
I want to grab data from my theme options and have to use them in meta option fields in custom post types. I know how to grab theme option data and show them on front pages but don't know how to grab ...
-1
votes
2answers
77 views
Wordpress menu links with images & class selection
<ul>
<li class="selected">Link 1<img src="images/slash.png" /></li>
<li>Link 2<img src="images/slash.png" /></li>
<li>Link ...
1
vote
1answer
60 views
How to apply different themes with custom design in one site?
I am quite a beginner in learning and developing WordPress based website as my client needs a custom-made CMS magazine site which he could easily update the site on his own with his limited computer ...
0
votes
1answer
21 views
wordpress taxonomy results
I am using taxonomy.php to fetch some rows from database. On taxonomy page the function get_queried_object() shows that I have got the right results from database but wordpress loop if ( have_posts() ...
0
votes
1answer
23 views
create taxonomy
I am new to word press, I want to display results on a page which belong to some group from database(I have group column). I think this can be done by taxonomy so I have taxonomy table but I don't ...
0
votes
1answer
13 views
One button to change all settings in theme customizer?
I have been attempting to create a theme reset button for the theme customizer that automatically removes all of the theme_mod settings. I have tried multiple ways to do this and have never been able ...
0
votes
1answer
31 views
How to find out which template the HTML content comes from?
At my page, I want to change the text "next" and "previous" at the bottom of the page, but I can't figure out which PHP template it derives from. I tried searching the classes that was connected to ...
0
votes
1answer
37 views
adding navigation to genesis themes
i'm following a tutorial provided here to add navigation menu, but not able to find out set of #nav in my style.css & my theme is eleven40. What we need to replace to get navigation menu?
0
votes
1answer
41 views
Theme showing multiple times in dashboard theme page
I'm making my own blank starter WordPress theme & it currently shows many times in the admin theme page & I do not know why! Does anyone know why this might be (& how to fix it)?
UPDATE ...
0
votes
1answer
41 views
How do I get the Wordpress post to display the content instead of an image?
I am working on migrating a Wordpress site to a test server. I imported all of the content & settings, and verified that every setting is the same as the old site. However, I'm having a problem ...
0
votes
1answer
19 views
Query by post type or category
I now that WP_Query can query by post_type and category but i need to get data from custom post type or from category which is standard post type. Adding category to my custom post type is not an ...
0
votes
1answer
38 views
How to change the standard width of a page
How can I expand the standard width of a page in a premium theme? It seems to be fixed to 800px, and I don't know where to start.
0
votes
1answer
65 views
Run WP inside a other Site without using frames
We have to put a Wordpress-Site inside an other website without doing this using frame/iframe, so the header, navigation e.g. comes from the parent site.
A blank parent site fragment with markers for ...
0
votes
1answer
46 views
Wordpress Theme Problem
Can anyone tell me, why this theme is not working?
My Configuration :
XAMMP 1.8.1
PHP 5.4.7
Wordpress 3.5.1
After Installing the theme with other necessary plugins and frameworks, I activated the ...
0
votes
1answer
30 views
Index page is not working
I need help!
I am farely new to WordPress and I was setting up a client a small blog for him. When I was done, I tested it on my server and everything was working perfectly with it. The next day I ...
0
votes
1answer
41 views
Converting a theme to a child theme in a network
I'm converting a few themes to children of another theme. I want the themes to have the same name as before, and I'd like the change to be transparent to the users of my blog network.
When I replace ...
0
votes
1answer
53 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
94 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
1answer
279 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
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
1answer
144 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 ...
0
votes
1answer
81 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 ...
0
votes
1answer
202 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
1answer
47 views
Theme seems to have different options on wordpress.com and own-server install
I am trying to transfer a blog from wordpress.com to my own server. The site on wordpress.com uses the Origin theme, with a custom header image set. I have installed that theme on Wordpress on my own ...
0
votes
1answer
60 views
Create and style menu
I have been assigned with the task to create a menu that can be added or removed from wordpress admin. Right now the menu is hard coded into the templates. But I want to use default menu function ...
0
votes
1answer
59 views
Confused on loading page content
I'm building my first full site into WP and I am rather confused on the process involved to load the content you enter via the WP Pages editor into the actual page.
For example, I am having a static ...
0
votes
1answer
70 views
Display static pages instead of category, in code
I'm very new to programming and not sure how to go about this. The following code returns 3 category names and feature images and then outputs them on the page.
<div id="footer">
<div ...
0
votes
1answer
99 views
Custom link color or stylesheets
I'm developing av theme for my WPMU users and are wondering is there a function for choosing the colors on the links?
The same way Wordpress lets you change the background-color or header-images. ...
0
votes
1answer
27 views
static front page ONLY for certain themes?
A theme I am developing depends on there being a static front page. However, there seems to only be one global option to change if front page is static. So when I go to preview the theme, it won't ...
0
votes
1answer
90 views
Using a page (Blog template) for home page blog posts is problematic?
I bought a few themes that by default don't have blog posts on home page as normal WordPress themes such as Twenty Eleven has. I had to create a page of Blog template and then use it for home page in ...
-1
votes
1answer
41 views
Converting static website to wordpress
I have a static website http://www.powersolutionindia.com/ which i want to add blog functionality.
There are approximate 10 static html pages in this website, just i want to add seamless blog to this ...
-1
votes
1answer
24 views
How is Wordpress child related to Buddypress child theme
I am new to both. I have installed and created twentytwelve on my local server. I am about to use Buddypress and create its child theme, too. Question is, how these child themes are related to each ...
-1
votes
1answer
61 views
How to add breadcrumbs to any WordPress theme
How can I add a breadcrumb trail to the top of every page of my site? I wait to to look like: "You are here: (page name)"
-1
votes
1answer
34 views
Why can't I click on my content or highlight text with my tooltip?
The front page works, but I can't seem to click on any content within the site. I can click on my header/footer fine to access the pages, but I can't seem to do anything with the content between ...
-1
votes
1answer
494 views
Changing fonts (and related settings) in wordpress theme
I am using wordpress for my blog/site. I am using Freshnews theme from woothemes as the theme for the blog.
Here is the link:
http://demo.woothemes.com/freshnews/
The font is not that good and it is ...
-2
votes
1answer
26 views
getting id of page
I am using taxonomy.php to display records from database. The function get_the_ID() in taxonomy.php gives the ID of first record from database.
My URL is ...
-2
votes
1answer
44 views
How do I add a video to a custom field instead of a post body using Automatic Youtube Video Posts plugin?
I'm using the theme called wptube2
and using a plugin with it called Automatic Youtube Video Posts
so it can import every video I upload on youtube.
It does import every video (which is PERFECT for ...
-2
votes
1answer
160 views
Photocrati Theme Issue
I have a WordPress site using the Photocrati theme. When I attempt to use the "New Photocrati Gallery/Album" button in any page or post editor I get [an error occurred while processing this ...
-3
votes
1answer
22 views
What file is used for the next pages in a Wordpress theme? Is it also the index.php file?
If so, how do I deactivate the slider on those pages and just keep it in the frontpage?
Thanks!
-3
votes
1answer
100 views
How do I change font in Custom Community
Using "use any font" plugin, I've added the Avenir Next family to my site. However I can't get "Common Community" to change fonts whatsoever, regardless of the typeface I'm trying to get it to ...


