-
Posted a reply to Template Part for Inclusion in Plugin for a CPT, on the site WordPress.org Forums:
It seems I may be able to accomplish what I am trying to do by… -
Posted a reply to Changing text in sidebar–can’t find widget, on the site WordPress.org Forums:
Just a few ideas - Perhaps the content isn't controlled via a widget. Be sure… -
Created a topic, Template Part for Inclusion in Plugin for a CPT, on the site WordPress.org Forums:
I'm almost done developing a plugin that installs a cu… -
Posted a reply to Title Vanishes when editing Auto Draft, on the site WordPress.org Forums:
What I ended up doing is registering a custom post_status and using that (as the… -
Posted a reply to Title Vanishes when editing Auto Draft, on the site WordPress.org Forums:
I like your idea there in the second paragraph. I'll give that a shot. Thank… -
Created a topic, Title Vanishes when editing Auto Draft, on the site WordPress.org Forums:
I am creating a custom post type that I built a custom… -
Posted a reply to Changing sort order on list (initial) view not working until second click, on the site WordPress.org Forums:
Nope... That just sorts them in the opposite direction I want them to be sorted… -
Created a topic, Changing sort order on list (initial) view not working until second click, on the site WordPress.org Forums:
I set up a simple custom post type, "hiddenemail", whi… -
Posted a reply to Suggestion: Better CSS Accessibility on “Required” fields, on the site WordPress.org Forums:
Those tag[attribute] selectors would work on the form elements, but not on their labels. Some… -
Posted a reply to Feature Request: Option for No Email Notification on sign-up forms, on the site WordPress.org Forums:
Excellent! Sorry I did not notice that. -
Created a topic, Feature Request: Option for No Email Notification on sign-up forms, on the site WordPress.org Forums:
I could be wrong, but I don't believe it is currently … -
Posted a reply to Change email address for the form, on the site WordPress.org Forums:
This requested feature could be even better if the recipient email address could be specified… -
Posted a reply to WordPress 4.7 Compatibility, on the site WordPress.org Forums:
Note: The instructions tell us to replace (within php.ini) ; curl.cainfo = with curl.cainfo =… -
Posted a reply to Bug: Errors After Connecting to Constant Contact, on the site WordPress.org Forums:
Hi @tw2113 By golly, that seemed to work! Note: The instructions tell us to replace… -
Created a topic, Bug: Errors After Connecting to Constant Contact, on the site WordPress.org Forums:
I tried connecting a Constant Contact account today, a… -
Posted a reply to Suggestion: Better CSS Accessibility on “Required” fields, on the site WordPress.org Forums:
Hi @tw2113 I am impressed with your quick response! I am glad this suggestion will… -
Created a topic, Suggestion: Better CSS Accessibility on “Required” fields, on the site WordPress.org Forums:
I am attempting to format some of the field labels tha… -
Posted a reply to Bing Webmaster warning: The description is missing in the head section, on the site WordPress.org Forums:
What it is telling you is that there is no <meta name="description" content="Insert page description… -
Posted a reply to Passing variable from URL to script tag, on the site WordPress.org Forums:
How about something like this in your page template: If the URL query string is… -
Posted a reply to How to delete rewrite rule?, on the site WordPress.org Forums:
I'm going to throw an idea out there... Do you have a plugin that handles… -
Posted a reply to Google won’t index my site, on the site WordPress.org Forums:
Google does indeed index it. Search Google for “site:” followed immediately by your URL. -
Posted a reply to Some links on page not working, on the site WordPress.org Forums:
Is the link still properly formed when you view the source code of the generated… -
Posted a reply to Google won’t index my site, on the site WordPress.org Forums:
Seeing that Google's cached copy of your home page is 3 days ago, and seeing… -
Posted a reply to redirecting automatically that i dont want, on the site WordPress.org Forums:
I can see that in wp-content/themes/dt-nimble/js/scripts.js there is a function called function dt_portfolio_ajax() that is… -
Posted a reply to Google won’t index my site, on the site WordPress.org Forums:
Google does index your site. -
Posted a reply to Using multiple shortcodes in single HTML tag breaks shortcode rendering, on the site WordPress.org Forums:
I wrote the shortcodes. They're pretty straightforward. Each returns a simple string. If there is… -
Posted a reply to Using multiple shortcodes in single HTML tag breaks shortcode rendering, on the site WordPress.org Forums:
There's not a shortcode inside of $output. $output is just a string. -
Posted a reply to Remove Space From Top, on the site WordPress.org Forums:
I should mention - The code you display above isn't found ... just the code… -
Posted a reply to Remove Space From Top, on the site WordPress.org Forums:
What you have showing at the top is the "Subheader" div <div id="Subheader"> Add your… -
Created a topic, Using multiple shortcodes in single HTML tag breaks shortcode rendering, on the site WordPress.org Forums:
This issue involves a few very simple shortcodes used …