A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a blog.

learn more… | top users | synonyms (2)

0
votes
0answers
34 views

Static front page displaying twice

I am using a free SM theme (estate agent) on my WordPress site. The theme allows for setting a static front page, which I did (the page is called 'events', and when I set it as home page its ...
-1
votes
0answers
46 views

In responsive theme how can i modify dropdown menu icon [closed]

In responsive theme how can i modify dropdown menu icon to some other icon ?
0
votes
0answers
60 views

Dynamic Content Gallery Thesis 2 Wordpress Home Page Only

I'm using Wordpress with Thesis 2 installed and I'm building my own design onto the "Blank" skin. I want to use the Dynamic Content Gallery Plugin on the home page only. I'm using this code to load ...
0
votes
1answer
37 views

Disqus plugin outputs script as literal text

After installing the Disqus plugin, their JavaScript code started popping up as plain text on my site in several places. My hypothesis is that it pops up at the end of any loop involving the_post(). ...
-4
votes
0answers
20 views

How To Get OR Make This Kind Of Theme [closed]

I liked this site theme so much because it's perfect for my product website but the issue is that is someones website and I'm not sure whether it's for sale or not :- ** FYI: I'm not talking about ...
0
votes
0answers
44 views

Post archives link yields a 404 Not Found

I'm writing my own WordPress theme and I'm having problems with the archive page. My archive link yields a 404 Not Found. I get this link from get_post_type_archive_link("post") and it just adds ...
2
votes
1answer
37 views

Why are my sidebars not registering in unit tests

I am trying to unit test the function I'm using in a theme to register sidebars. Here is the function from functions.php. function fp_register_sidebars() { register_sidebar( array( 'name' => ...
5
votes
2answers
103 views

Categorising themes by folders in backend

I want to organize themes like: wp-content/themes/themeshop/theme1 wp-content/themes/themeshop/theme2 wp-content/themes/themeshop/theme3 Now from my understanding, this organization works ...
0
votes
0answers
32 views

How to limit the size of the Pagelines Image Carousel

I am using the pagelines Image Carousel as a slider on my landing page. The issue I have is the the rather the slider grows to the full size of the image. Is there way to instead have it compress all ...
0
votes
2answers
77 views

enqueue_script doesn't work with HTML5 blank theme

I am trying to enqueue a couple of js files using something like this code: function scripts_function() { wp_register_script('mapbox', 'http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'); ...
0
votes
0answers
32 views

Linking Attachment page to another attachment page of larger size

I am not sure is it really possible. I have a gallery. But few years ago, I did not cared to make the image size on attachment page full size. You know what I mean, attachment page shows default size ...
-1
votes
1answer
50 views

Consolidate 'add-to-cart' buttons into one 'add-all-to-cart' button

What I am trying to achieve is to have one add-to-cart button that will add the selected quantity of multiple products, featured on the catalog page, into the basket. Here is an image of what I aim ...
0
votes
0answers
40 views

Diagnosing a connection reset problem

A couple of weeks ago I purchased a theme from ThemeFuse and installed it in a new WordPress installation. From there, I've been having random errors when accessing or browsing the site. Some requests ...
0
votes
0answers
60 views

Call to undefined function add_menu_page() on theme activation

I am attempting to activate a theme that works perfectly on one WordPress install. I have matched the plugins installed up and copied the theme over but when I go to activate it I get... Fatal ...
0
votes
0answers
32 views

How do I link featured images on my blog homepage to an entire tag instead of a post?

I've found a theme (Hatch) for my blog - link here that I really like. I am trying to figure out how to get the mid-sized featured images or post thumbnails that are currently displaying on my ...
0
votes
0answers
11 views

get_stylesheet_uri() seems to be returning the wrong path. Where is this coming from? [duplicate]

I've got Wordpress 3.5.1 setup like Mark Jaquith's Wordpress Skeleton repository. (https://github.com/markjaquith/WordPress-Skeleton). I'm using Roots as the theme, but the stylesheet directory is ...
0
votes
0answers
13 views

After Changing Theme Succesfully - Theme Settings “Apply” Button throws a 404 Error [closed]

I'm new to wordpress so bare with me :) I bought a theme from themeforest and started my blog. All good. After a few days I realised it wasn't suitable so I purchased another theme and uploaded it ...
1
vote
0answers
30 views

Can I create multiple instances of the BuddyPress Activity Stream with separate themes?

I'm trying to take advantage of BuddyPress 1.7's new theme independence to effectively create different pages and instances of the Activity Stream with different themes. I can use HeadSpace (an ...
0
votes
0answers
32 views

Theme not changing the language

I'm trying to change the language in a theme, downloaded the theme' default.po/mo, translated it through 'poedit', and uploaded the files again. Furthermore I changed the wp-config so it now incl ...
0
votes
1answer
56 views

Use different single.php file based on condition

I am customizing my WordPress site's theme and i need to use a different single.php file based on the condition. Here is my user case, i need to design a competition page where i need to show entries ...
0
votes
0answers
35 views

Posts should use different layout based on URL

I have following situation: My clients site displays various items respresented by posts. The menu allows two options to view these posts: First is "show all items of type X" Second is "show all ...
0
votes
1answer
53 views

How to use get_template part in the plugin?

I was using the entire template in the plugin, but I would like to use get template part, so that I can reuse the header and footer in the original template. The code is like this: add_filter( ...
0
votes
2answers
46 views

How to check if a theme is active?

I'd like to be able to check if the twentytwelve theme is active. I know if I was checking for an active plugin I'd do something like: $active_plugins = apply_filters( 'active_plugins', get_option( ...
3
votes
1answer
57 views

Should I use set_transient or update_option?

I want to store some Twitter API data in WordPress. After every hour, I want to fetch new data from Twitter, and update only if the data is successfully retrieved from API (sometimes the API gives ...
0
votes
1answer
32 views

Comments not displaying after changing theme

The 'Leave a Reply' section at the end of my posts are not displaying after changing to the 'The Morning After' theme. Comments and reply sections are displaying when I revert to the Twenty Eleven ...
2
votes
1answer
53 views

How to load a different theme for categories?

I need to load a completely different theme for my categories. My search came up with switch_theme function but it changes the theme permanently while I only need the theme change only occur on my ...
-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!
0
votes
0answers
26 views

Theme menu items are added by latest items first

I am using a theme that is adding menu items and ignores the Wordpress menu editor. The way it adds menu's is like this: It adds all pages to the menu, and in the order you add the page - So if you ...
-1
votes
1answer
41 views

Errors while Loading Most Recent Version of jQuery

I am trying to set up my WordPress so that it will use the most recent version of jQuery. Here is what I have done so far: functions.php <? add_action( 'wp_enqueue_scripts', 'RegisterJQuery' ); ...
0
votes
0answers
25 views

Theme Options, Check box not unchanging

Every Option in my theme option will save, weather you enter text, delete text, click a radio box or even check box. How ever, once check boxes are clicked they do not seem to un-check. I have ...
-1
votes
1answer
62 views

Roots-theme dropdown bug below 979px [closed]

Im using the wordpress theme "roots". If the width of the site is below 979px the navigation disappears and the tablet menu-button appears. If you click on a dropdown-menu, the height of the ...
0
votes
1answer
29 views

How to close open divs in post loop

I want to add some additional HTML markup to specific posts in a loop. For example in the post loop, I want to wrap the post 3, 4, 5 in two divs .extra and .extra2 I want to display post in following ...
0
votes
2answers
73 views

Color Options from Theme Customizer API not returning via get_theme_mod()

I am working with the Theme Customizer API and am going crazy trying to find the stored values. The values successfully save and update on the front-end, so they are obviously registered ...
0
votes
1answer
36 views

Globally register styles but enqueue them selectively

I am trying to get my theme registered stylesheets in plugin, the purpose is I want to get all stylesheets in my plugin and then manipulate those registered styles. stylesheets registered via ...
0
votes
1answer
16 views

How to set thumbnail image for a (child) theme

I've created a basic child image for twentytwelve, and it works as expected. The only issue is that it does not have a thumbnail image in the themes page: How do I set a thumbnail image for my ...
0
votes
0answers
25 views

Self Made Theme not showing up in Avaliable theme options [closed]

I made a custom theme in my local wordpress. I added a style.css in the folder and an index.php. I also added a Images folder. But my theme is not showing up in avaliable themes! What can be the ...
0
votes
1answer
42 views

Theme Translation?

I've download a theme called Contango from Wordpress Themes Repository. The theme have a folder called "languagues" and have a file called "contango.po". I could open that file and do translation, but ...
0
votes
3answers
67 views

adding a text message beside the comment submit button

What is the cleanest way to display a text message beside the submit button like this in screen shot: I am currently doing it by editing the file wp-includes/comment-template line 1577 (wordpress ...
0
votes
1answer
41 views

How do I allow certain users to make a certain type of post?

Here's a brief summary of how my site is setup: I have a relatively simple Intranet site. Right now I am utilizing posts as a means to provide news to users. I am also using pages. I only want ...
2
votes
1answer
60 views

Upgrading a custom theme through the Dashboard

I can't seem to upgrade my custom theme. Whenever I try to uploaded a new package, all I get is: Unpacking the package… Installing the theme… Destination folder already exists. ...
0
votes
1answer
35 views

Get WP Install Directory

I have a theme which - I was quite proud of myself! - I designed to be installed in wp sites where wp is on root level. Then half my users installed the theme on a mysite.com*/wordpress/* ! ...and ...
1
vote
1answer
38 views

How to show single post page as home page

I want to start a funny images website but I have come across a dilemma. I want the website to display 1 post ( not the thumbnail) but the full post on the home page. (the most recent post). Similar ...
0
votes
1answer
40 views

Some problems calling a function into sprintf() inside functions.php template file [closed]

I am new in PHP and WordPress and I am personalizing an existent template and I have the following problem. In the function.php file of the template I have the following function: function ...
0
votes
0answers
28 views

Change Image Sizes for Mobile Theme

I've got a small challenge, right now I have an existing blog with images that formatted for desktop. I have a mobile child theme that shows the content for mobile. Is there a method to filter a ...
-1
votes
1answer
39 views

Stylesheet not being loaded? [closed]

I placed a link for an extra stylesheet in my header: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url'); ?>/woo.css' type='text/css'/> Which works fine on my ...
1
vote
2answers
63 views

How does a Child Theme works?

I created a child theme and installed it but I don't know how exactly it works! For example, in the parent theme I have the code below: .header { margin-top: 10px; margin-bottom: 10px; ...
0
votes
1answer
36 views

How to add menù section to my WordPress template?

I am pretty new in WordPress blog and I am developing a blog with this template: http://scorejava.com/wordpress351 As you can see at the top of the page there is a "menù" that only show the page in ...
0
votes
0answers
47 views

Widget won't show up on the front end

I have a question very similar to one I recently posted, where instead of the widget not showing up at all, it now shows up in the admin area, you can drag it, and any other widget over to the sidebar ...
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
32 views

Do I really need the div class entry?

I was wondering if it's really neccessary to keep the <div class="entry"> in the page.php file (or any other template for that matter). I typically use a blank HTML5 wordpress theme and it ...

1 2 3 4 5 18