Tagged Questions
0
votes
0answers
66 views
How do I call a custom template for specific Product category and all ancestors in WooCommerce?
I am very new to WooCommerce and Wordpress. I am currently creating a website using both and I'm having trouble assigning a custom template to a specific category and all its ancestor categories.
I ...
0
votes
0answers
86 views
Javascript conflict Quform with BG Slider [closed]
My background slider is not working only on pages that have the QuForm plugin on it.
Their forum said that this was the problem on my footer
<style type="text/css">
#slide-list {
...
1
vote
2answers
53 views
Remove template drop down for certain pages
I have a number of custom templates which are assigned to different pages in my admin.
Is it possible to hide/lock the templates dropdown for certain pages? For instance, I have an Events Calendar ...
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
1answer
21 views
How do I add a new template to my site
I am in the template editor for my WP site, and I want to upload a new file, but I can't find that option anywhere. I want to make a new php file for a custom portion of the site. Where can I find ...
0
votes
0answers
26 views
Trying to have a different template for 2nd page of index. - can't get old solution to work? [closed]
I am trying to achieve the same goal as this guy... but i am having problems with the solution.
I have my main index and say soon as they click next to view older posts i'd like to use a completely ...
0
votes
3answers
172 views
Dynamic Sidebars based on page name
I would like to do a dynamic sidebar for my WordPress site, so it would pull in the correct Sidebar template based on the page title of the page.
So if I had 10 sidebars all named like this:
Sidebar ...
0
votes
3answers
711 views
Custom page template not working
I followed this tutorial for the page specific template -- http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
Created a page through wordpress admin panel - Blog Page URL like -- ...
0
votes
2answers
479 views
add_rewrite_rule and template redirect not working
I have the following pairs:
add_rewrite_rule('^questions/ask/?','index.php?pagename=ask','top');
if(is_page('ask')){
$tname = 'add-question.php';
...
2
votes
1answer
273 views
Post/Page Preview Template
Is there a way to have a custom template php file that is only used for previews instead of it using the single.php file? This way the user knows they are in preview mode?
0
votes
3answers
2k views
Recommend an open source, template driven website builder UI that produces a working WordPress site [closed]
I'm a programmer at a domain registrar and web hosting company. In the past year or so we have branched into custom web design for individuals and small businesses. Currently all our solutions are ...
1
vote
1answer
433 views
Query post for 'selected category' in archive.php
I'm trying to figure out how to display a 'featured post' on a selected category archive.
My website uses the category-based navigation for different types of posts (text only post-blog, and image ...
0
votes
1answer
669 views
Translate custom template with WPML
I have custom template that is used by ClassiPress and it is working fine on default language, but when I enter the page language selector won't work since it's not translated.
How can I translate ...
0
votes
2answers
746 views
Multiple Post Thumbnails Plugin - Need help with code
I am having problems getting this plugin to run but have had little success getting it to work, even after reading past entries. I would be grateful if you could see if the code is right.
Code in ...
0
votes
3answers
122 views
Single page template
I am trying to create a template for a custom page type that will put the same data on every page of this type. The only problem is I see examples of custom page types but only using loops. Do I have ...
0
votes
1answer
155 views
How To make Custom page of every Category
Hii i have seen many blogs which posted thing in the same design for example
if you see this
http://www.songs-pk.info/2011/nayika-malayalam-2011/
there page create alwayz in the same style download ...
3
votes
4answers
1k views
Consuming an external API in WordPress?
I have a client who has a WordPress website, and he want to extend it to add new functionalities. These functionalities are included in a website I have already done (a kind of search engine over a ...
0
votes
2answers
416 views
[Custom field template plugin] Upload limited to 20 inputs file
am running the CFT plugin version 1.9.2 on a 3.1.3 wordpress site and in the admin i did set up 30 input file fields related to a custom post type. It all works fine until the 21st field (and beyond) ...
3
votes
3answers
1k views
How to fix a theme with page.php Default Template that accidentally deleted?
I am having a quite odd case with WP today, and after spending about an hour searching on google and forums, can't find any answers. I hope posting here might allow me some chance to get help from ...
1
vote
1answer
437 views
Using custom post template
i'm trying to implement a custom post template for all posts filed under a specific category.
I'm making use of WP-O-Matic plugin that puts in the RSS feeds in this category and would like to make a ...
2
votes
1answer
124 views
Is it possible to have two different previews of a post (ie. two templates for one post)?
I'm looking for a way to allow post editors to see two different previews of the posts they are writing. On the front, the same post can appear it two different sections of the website (each shows a ...
-1
votes
2answers
256 views
How customizable is a self-hosted WordPress blog compared to a Blogger blog?
I currently have a Blogspot blog and I'm thinking of making the leap to a self-hosted WordPress one instead. Everything I've seems to suggest this is the best way to go for the best possible ...
2
votes
1answer
680 views
Can I apply a WP theme to a specific custom page template?
One section of my website is going to be completely different visually than the rest of the pages, is there a way to apply a WP Theme to specific page templates ?
0
votes
2answers
155 views
Function Reference Documenting Template Tags for use in Custom Theme Templates?
(Moderators Note: Original title was "custom template / wordpress functions?")
I'd like to use a modified WordPress theme template and was wondering where I can find a reference for the .PHP ...
0
votes
1answer
350 views
Custom Page Template [closed]
Could somebody help me make a custom page template?
I'd like to have a basic page (with sidebars, header and footers) and a table for data. I'd like the data to be taken from custom fields. ...
1
vote
2answers
554 views
How to support custom templates on a custom post type?
I'm stucked at some point developing my theme.
I created a custom posts types to support an image gallery. So far, it's working great (have a look on 'galeria' on psaikali.com).
I registered this ...