zebracrossing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to set user-control in animation in a theme?“For that, you’ll need to hire a developer to provide the required custom code for you”
Not necessarily.
I know your Kit doesn’t use reCAPTCHA.
Forum: Developing with WordPress
In reply to: Hiding Author Name and Avatar on selected postsIT WORKED. DON’T KNO HOW TO THANK YOU 🙂
- This reply was modified 1 year, 6 months ago by zebracrossing.
Forum: Developing with WordPress
In reply to: Hiding Author Name and Avatar on selected posts@threadi . Thanks a lot for reponding. The theme is no more supported, but I am still using it because it has survived the latest versions of PHP and WP, and it has some features that I have never seen on another theme. That said, this is what I use now effectively:
<?php echo get_avatar( get_the_author_meta( 'ID' ), 40 ); ?>
<?php echo get_the_author(); ?>Forum: Fixing WordPress
In reply to: Can Description of category be customized?P.S. I don’t use any PageBuilder. Frankly, I can’t use any theme that can’t be handled with Classic Editor and Custom CSS.
Forum: Fixing WordPress
In reply to: Can Description of category be customized?Thanks a lot for your time.
Through INSPECT I checked the relevant part of both my theme and the WP’s category creation page. It shows that I had lost my common sense when I asked the question? That WP page is like a form, in which category description is a field. I can’t put an <h1> and <p> in a single form field. So I can’t do what I want unless the page has separate form fields for Description Title and a Description Text (not a bad idea). In the absence of these, I would need a plugin or coding skills (which I lack). Regards.
Forum: Developing with WordPress
In reply to: Displaying blog posts based on simple numbersWhat we said is: The URL you gave is a Wow! The strangeness and conflict we mentioned are due slow server speed. What we change takes time to propagate.
The blog section on the front page follows published dates. We don’t have the know-how to change it, but the URL that you provided works wonderfully in displaying all the posts, regradless of the dates, if we assign it to READ MORE at the bottom of the blog excerpts of the front page.
We have decided to resort to PUBLISH on the edit page, based on an imaginary but logically flawless calendar. After all the excerpts of only 6 blog posts are displayed on the front page. The dates given to artiles 1 and 3 are two weeks apart. It’s not a tough job to use a probable date between these two. If something is wrong, we can immediately locate it, while the all-post section will follow the number in the article title. In short, your URL helped us solve our problem. We know what to do now. Thanks for your valuable time spent for us.
Forum: Fixing WordPress
In reply to: Theme Editor not Loading – WP 6.7.1@edby1980. Nice to know that your problem is solved. All the best.
Forum: Developing with WordPress
In reply to: Displaying blog posts based on simple numberswww.domain.com/blog/?orderby=title&order=ASCWow! It’s really a one-of-a-kind URL to us — with no coding skills! We tried it. The sorting part works seamlessly, even amazingly, but something strange is happening as well. Before confusing you with a heap of details, let us observe it. But we can tell you what is strange about it at one glance.
For PREVIOUS/NEXT we use numbers. It is in conflict with the number of “Blog pages show at most” set under Settings>Reading. If we switch to OLDER/NEWER POSTS, there is no conflict, but the older are treated as newer and the other way round. Kindly give us some time. We don’t like to accommodate anything between a single post and the comment section.
- This reply was modified 1 year, 6 months ago by zebracrossing.
Since my theme’s full-screen header is displayd on every Page, I had to create Posts for things where you normally use a Page — I mean posts that are not part of the content (blog). I solved the problem by installing the plugin WordPress Hide Posts. This allows you to decide the appearanace of any post in different contexts. It is like a set of on/off switches.
Besides, I have created some categories that are not connected to Blog. I am not sure whether this is a good practice. I use this occasion to seek the advice of experts. Thanks.
If you hesitate to install WP on your domain site, you can try some HTML themes. I have done this before. https://www.free-css.com/ has some nice templates — all free download.
Forum: Developing with WordPress
In reply to: Displaying blog posts based on simple numbersOMG, is it so intricate?
Ascending or descensing is no problem for us. Numbering like 001, 002 is no poblem. I think what we need is a custom field which we can fill manually when we post an article and the theme allows it. How to create that?
Forum: Developing with WordPress
In reply to: Displaying blog posts based on simple numbersThanks, @sanau, I still have to learn a lot. Numbers are already added to the title. In fact, numbers come first even in articles. Example: 176 / Why cache is bad? 🙂 Creating index pages is beoyond me.
Forum: Fixing WordPress
In reply to: Theme Editor not Loading – WP 6.7.1Noticed it. This is the way you Customize a WP Block theme. If you are not familiar with block themes, which is the new trend, you have to study them. If you are not, install the plugins Classic Editor and Classic widgets and try another theme.
I meant your domain (example.com) that redirects users to the subdomain (subdomain.example.com). You can do that even when your domain is not hosted but you are allowed to forward it to a free subdomain availabale on some sites. Several possibilities are there. Hence the question.