Let’s say you want to style the dashboard, or hide an element that normally shows when editing a Post using display:none;
. Even if you can discover the CSS selector using your browser’s inspector and test out your custom styling, you can’t just copy and paste that into the WordPress Customizer.
something
The Simple History plugin default history period is 60 days. The log includes not only user initiated changes to the website, but all the automated updates to plugins, etc. This can make the log file pretty large.
If you don’t use the Excerpt field in your posts and rely on WordPress to grab the first few dozen words of your post content what you usually find is the excerpt when displayed on the front end (usually in some sort of archive or post grid display) will have most of the html tags removed leaving you with a single block of plain text.
If I go to the bother of formatting my post content to make it more interesting and easier to read and understand I’d like that formatting to be preserved even in that post’s excerpt.
RSS readers are somewhat old school in 2020, but the RSS feed that is part of WordPress is used by email services like Mailchimp and Mailerlite to create automated email updates when you add a new post to your website.
If you have custom post types though, they are not included in the default URL:
https://yoursite.com/feed
For some client projects I needed to embed javascript code in a page (Post). I used a custom field textarea to insert the code when creating the Post. The problem was the default for text fields was to run them through a sanitizer.php to strip out any type of code that might be malicious. This is a good thing. But in this case it defeats the purpose.
So how to disable the sanitizing for just this field without breaking the default?
The client wanted to display a list of past events in a scrollable column. This was easy to implement using simple css. The page layout was done with Beaver Builder, but the solution should work for any html container.
Sometimes you want to present a navigation menu as a horizontal “mega-menu” instead of a hierarchal dropdown menu. This is really simple if you are using Beaver Builder. The mega-menu feature is built in, but is unfortunately hidden. You have to know the secret to turn it on.
I needed to format a number field (999,999,999), coming from a custom field number-format (no other characters permitted in the number entry field). No “$” no commas or decimal points, etc. to output as a normal currency format.
When displaying the number I could add a “$” in front of the number, but couldn’t find a way to format the number since you can’t do that with CSS.
I've been working on a new website, and rebranding The Hartsook Letter. By the end of July 2017, the Hartsook Letter will forward to:
I won't add any new material to the Hartsook Letter site after this post you're reading.
The new site includes all the posts from The Hartsook Letter site, but is focused on the following three areas:
I hope the new site will be better organized, more up-to-date, more informative, and more useful. Let me know what you think.
This presenta–tion just won 3rd prize on the "Worlds Best Presentation Contest 2010" at SlideShare. It's worth the look.
Limit search for phrases by using " " around the phrase
Get notified of new Blog posts from WordPress Website Coach. We only send these out once on the 1st of each month.
If website loading-speed and security are important to your business, these guys at Sitedistrict really deliver! I switched my hosting over to them. They let you create and test sites for free. Once you enable billing to launch your site, you start your 30-day trial. Click the links to check out their free performance analysis of your website.
If you use Beaver Themer to layout single post pages and format the post content using the Gutenberg Block Editor […]
Read MoreLet’s say you want to style the dashboard, or hide an element that normally shows when editing a Post using […]
Read MoreThe Simple History plugin default history period is 60 days. The log includes not only user initiated changes to the […]
Read MoreIf you don’t use the Excerpt field in your posts and rely on WordPress to grab the first few dozen […]
Read MoreRSS readers are somewhat old school in 2020, but the RSS feed that is part of WordPress is used by email […]
Read MoreThe client wanted to display a list of past events in a scrollable column. This was easy to implement using […]
Read MoreSometimes you want to present a navigation menu as a horizontal “mega-menu” instead of a hierarchal dropdown menu. This is […]
Read MoreI needed to format a number field (999,999,999), coming from a custom field number-format (no other characters permitted in the […]
Read More