imanerd
Forum Replies Created
-
I’m having the same problem.
Forum: Plugins
In reply to: [Yoast SEO] Yoast Rewriting h1 ContentThe heading is being changed to the SEO title with a few more words after that.
Forum: Plugins
In reply to: [Yoast SEO] Yoast Rewriting h1 ContentThank you for your response. I understand where page and post title content comes from. I’ve built themes from scratch.
After installing yoast, the h1 content was different on the home page and blog and I cannot figure out how to change it back. It’s the way it should be when I preview changes being made to the two pages, but not after they’re actually saved.
Forum: Plugins
In reply to: [The Events Calendar] Sorting EventsAlso is there a way to change the order of filters? I would like the filter that I added to come before the search box.
Forum: Plugins
In reply to: [The Events Calendar] Sorting EventsThanks. Glad you like the username. My husband put in on my car tag (without asking) and it just stuck lol.
I found where I can display events by category using something like this:
https://example.com/events/category/tag-name/And I can add a filter to the navigation bar:
https://theeventscalendar.com/knowledgebase/understanding-the-tribe-events-bar/This works but it isn’t ideal. Can I do this by venue name or id instead of by tag? If so, how can I retrieve the venue ids to use in a loop?
- This reply was modified 8 years, 4 months ago by imanerd.
Forum: Themes and Templates
In reply to: Difference between bloginfo template_directory and template_urlI was searching for an answer about this as well.
If bloginfo() and get_bloginfo() have parameters that return the same path, which is better to use?
Forum: Themes and Templates
In reply to: php require_once() functionIt works now…I had to disable a couple of my security plugins.
Thanks for the help!
Forum: Themes and Templates
In reply to: php require_once() functionThanks for the info. Prior to posting this topic, I tried creating a function in functions.php with a single statement
echo "test";
and it totally broke wordpress when I saved. I couldn’t even get in the admin panel (good thing I was working on a development server).I should also add that I’m very comfortable with php/mysql but relatively new to wordpress.