srl_frontrange
Forum Replies Created
-
Forum: Themes and Templates
In reply to: remove entry-title if {home page}Oh my bad. How embarrassing. lol. I forgot to edit all the other page templates I have as well.
No wonder I wasn’t progressing! USER ERROR! :p
I managed to get this to work using your snippet, esmi. Thank you so much!
Forum: Themes and Templates
In reply to: remove entry-title if {home page}Thank you for the link esmi. Also, thank you very much for your reply.
I cannot seem to get this to work out though, even after I edited the syntax of your snippet. ie. colon -> semi-colon
I have “Home” set as my static page. And “Blog” set as my posts page.
From the Conditional Tags link you shared the warning has me wondering if this is perhaps why it’s not working for me? The action hook.
Warning: You can only use conditional query tags on or after the init action hook in WordPress. For themes, this means the conditional tag will never work properly if you are using it in the body of functions.php, i.e. outside of a function.
What does this mean to be ‘on or after the init action hook?’
Forum: Themes and Templates
In reply to: remove entry-title if {home page}Forum: Fixing WordPress
In reply to: AddThis (for sharing blog entries)Thanks Matt. Just getting back to this after the holidays. Using version 3.0.4 (updated today)
It redirects to the quickpost form but the form isn’t automatically filled with any data. It should be filled with data right? lol.
Here’s a page I tried.
https://www.beadstylemag.com/en/How%20To/Basics/2009/05/Crimp%20beads.aspxForum: Themes and Templates
In reply to: Stop background (container) from shiftingWithout seeing the code it’s hard to try to fix. My initial thoughts would be to try using a css reset, because Safari may have a default value set for it’s margins, paddings, borders, etc.
A couple of helpful reads for you. I hope these will help you find your way to a solution. ??
CSS box model
https://css-tricks.com/the-css-box-model/In this article, the reset is based on Eric Meyers’
https://themeshaper.com/reset-rebuild-wordpress-theme-css-define-layouts/Forum: Themes and Templates
In reply to: adding a left sidebarHi helenebt,
I found this tutorial to be very helpful. From this tutorial I also managed to add widget areas to the header and footer of my template using a another tutorial.
https://themeshaper.com/wordpress-theme-development-tools-tutorial/It might take you a little bit of time to get through, but it is certainly worth it as it includes a chapter on some spiffy widgetizing. ??
Another reason it would be worth the patience and time to go through it would be because you learn how the templates are built. This in and of itself will save you tons of frustration when creating new themes.
Regards, and best of luck.