Tagged Questions
0
votes
1answer
17 views
Page template with custom html fields inside a content
I'm writing a custom page template and I want to do something like this:
after typing tag inside page content, for example [custom-email-form] I want to place inside the content some html5 email form.
...
0
votes
1answer
37 views
custom page template won't display new code [closed]
I have a normal custom template with some code. I tried to update it's content to show something differently on the frontend page but it just won't show the new content. It stills show the old content ...
0
votes
1answer
43 views
How to set up conditionals in page templates?
I have created custom template page like this with a custom query on page showing only details fetch from my custom table not any post.
/*
Template Name:product
*/
<?php get_header(); ?>
...
1
vote
2answers
60 views
Page-loop is looping content from custom loops on the same site. How to avoid that?
i've made a custom home-page (with a template) and i'm using three loops on this site: two category-loops and on the bottom of the site the main loop for the page (the page content). the problem is: ...
1
vote
1answer
83 views
pull non-wp site into content area of wordpress -or- pull wp header into non wp site?
I am building a site which has a ecommerce nature that is not able to be tied directly into wordpress. What my goal is to have a constant header that is generated by my wordpress header on all pages ...
0
votes
2answers
101 views
Function to check if custom page is used by page?
I have template-clientlist.php now I search on wordpress doc but can find a function on how to check if page used template-clientlist.php
template-clientlist.php
<?php
/*
Template Name: Page Of ...
0
votes
1answer
205 views
trying to add custom landing page to Twenty Eleven- can't get rid of Twenty Eleven header/container? [duplicate]
Possible Duplicate:
custom, static home page / landing page with Twenty Eleven theme?
Live site.
I'm trying to have a custom, static landing page added to the Twenty Eleven theme. So far, ...
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 -- ...
-1
votes
1answer
187 views
Custom Page Template and Category Exclusion
I have a blog (bernsteinbear.com) that uses the TwentyEleven theme. I'm trying to make a custom page template for the front page (a blog page) that gets all the posts except in the "Comic" category. I ...
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 ...
4
votes
2answers
1k views
How to Change 404 page title
i have try many methods after searching on internet but unable to ramove Nothing Found from my 404 page title
how to do it please help me
even i have us this in my 404 page header
if( is_404() ) ...
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 ...
0
votes
3answers
98 views
Remove Sidebars from page
If I wanted to remove 1 or more sidebars when a certain page is called what is the best way to go about doing that?
1
vote
2answers
199 views
Can I install/embed Wordpress on a 'single page'?
I'm building a website from scratch (PHP, jQuery) and want to have full control over the design, implementation, etc.
I want to install Wordpress so that when you go to a certain section of the site, ...
0
votes
1answer
265 views
Adding page Title in a custom coded page
I have been coding a custom profile page for users in wordpress.
its a hard coded file called "myprofile.php"
I am unable to get the username to show up in the page title..
take a look : ...
3
votes
4answers
1k views
How can I create an alternative home page?
I'm working on a site which has a fully customized front page. Now I'm asked to add a more classic looking blog type page which will be reacheable at http://domain/blog.
I tried creating a custom ...
2
votes
2answers
148 views
How do I read the value of a custom field of the page?
When creating custom page templates, how do I get the value of a custom field of the displayed page?
