The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
9 views

Why is the Coupon field of StorePress not appearing at checkout? [closed]

I'm not sure if anybody else has encountered this, but I cannot get the Coupon/Voucher/ Discount Code field to display at checkout. I have selected all the options that I am aware of and closely ...
0
votes
2answers
1k views

Woocommerce product page is not showing custom css

I am using woocommerce plugin for wordpress to make an eCommerce website. It is working fine with little bit customization. As I have configured shop page as the default product page so that in that ...
1
vote
1answer
135 views

how to call a function only in specific pages and exclude it from other pages

I have the below functions require_once(GABFIRE_FUNCTIONS_PATH. '/review-options.php'); require_once(GABFIRE_FUNCTIONS_PATH . '/custom.php'); require_once(GABFIRE_FUNCTIONS_PATH . '/shortcodes.php'); ...
1
vote
1answer
185 views

Can I create a page template, use it once, then hide/remove the option to use it again?

I am working on a WP theme/project that includes several custom page templates that will only be used once each. For example, there is a page with a map and search form for finding things on the map. ...
2
votes
1answer
80 views

Add page title as a javacript variable to specific posts

I'm very new to WordPress and I'm sorry if this question may sound ridiculous. I need a way to add the post title into it's content, only in specific posts, and not always at the same place in the ...
0
votes
1answer
244 views

How do I choose not to display the title header on a specific page?

I would like to have one specific page on my WordPress blog omit the header . Is there a way to wrap that title code from page.php in my WordPress theme in an if clause that specifies the page I do ...
0
votes
2answers
166 views

Suggestions for allowing basic users to view their own posts?

I have a client that needs to give access to her clients certain documents. She wants the ability to give them user name and password, so once they log in, they go directly to their page or post which ...
0
votes
3answers
165 views

list child-pages as normal pages?

wp_list_pages('title_li=&depth=&exclude='); lists all pages of my site. If there are childpages of a certain page the output looks like this: <li class="page_item page-item-2"> ...
2
votes
2answers
1k views

Loading Scripts on Specific Pages

In child theme I created a functions.php file that loads scripts and style files, the code is below. The section that loads libraries and scripts to all pages other than admin, in other words the ...
2
votes
4answers
522 views

How to add a post from a custom post type as the static page?

I have created a custom post type and added some custom metaboxes to the page edit screen. My objective was to provide specific metaboxes which a user can edit which in turn would allow a user to ...
0
votes
4answers
187 views

Finding the page id

I'm not sure if I'm blind here, but short of digging directly into the database tables, where would I find the database id for a post or a page?
3
votes
5answers
3k views

Is there a way to force ssl on certain pages

I want to force a secure connection on some of my pages (ones with forms), but I don't want the whole site to work with ssl (slows it down) Is there a way to configure specific pages to require ssl?