sherlock16
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Turning off auto hrefYou are right! The link is not in the generated HTML, so the responsible is the browser. But I believe this happens only on my pages, because going on other pages it doesn’t happen! so… could it be some setting?
Putting the string inside the code tag doesn’t work, the text appears grey but is automatically hyperlinked.- This reply was modified 6 years, 9 months ago by sherlock16.
- This reply was modified 6 years, 9 months ago by sherlock16.
Forum: Fixing WordPress
In reply to: Turning off auto hrefI cannot remove the link because in the editor the text is not linked! ??
Neither in the “visual” mode nor in the “text” mode.
The text is transformed in the published post view.Forum: Fixing WordPress
In reply to: Turning off auto hrefhttps://www.justthink.it/articles/come-creare-un-sito-wordpress-statico/
Here I typed “/index.php/2017/11/11/titoloPost” without quotes but it became hyperlinked
- This reply was modified 6 years, 9 months ago by sherlock16.
Forum: Fixing WordPress
In reply to: How to change author linkthank you again
Forum: Fixing WordPress
In reply to: How to change author linkThank you, I used the filter and it worked. However, I don’t understand what 10 and 1 mean in the add_filter call, do you know what they mean?
add_filter( ‘author_link’, ‘modify_author_link’, 10, 1 );Forum: Fixing WordPress
In reply to: How to change author linkChange it to a URL I want, like https://mysite/mypage
Forum: Fixing WordPress
In reply to: Changing the text color in categoriesWhat I had done was ok, the problem was that my Fast Velocity Minify plugin was caching the previous versione of the site. Deleted the cache, all went fine.
It worked, thanks, however it would be nice to have a small description field to be used for titles and a full description for the description in the category pages…
Do you know where I can propose this?Forum: Fixing WordPress
In reply to: Changing feed urlAs I added, I use the Simply Static plugin and the site is a static WordPress site, so there are no plugins active when you visit the site.
As I wrote after you visited my site, I have a feed dir and if you try https://www.justthink.it/feed/index.xml it works. So I thought adding index.xml to the path could solve my issue. I have no .htaccess file.Ps: I think you get an error because when requesting /feed you ask for the directory listing and this is disabled on the site. I cannot change this
- This reply was modified 6 years, 11 months ago by sherlock16.
- This reply was modified 6 years, 11 months ago by sherlock16.
- This reply was modified 6 years, 11 months ago by sherlock16. Reason: wrong typing
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Remove left column (meta information)I have been able to move the meta information at the top of the page, before the title, by modifying the php code of Twenty Sixteen. I describe the process here:
https://www.justthink.it/articles/remove-left-column-twenty-sixteen/
You must search for twentysixteen_entry_meta in the file content-single.php inside template-parts and move it
I think it’s not possible to move the meta information to the top unless you modify the php code, because the meta information is part of the footer.
My solution is not fully clean because I used the css of the footer in the header, but it works for nowForum: Themes and Templates
In reply to: [Twenty Sixteen] Remove left column (meta information)WordPress says there is an error in the code, however it works, thanks!!
But it displays the meta information at the bottom of the page, I’d like it to be at the top, if anyone knows how to do it…Thank you for the quick reply. I’ll add your code and modify the post too.
Forum: Fixing WordPress
In reply to: Changing full post to excerpt in categories of Twenty SixteenI have found a solution, using the_title() and the_excerpt(). The solution is here: https://www.justthink.it/articles/display-excerpts-categories-wordpress-twenty-sixteen-theme/
Forum: Developing with WordPress
In reply to: WordPress REST API application listI know (a little) the WordPress API, but are there applications that use it out there?