mstark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed URL path, pages not working nowUpdate… when I create new pages, they just deliver a server error.
Any ideas on what I need to fix?
Forum: Fixing WordPress
In reply to: Unauthorized new user registration?!?!how did you know?
Forum: Fixing WordPress
In reply to: Need help adding link to PDF in search and archiveupdate: I have moved the sit to a new URL:
https://www.tinboxrecipes.comAlso, I still don’t have any idea why this isn’t working. Please help!
m
Forum: Fixing WordPress
In reply to: Need help adding link to PDF in search and archiveexactly! We aren’t communicating very well here. If I uncomment that bit it will show:
1) the entire entry; and
2) the link to the PDFI don’t want the category or search pages to show the entire entry, just a title (linking to full entry) and the link to the PDF.
When I uncomment that bit of text you saw here: https://blog.williamatwellclary.com/?cat=18
AND also remove the code that seems to render the full entry, I also lose the link to the PDF. Its as if the link to the PDF is dependant on showing the full entry as well.I don’t get it.
Thanks for hanging in there helping me.
Best,
m
Forum: Fixing WordPress
In reply to: Need help adding link to PDF in search and archiveI read through that and another page dedicated to categories. Maybe I am just dumb as a post…but I don’t see a solution in there.
Can you elaborate?
Thanks,
m
Forum: Fixing WordPress
In reply to: Need help adding link to PDF in search and archiveThis:
<div class="entrytext">
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<?php link_pages('<p>Pages:
', '</p>', 'number'); ?>'
Produces this:
<p>Download PDF: <a id="p276" href="https://blog.williamatwellclary.com/wp-content/uploads/2006/12/Bourbon%20Pumpkin%20Cheesecake.pdf">Bourbon Pumpkin Cheesecake.pdf</a>
</p>But only on the single post page. Why can’t I get this to work on the search or category page?
Forum: Fixing WordPress
In reply to: Need help adding link to PDF in search and archiveThanks for solving the # of posts displayed problem.
re: 1, i am sure that code delivers the PDF. If you view source on one of the single entry pages, you can see that the php rendered the link to the pdf.
re 2&3 I have been tinkering with the default template. But I don’t understand your comment, “Edit the file and add the_content”
please explain.
Thanks,
m