Site logo

Archived topic

Problem at bottom of page

26 replies · Started by Bob on February 6, 2023

Viewing posts 1–15 of 27

At the bottom of my posts the images (for other posts) don't show and I get the following code showing above where the images should be:

1, 'include' => $prevPost->ID ); $prevPost = get_posts($args); foreach ($prevPost as $post) { setup_postdata($post); ?>
PREVIOUS
1, 'include' => $nextPost->ID ); $nextPost = get_posts($args); foreach ($nextPost as $post) { setup_postdata($post); ?>

I would send a screen image, but don't see how to attach one.

Please tell me how to fix this.

Regards,

Bob

Hi Bob,

Any chance you can provide an admin login using the private info field so we can take a look at the backend?

See private information.

OK. You should have an email coming to you with login details.

See private info in case you didn't get the login URL.

Hi Bob,

Can you set the password for the created user, and share the credentials here through the Private Information field?

See private information

I tried logging in, but the password shared isn't working. Can you check?

I don't know why it didn't work. I sent you a link so that you can reset the password. Let me know if you don't receive it.

Are you able to log in?

I can't find the functions.php file.

I was looking for it like this: WP Admin Dashboard > Appearance > Theme Editor (but there is nothing that says, "editor."

I was going to add the following code per your instructions above: add_filter( 'generate_hooks_execute_php', '__return_true' );

How do I find the functions.php file?

Are you still there, Fernando?

This archived topic is closed to new replies.